2024-01-18T07:45:16.337 INFO:root:teuthology version: 0.0.1.dev249+gcd45576 2024-01-18T07:45:16.337 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --description rados/cephadm/smoke-roleless/{0-distro/ubuntu_18.04 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} --name yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi --owner scheduled_yuriw@teuthology --archive /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519696 -- /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519696/orig.config.yaml 2024-01-18T07:45:16.373 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-18T07:45:16.457 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519696 branch: wip-yuri10-testing-2024-01-17-0759-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: '7519696' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-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-yuri10-testing-2024-01-17-0759-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: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 workunit: branch: wip-yuri10-testing-2024-01-17-0759-pacific sha1: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 2168 sha1: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri10-testing-2024-01-17-0759-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 targets: smithi112.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE= smithi131.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-17_22:43:41 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-01-18T07:45:16.457 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/qa; will attempt to use it 2024-01-18T07:45:16.458 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/qa/tasks 2024-01-18T07:45:16.458 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-01-18T07:45:16.460 INFO:teuthology.task.internal:Checking packages... 2024-01-18T07:45:16.484 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0' 2024-01-18T07:45:16.487 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-01-18T07:45:16.487 INFO:teuthology.packaging:ref: None 2024-01-18T07:45:16.487 INFO:teuthology.packaging:tag: None 2024-01-18T07:45:16.488 INFO:teuthology.packaging:branch: wip-yuri10-testing-2024-01-17-0759-pacific 2024-01-18T07:45:16.488 INFO:teuthology.packaging:sha1: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 2024-01-18T07:45:16.488 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F18.04%2Fx86_64&ref=wip-yuri10-testing-2024-01-17-0759-pacific 2024-01-18T07:45:16.712 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-454-g491b5e13-1bionic 2024-01-18T07:45:16.714 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-01-18T07:45:16.720 INFO:teuthology.task.internal:no buildpackages task found 2024-01-18T07:45:16.720 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-01-18T07:45:16.743 INFO:teuthology.task.internal:Saving configuration 2024-01-18T07:45:16.758 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-01-18T07:45:16.764 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-18T07:45:16.790 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi112.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519696', '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-18 07:39:53.046294', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII4U6ItCfOdoN1WdROC3KO40lcw/kzXeIM8M8q950kfL'} 2024-01-18T07:45:16.814 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi131.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519696', '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-18 07:39:53.047743', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII4U6ItCfOdoN1WdROC3KO40lcw/kzXeIM8M8q950kfL'} 2024-01-18T07:45:16.814 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-01-18T07:45:16.820 INFO:teuthology.task.internal:roles: ubuntu@smithi112.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-01-18T07:45:16.820 INFO:teuthology.task.internal:roles: ubuntu@smithi131.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-01-18T07:45:16.820 INFO:teuthology.run_tasks:Running task console_log... 2024-01-18T07:45:16.907 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f04fc3c2280>, signals=[15]) 2024-01-18T07:45:16.907 INFO:teuthology.run_tasks:Running task internal.connect... 2024-01-18T07:45:16.914 INFO:teuthology.task.internal:Opening connections... 2024-01-18T07:45:16.914 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi112.front.sepia.ceph.com 2024-01-18T07:45:16.916 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi112.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T07:45:17.000 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi131.front.sepia.ceph.com 2024-01-18T07:45:17.001 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi131.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T07:45:17.079 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-01-18T07:45:17.085 DEBUG:teuthology.orchestra.run.smithi112:> uname -m 2024-01-18T07:45:17.122 INFO:teuthology.orchestra.run.smithi112.stdout:x86_64 2024-01-18T07:45:17.122 DEBUG:teuthology.orchestra.run.smithi112:> cat /etc/os-release 2024-01-18T07:45:17.169 INFO:teuthology.orchestra.run.smithi112.stdout:NAME="Ubuntu" 2024-01-18T07:45:17.169 INFO:teuthology.orchestra.run.smithi112.stdout:VERSION="18.04.6 LTS (Bionic Beaver)" 2024-01-18T07:45:17.169 INFO:teuthology.orchestra.run.smithi112.stdout:ID=ubuntu 2024-01-18T07:45:17.169 INFO:teuthology.orchestra.run.smithi112.stdout:ID_LIKE=debian 2024-01-18T07:45:17.170 INFO:teuthology.orchestra.run.smithi112.stdout:PRETTY_NAME="Ubuntu 18.04.6 LTS" 2024-01-18T07:45:17.170 INFO:teuthology.orchestra.run.smithi112.stdout:VERSION_ID="18.04" 2024-01-18T07:45:17.170 INFO:teuthology.orchestra.run.smithi112.stdout:HOME_URL="https://www.ubuntu.com/" 2024-01-18T07:45:17.170 INFO:teuthology.orchestra.run.smithi112.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-01-18T07:45:17.170 INFO:teuthology.orchestra.run.smithi112.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-01-18T07:45:17.170 INFO:teuthology.orchestra.run.smithi112.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-01-18T07:45:17.170 INFO:teuthology.orchestra.run.smithi112.stdout:VERSION_CODENAME=bionic 2024-01-18T07:45:17.170 INFO:teuthology.orchestra.run.smithi112.stdout:UBUNTU_CODENAME=bionic 2024-01-18T07:45:17.171 INFO:teuthology.lock.ops:Updating smithi112.front.sepia.ceph.com on lock server 2024-01-18T07:45:17.200 DEBUG:teuthology.orchestra.run.smithi131:> uname -m 2024-01-18T07:45:17.204 INFO:teuthology.orchestra.run.smithi131.stdout:x86_64 2024-01-18T07:45:17.205 DEBUG:teuthology.orchestra.run.smithi131:> cat /etc/os-release 2024-01-18T07:45:17.252 INFO:teuthology.orchestra.run.smithi131.stdout:NAME="Ubuntu" 2024-01-18T07:45:17.252 INFO:teuthology.orchestra.run.smithi131.stdout:VERSION="18.04.6 LTS (Bionic Beaver)" 2024-01-18T07:45:17.252 INFO:teuthology.orchestra.run.smithi131.stdout:ID=ubuntu 2024-01-18T07:45:17.252 INFO:teuthology.orchestra.run.smithi131.stdout:ID_LIKE=debian 2024-01-18T07:45:17.252 INFO:teuthology.orchestra.run.smithi131.stdout:PRETTY_NAME="Ubuntu 18.04.6 LTS" 2024-01-18T07:45:17.252 INFO:teuthology.orchestra.run.smithi131.stdout:VERSION_ID="18.04" 2024-01-18T07:45:17.252 INFO:teuthology.orchestra.run.smithi131.stdout:HOME_URL="https://www.ubuntu.com/" 2024-01-18T07:45:17.252 INFO:teuthology.orchestra.run.smithi131.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-01-18T07:45:17.252 INFO:teuthology.orchestra.run.smithi131.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-01-18T07:45:17.252 INFO:teuthology.orchestra.run.smithi131.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-01-18T07:45:17.253 INFO:teuthology.orchestra.run.smithi131.stdout:VERSION_CODENAME=bionic 2024-01-18T07:45:17.253 INFO:teuthology.orchestra.run.smithi131.stdout:UBUNTU_CODENAME=bionic 2024-01-18T07:45:17.253 INFO:teuthology.lock.ops:Updating smithi131.front.sepia.ceph.com on lock server 2024-01-18T07:45:17.291 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-01-18T07:45:17.303 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-01-18T07:45:17.327 INFO:teuthology.task.internal:Checking for old test directory... 2024-01-18T07:45:17.327 DEBUG:teuthology.orchestra.run.smithi112:> test '!' -e /home/ubuntu/cephtest 2024-01-18T07:45:17.329 DEBUG:teuthology.orchestra.run.smithi131:> test '!' -e /home/ubuntu/cephtest 2024-01-18T07:45:17.335 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-01-18T07:45:17.342 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-01-18T07:45:17.342 DEBUG:teuthology.orchestra.run.smithi112:> test -z $(ls -A /var/lib/ceph) 2024-01-18T07:45:17.377 DEBUG:teuthology.orchestra.run.smithi131:> test -z $(ls -A /var/lib/ceph) 2024-01-18T07:45:17.394 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-01-18T07:45:17.452 INFO:teuthology.run_tasks:Running task kernel... 2024-01-18T07:45:17.467 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-01-18T07:45:17.467 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-01-18T07:45:17.468 DEBUG:teuthology.orchestra.run.smithi112:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-18T07:45:17.468 DEBUG:teuthology.orchestra.run.smithi131:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-18T07:45:17.473 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T07:45:17.474 DEBUG:teuthology.orchestra.run.smithi112:> uname -r 2024-01-18T07:45:17.474 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T07:45:17.475 DEBUG:teuthology.orchestra.run.smithi131:> uname -r 2024-01-18T07:45:17.521 INFO:teuthology.orchestra.run.smithi112.stdout:4.15.0-200-generic 2024-01-18T07:45:17.521 INFO:teuthology.task.kernel:Running kernel on smithi112: 4.15.0-200-generic 2024-01-18T07:45:17.522 DEBUG:teuthology.orchestra.run.smithi112:> sudo apt-get clean 2024-01-18T07:45:17.523 INFO:teuthology.orchestra.run.smithi131.stdout:4.15.0-200-generic 2024-01-18T07:45:17.524 INFO:teuthology.task.kernel:Running kernel on smithi131: 4.15.0-200-generic 2024-01-18T07:45:17.524 DEBUG:teuthology.orchestra.run.smithi131:> sudo apt-get clean 2024-01-18T07:45:17.627 DEBUG:teuthology.orchestra.run.smithi131:> sudo apt-get update 2024-01-18T07:45:17.629 DEBUG:teuthology.orchestra.run.smithi112:> sudo apt-get update 2024-01-18T07:45:17.781 INFO:teuthology.orchestra.run.smithi131.stdout:Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 2024-01-18T07:45:17.781 INFO:teuthology.orchestra.run.smithi131.stdout:Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 2024-01-18T07:45:17.782 INFO:teuthology.orchestra.run.smithi131.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 2024-01-18T07:45:17.861 INFO:teuthology.orchestra.run.smithi131.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [83.3 kB] 2024-01-18T07:45:17.920 INFO:teuthology.orchestra.run.smithi112.stdout:Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 2024-01-18T07:45:17.920 INFO:teuthology.orchestra.run.smithi112.stdout:Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 2024-01-18T07:45:17.979 INFO:teuthology.orchestra.run.smithi112.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 2024-01-18T07:45:18.147 INFO:teuthology.orchestra.run.smithi131.stdout:Get:5 http://security.ubuntu.com/ubuntu bionic-security/main i386 Packages [1,379 kB] 2024-01-18T07:45:18.284 INFO:teuthology.orchestra.run.smithi131.stdout:Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [1,666 kB] 2024-01-18T07:45:18.286 INFO:teuthology.orchestra.run.smithi131.stdout:Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2,717 kB] 2024-01-18T07:45:18.312 INFO:teuthology.orchestra.run.smithi112.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [83.3 kB] 2024-01-18T07:45:18.327 INFO:teuthology.orchestra.run.smithi131.stdout:Get:8 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [467 kB] 2024-01-18T07:45:18.332 INFO:teuthology.orchestra.run.smithi131.stdout:Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [1,317 kB] 2024-01-18T07:45:18.345 INFO:teuthology.orchestra.run.smithi131.stdout:Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted i386 Packages [33.0 kB] 2024-01-18T07:45:18.345 INFO:teuthology.orchestra.run.smithi131.stdout:Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [182 kB] 2024-01-18T07:45:18.347 INFO:teuthology.orchestra.run.smithi131.stdout:Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages [1,078 kB] 2024-01-18T07:45:18.360 INFO:teuthology.orchestra.run.smithi131.stdout:Get:13 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1,303 kB] 2024-01-18T07:45:18.364 INFO:teuthology.orchestra.run.smithi112.stdout:Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2,717 kB] 2024-01-18T07:45:18.383 INFO:teuthology.orchestra.run.smithi131.stdout:Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [308 kB] 2024-01-18T07:45:18.389 INFO:teuthology.orchestra.run.smithi131.stdout:Get:15 http://security.ubuntu.com/ubuntu bionic-security/multiverse i386 Packages [6,008 B] 2024-01-18T07:45:18.389 INFO:teuthology.orchestra.run.smithi131.stdout:Get:16 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.8 kB] 2024-01-18T07:45:18.389 INFO:teuthology.orchestra.run.smithi131.stdout:Get:17 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [3,928 B] 2024-01-18T07:45:18.414 INFO:teuthology.orchestra.run.smithi131.stdout:Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [3,045 kB] 2024-01-18T07:45:18.458 INFO:teuthology.orchestra.run.smithi131.stdout:Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [554 kB] 2024-01-18T07:45:18.463 INFO:teuthology.orchestra.run.smithi131.stdout:Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/restricted i386 Packages [39.7 kB] 2024-01-18T07:45:18.464 INFO:teuthology.orchestra.run.smithi131.stdout:Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [1,347 kB] 2024-01-18T07:45:18.479 INFO:teuthology.orchestra.run.smithi131.stdout:Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [187 kB] 2024-01-18T07:45:18.483 INFO:teuthology.orchestra.run.smithi131.stdout:Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [1,663 kB] 2024-01-18T07:45:18.502 INFO:teuthology.orchestra.run.smithi112.stdout:Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [3,045 kB] 2024-01-18T07:45:18.515 INFO:teuthology.orchestra.run.smithi131.stdout:Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1,915 kB] 2024-01-18T07:45:18.535 INFO:teuthology.orchestra.run.smithi131.stdout:Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [421 kB] 2024-01-18T07:45:18.539 INFO:teuthology.orchestra.run.smithi131.stdout:Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse i386 Packages [11.2 kB] 2024-01-18T07:45:18.539 INFO:teuthology.orchestra.run.smithi131.stdout:Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.6 kB] 2024-01-18T07:45:18.539 INFO:teuthology.orchestra.run.smithi131.stdout:Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6,088 B] 2024-01-18T07:45:18.539 INFO:teuthology.orchestra.run.smithi131.stdout:Get:29 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [53.3 kB] 2024-01-18T07:45:18.540 INFO:teuthology.orchestra.run.smithi131.stdout:Get:30 http://archive.ubuntu.com/ubuntu bionic-backports/main i386 Packages [53.2 kB] 2024-01-18T07:45:18.540 INFO:teuthology.orchestra.run.smithi131.stdout:Get:31 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [18.2 kB] 2024-01-18T07:45:18.541 INFO:teuthology.orchestra.run.smithi131.stdout:Get:32 http://archive.ubuntu.com/ubuntu bionic-backports/universe i386 Packages [18.1 kB] 2024-01-18T07:45:18.914 INFO:teuthology.orchestra.run.smithi112.stdout:Get:7 http://security.ubuntu.com/ubuntu bionic-security/main i386 Packages [1,379 kB] 2024-01-18T07:45:18.942 INFO:teuthology.orchestra.run.smithi112.stdout:Get:8 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [467 kB] 2024-01-18T07:45:18.952 INFO:teuthology.orchestra.run.smithi112.stdout:Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted i386 Packages [33.0 kB] 2024-01-18T07:45:18.953 INFO:teuthology.orchestra.run.smithi112.stdout:Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [1,317 kB] 2024-01-18T07:45:19.004 INFO:teuthology.orchestra.run.smithi112.stdout:Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [182 kB] 2024-01-18T07:45:19.006 INFO:teuthology.orchestra.run.smithi112.stdout:Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [1,666 kB] 2024-01-18T07:45:19.009 INFO:teuthology.orchestra.run.smithi112.stdout:Get:13 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1,303 kB] 2024-01-18T07:45:19.035 INFO:teuthology.orchestra.run.smithi112.stdout:Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages [1,078 kB] 2024-01-18T07:45:19.037 INFO:teuthology.orchestra.run.smithi112.stdout:Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [554 kB] 2024-01-18T07:45:19.048 INFO:teuthology.orchestra.run.smithi112.stdout:Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [1,347 kB] 2024-01-18T07:45:19.056 INFO:teuthology.orchestra.run.smithi112.stdout:Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [308 kB] 2024-01-18T07:45:19.080 INFO:teuthology.orchestra.run.smithi112.stdout:Get:18 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.8 kB] 2024-01-18T07:45:19.100 INFO:teuthology.orchestra.run.smithi112.stdout:Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/restricted i386 Packages [39.7 kB] 2024-01-18T07:45:19.101 INFO:teuthology.orchestra.run.smithi112.stdout:Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [187 kB] 2024-01-18T07:45:19.108 INFO:teuthology.orchestra.run.smithi112.stdout:Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [1,663 kB] 2024-01-18T07:45:19.141 INFO:teuthology.orchestra.run.smithi112.stdout:Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1,915 kB] 2024-01-18T07:45:19.244 INFO:teuthology.orchestra.run.smithi112.stdout:Get:23 http://security.ubuntu.com/ubuntu bionic-security/multiverse i386 Packages [6,008 B] 2024-01-18T07:45:19.326 INFO:teuthology.orchestra.run.smithi112.stdout:Get:24 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [3,928 B] 2024-01-18T07:45:19.365 INFO:teuthology.orchestra.run.smithi112.stdout:Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [421 kB] 2024-01-18T07:45:19.905 INFO:teuthology.orchestra.run.smithi112.stdout:Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse i386 Packages [11.2 kB] 2024-01-18T07:45:19.906 INFO:teuthology.orchestra.run.smithi112.stdout:Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.6 kB] 2024-01-18T07:45:19.910 INFO:teuthology.orchestra.run.smithi112.stdout:Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6,088 B] 2024-01-18T07:45:19.910 INFO:teuthology.orchestra.run.smithi112.stdout:Get:29 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [53.3 kB] 2024-01-18T07:45:19.919 INFO:teuthology.orchestra.run.smithi112.stdout:Get:30 http://archive.ubuntu.com/ubuntu bionic-backports/main i386 Packages [53.2 kB] 2024-01-18T07:45:19.927 INFO:teuthology.orchestra.run.smithi112.stdout:Get:31 http://archive.ubuntu.com/ubuntu bionic-backports/universe i386 Packages [18.1 kB] 2024-01-18T07:45:19.933 INFO:teuthology.orchestra.run.smithi112.stdout:Get:32 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [18.2 kB] 2024-01-18T07:45:21.352 INFO:teuthology.orchestra.run.smithi131.stdout:Fetched 20.1 MB in 3s (5,788 kB/s) 2024-01-18T07:45:21.648 INFO:teuthology.orchestra.run.smithi112.stdout:Fetched 20.1 MB in 4s (5,374 kB/s) 2024-01-18T07:45:23.078 INFO:teuthology.orchestra.run.smithi131.stdout:Reading package lists... 2024-01-18T07:45:23.131 DEBUG:teuthology.orchestra.run.smithi131:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-01-18T07:45:23.215 INFO:teuthology.orchestra.run.smithi131.stdout:Reading package lists... 2024-01-18T07:45:23.385 INFO:teuthology.orchestra.run.smithi112.stdout:Reading package lists... 2024-01-18T07:45:23.435 DEBUG:teuthology.orchestra.run.smithi112:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-01-18T07:45:23.492 INFO:teuthology.orchestra.run.smithi131.stdout:Building dependency tree... 2024-01-18T07:45:23.492 INFO:teuthology.orchestra.run.smithi131.stdout:Reading state information... 2024-01-18T07:45:23.522 INFO:teuthology.orchestra.run.smithi112.stdout:Reading package lists... 2024-01-18T07:45:23.709 INFO:teuthology.orchestra.run.smithi131.stdout:The following additional packages will be installed: 2024-01-18T07:45:23.709 INFO:teuthology.orchestra.run.smithi131.stdout: linux-generic linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2024-01-18T07:45:23.709 INFO:teuthology.orchestra.run.smithi131.stdout: linux-headers-generic linux-image-4.15.0-213-generic 2024-01-18T07:45:23.710 INFO:teuthology.orchestra.run.smithi131.stdout: linux-modules-4.15.0-213-generic linux-modules-extra-4.15.0-213-generic 2024-01-18T07:45:23.711 INFO:teuthology.orchestra.run.smithi131.stdout:Suggested packages: 2024-01-18T07:45:23.712 INFO:teuthology.orchestra.run.smithi131.stdout: fdutils linux-doc-4.15.0 | linux-source-4.15.0 linux-tools 2024-01-18T07:45:23.712 INFO:teuthology.orchestra.run.smithi131.stdout:Recommended packages: 2024-01-18T07:45:23.712 INFO:teuthology.orchestra.run.smithi131.stdout: thermald 2024-01-18T07:45:23.775 INFO:teuthology.orchestra.run.smithi131.stdout:The following NEW packages will be installed: 2024-01-18T07:45:23.775 INFO:teuthology.orchestra.run.smithi131.stdout: linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2024-01-18T07:45:23.775 INFO:teuthology.orchestra.run.smithi131.stdout: linux-image-4.15.0-213-generic linux-modules-4.15.0-213-generic 2024-01-18T07:45:23.776 INFO:teuthology.orchestra.run.smithi131.stdout: linux-modules-extra-4.15.0-213-generic 2024-01-18T07:45:23.777 INFO:teuthology.orchestra.run.smithi131.stdout:The following packages will be upgraded: 2024-01-18T07:45:23.778 INFO:teuthology.orchestra.run.smithi131.stdout: linux-generic linux-headers-generic linux-image-generic 2024-01-18T07:45:23.808 INFO:teuthology.orchestra.run.smithi112.stdout:Building dependency tree... 2024-01-18T07:45:23.809 INFO:teuthology.orchestra.run.smithi112.stdout:Reading state information... 2024-01-18T07:45:23.965 INFO:teuthology.orchestra.run.smithi131.stdout:3 upgraded, 5 newly installed, 0 to remove and 164 not upgraded. 2024-01-18T07:45:23.965 INFO:teuthology.orchestra.run.smithi131.stdout:Need to get 67.4 MB of archives. 2024-01-18T07:45:23.965 INFO:teuthology.orchestra.run.smithi131.stdout:After this operation, 351 MB of additional disk space will be used. 2024-01-18T07:45:23.965 INFO:teuthology.orchestra.run.smithi131.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-18T07:45:24.025 INFO:teuthology.orchestra.run.smithi112.stdout:The following additional packages will be installed: 2024-01-18T07:45:24.025 INFO:teuthology.orchestra.run.smithi112.stdout: linux-generic linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2024-01-18T07:45:24.025 INFO:teuthology.orchestra.run.smithi112.stdout: linux-headers-generic linux-image-4.15.0-213-generic 2024-01-18T07:45:24.026 INFO:teuthology.orchestra.run.smithi112.stdout: linux-modules-4.15.0-213-generic linux-modules-extra-4.15.0-213-generic 2024-01-18T07:45:24.028 INFO:teuthology.orchestra.run.smithi112.stdout:Suggested packages: 2024-01-18T07:45:24.028 INFO:teuthology.orchestra.run.smithi112.stdout: fdutils linux-doc-4.15.0 | linux-source-4.15.0 linux-tools 2024-01-18T07:45:24.028 INFO:teuthology.orchestra.run.smithi112.stdout:Recommended packages: 2024-01-18T07:45:24.028 INFO:teuthology.orchestra.run.smithi112.stdout: thermald 2024-01-18T07:45:24.082 INFO:teuthology.orchestra.run.smithi112.stdout:The following NEW packages will be installed: 2024-01-18T07:45:24.082 INFO:teuthology.orchestra.run.smithi112.stdout: linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2024-01-18T07:45:24.082 INFO:teuthology.orchestra.run.smithi112.stdout: linux-image-4.15.0-213-generic linux-modules-4.15.0-213-generic 2024-01-18T07:45:24.083 INFO:teuthology.orchestra.run.smithi112.stdout: linux-modules-extra-4.15.0-213-generic 2024-01-18T07:45:24.084 INFO:teuthology.orchestra.run.smithi112.stdout:The following packages will be upgraded: 2024-01-18T07:45:24.085 INFO:teuthology.orchestra.run.smithi112.stdout: linux-generic linux-headers-generic linux-image-generic 2024-01-18T07:45:24.149 INFO:teuthology.orchestra.run.smithi112.stdout:3 upgraded, 5 newly installed, 0 to remove and 164 not upgraded. 2024-01-18T07:45:24.149 INFO:teuthology.orchestra.run.smithi112.stdout:Need to get 67.4 MB of archives. 2024-01-18T07:45:24.149 INFO:teuthology.orchestra.run.smithi112.stdout:After this operation, 351 MB of additional disk space will be used. 2024-01-18T07:45:24.149 INFO:teuthology.orchestra.run.smithi112.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-18T07:45:24.493 INFO:teuthology.orchestra.run.smithi112.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-18T07:45:24.601 INFO:teuthology.orchestra.run.smithi112.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-18T07:45:25.017 INFO:teuthology.orchestra.run.smithi131.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-18T07:45:25.113 INFO:teuthology.orchestra.run.smithi112.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-18T07:45:25.113 INFO:teuthology.orchestra.run.smithi112.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-18T07:45:25.113 INFO:teuthology.orchestra.run.smithi112.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-18T07:45:25.255 INFO:teuthology.orchestra.run.smithi112.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-18T07:45:25.266 INFO:teuthology.orchestra.run.smithi131.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-18T07:45:25.271 INFO:teuthology.orchestra.run.smithi112.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-18T07:45:25.959 INFO:teuthology.orchestra.run.smithi112.stdout:Fetched 67.4 MB in 1s (57.7 MB/s) 2024-01-18T07:45:26.153 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package linux-modules-4.15.0-213-generic. 2024-01-18T07:45:26.264 INFO:teuthology.orchestra.run.smithi131.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-18T07:45:26.265 INFO:teuthology.orchestra.run.smithi131.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-18T07:45:26.265 INFO:teuthology.orchestra.run.smithi131.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-18T07:45:26.591 INFO:teuthology.orchestra.run.smithi131.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-18T07:45:26.631 INFO:teuthology.orchestra.run.smithi131.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-18T07:45:27.063 INFO:teuthology.orchestra.run.smithi112.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-18T07:45:27.067 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../0-linux-modules-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-01-18T07:45:27.133 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-18T07:45:27.295 INFO:teuthology.orchestra.run.smithi131.stdout:Fetched 67.4 MB in 3s (23.8 MB/s) 2024-01-18T07:45:27.495 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package linux-modules-4.15.0-213-generic. 2024-01-18T07:45:28.454 INFO:teuthology.orchestra.run.smithi131.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-18T07:45:28.459 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../0-linux-modules-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-01-18T07:45:28.508 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-18T07:45:28.976 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package linux-image-4.15.0-213-generic. 2024-01-18T07:45:28.989 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../1-linux-image-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-01-18T07:45:29.099 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-18T07:45:29.637 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package linux-modules-extra-4.15.0-213-generic. 2024-01-18T07:45:29.652 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../2-linux-modules-extra-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-01-18T07:45:29.687 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-18T07:45:30.267 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package linux-image-4.15.0-213-generic. 2024-01-18T07:45:30.280 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../1-linux-image-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-01-18T07:45:30.413 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-18T07:45:30.944 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package linux-modules-extra-4.15.0-213-generic. 2024-01-18T07:45:30.957 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../2-linux-modules-extra-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-01-18T07:45:30.994 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-18T07:45:33.509 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../3-linux-generic_4.15.0.213.196_amd64.deb ... 2024-01-18T07:45:33.633 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking linux-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2024-01-18T07:45:33.952 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../4-linux-image-generic_4.15.0.213.196_amd64.deb ... 2024-01-18T07:45:34.078 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking linux-image-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2024-01-18T07:45:34.406 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package linux-headers-4.15.0-213. 2024-01-18T07:45:34.421 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../5-linux-headers-4.15.0-213_4.15.0-213.224_all.deb ... 2024-01-18T07:45:34.464 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking linux-headers-4.15.0-213 (4.15.0-213.224) ... 2024-01-18T07:45:34.914 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../3-linux-generic_4.15.0.213.196_amd64.deb ... 2024-01-18T07:45:35.040 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking linux-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2024-01-18T07:45:35.341 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../4-linux-image-generic_4.15.0.213.196_amd64.deb ... 2024-01-18T07:45:35.468 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking linux-image-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2024-01-18T07:45:35.771 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package linux-headers-4.15.0-213. 2024-01-18T07:45:35.785 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../5-linux-headers-4.15.0-213_4.15.0-213.224_all.deb ... 2024-01-18T07:45:35.822 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking linux-headers-4.15.0-213 (4.15.0-213.224) ... 2024-01-18T07:45:39.253 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package linux-headers-4.15.0-213-generic. 2024-01-18T07:45:39.278 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../6-linux-headers-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-01-18T07:45:39.319 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-18T07:45:40.533 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package linux-headers-4.15.0-213-generic. 2024-01-18T07:45:40.556 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../6-linux-headers-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-01-18T07:45:40.600 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-18T07:45:41.721 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../7-linux-headers-generic_4.15.0.213.196_amd64.deb ... 2024-01-18T07:45:41.849 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking linux-headers-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2024-01-18T07:45:42.172 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-18T07:45:42.763 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-18T07:45:43.267 INFO:teuthology.orchestra.run.smithi112.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-4.15.0-200-generic 2024-01-18T07:45:43.267 INFO:teuthology.orchestra.run.smithi112.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-4.15.0-200-generic 2024-01-18T07:45:43.267 INFO:teuthology.orchestra.run.smithi112.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-4.15.0-213-generic 2024-01-18T07:45:43.267 INFO:teuthology.orchestra.run.smithi112.stdout:I: /initrd.img is now a symlink to boot/initrd.img-4.15.0-213-generic 2024-01-18T07:45:43.407 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-18T07:45:43.654 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../7-linux-headers-generic_4.15.0.213.196_amd64.deb ... 2024-01-18T07:45:43.781 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking linux-headers-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2024-01-18T07:45:43.950 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up linux-headers-4.15.0-213 (4.15.0-213.224) ... 2024-01-18T07:45:44.076 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up linux-image-generic (4.15.0.213.196) ... 2024-01-18T07:45:44.093 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-18T07:45:44.202 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-18T07:45:44.336 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up linux-headers-generic (4.15.0.213.196) ... 2024-01-18T07:45:44.471 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up linux-generic (4.15.0.213.196) ... 2024-01-18T07:45:44.597 INFO:teuthology.orchestra.run.smithi112.stdout:Processing triggers for linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-18T07:45:44.702 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-18T07:45:44.807 INFO:teuthology.orchestra.run.smithi112.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-01-18T07:45:44.808 INFO:teuthology.orchestra.run.smithi112.stdout:update-initramfs: Generating /boot/initrd.img-4.15.0-213-generic 2024-01-18T07:45:45.212 INFO:teuthology.orchestra.run.smithi131.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-4.15.0-200-generic 2024-01-18T07:45:45.213 INFO:teuthology.orchestra.run.smithi131.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-4.15.0-200-generic 2024-01-18T07:45:45.213 INFO:teuthology.orchestra.run.smithi131.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-4.15.0-213-generic 2024-01-18T07:45:45.213 INFO:teuthology.orchestra.run.smithi131.stdout:I: /initrd.img is now a symlink to boot/initrd.img-4.15.0-213-generic 2024-01-18T07:45:45.354 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-18T07:45:45.922 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up linux-headers-4.15.0-213 (4.15.0-213.224) ... 2024-01-18T07:45:46.040 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up linux-image-generic (4.15.0.213.196) ... 2024-01-18T07:45:46.166 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-18T07:45:46.317 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up linux-headers-generic (4.15.0.213.196) ... 2024-01-18T07:45:46.435 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up linux-generic (4.15.0.213.196) ... 2024-01-18T07:45:46.578 INFO:teuthology.orchestra.run.smithi131.stdout:Processing triggers for linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-18T07:45:46.794 INFO:teuthology.orchestra.run.smithi131.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-01-18T07:45:46.794 INFO:teuthology.orchestra.run.smithi131.stdout:update-initramfs: Generating /boot/initrd.img-4.15.0-213-generic 2024-01-18T07:46:00.759 INFO:teuthology.orchestra.run.smithi112.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-01-18T07:46:00.760 INFO:teuthology.orchestra.run.smithi112.stdout:Sourcing file `/etc/default/grub' 2024-01-18T07:46:00.790 INFO:teuthology.orchestra.run.smithi112.stdout:Generating grub configuration file ... 2024-01-18T07:46:01.153 INFO:teuthology.orchestra.run.smithi112.stdout:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2024-01-18T07:46:01.200 INFO:teuthology.orchestra.run.smithi112.stdout:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2024-01-18T07:46:01.560 INFO:teuthology.orchestra.run.smithi112.stdout:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2024-01-18T07:46:01.598 INFO:teuthology.orchestra.run.smithi112.stdout:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2024-01-18T07:46:01.673 INFO:teuthology.orchestra.run.smithi112.stdout:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2024-01-18T07:46:01.704 INFO:teuthology.orchestra.run.smithi112.stdout:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2024-01-18T07:46:02.486 INFO:teuthology.orchestra.run.smithi131.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-01-18T07:46:02.486 INFO:teuthology.orchestra.run.smithi131.stdout:Sourcing file `/etc/default/grub' 2024-01-18T07:46:02.520 INFO:teuthology.orchestra.run.smithi131.stdout:Generating grub configuration file ... 2024-01-18T07:46:02.634 INFO:teuthology.orchestra.run.smithi112.stdout:done 2024-01-18T07:46:02.932 INFO:teuthology.orchestra.run.smithi131.stdout:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2024-01-18T07:46:02.982 INFO:teuthology.orchestra.run.smithi131.stdout:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2024-01-18T07:46:03.077 DEBUG:teuthology.orchestra.run.smithi112:> dpkg -s linux-image-generic 2024-01-18T07:46:03.093 INFO:teuthology.orchestra.run.smithi112.stdout:Package: linux-image-generic 2024-01-18T07:46:03.093 INFO:teuthology.orchestra.run.smithi112.stdout:Status: install ok installed 2024-01-18T07:46:03.093 INFO:teuthology.orchestra.run.smithi112.stdout:Priority: optional 2024-01-18T07:46:03.093 INFO:teuthology.orchestra.run.smithi112.stdout:Section: kernel 2024-01-18T07:46:03.093 INFO:teuthology.orchestra.run.smithi112.stdout:Installed-Size: 18 2024-01-18T07:46:03.093 INFO:teuthology.orchestra.run.smithi112.stdout:Maintainer: Ubuntu Kernel Team 2024-01-18T07:46:03.093 INFO:teuthology.orchestra.run.smithi112.stdout:Architecture: amd64 2024-01-18T07:46:03.093 INFO:teuthology.orchestra.run.smithi112.stdout:Source: linux-meta 2024-01-18T07:46:03.093 INFO:teuthology.orchestra.run.smithi112.stdout:Version: 4.15.0.213.196 2024-01-18T07:46:03.093 INFO:teuthology.orchestra.run.smithi112.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2024-01-18T07:46:03.093 INFO:teuthology.orchestra.run.smithi112.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-18T07:46:03.094 INFO:teuthology.orchestra.run.smithi112.stdout:Recommends: thermald 2024-01-18T07:46:03.094 INFO:teuthology.orchestra.run.smithi112.stdout:Description: Generic Linux kernel image 2024-01-18T07:46:03.094 INFO:teuthology.orchestra.run.smithi112.stdout: This package will always depend on the latest generic kernel image 2024-01-18T07:46:03.094 INFO:teuthology.orchestra.run.smithi112.stdout: available. 2024-01-18T07:46:03.094 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.15.0-200-generic Expected: 4.15.0-213-generic 2024-01-18T07:46:03.094 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-18T07:46:03.094 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-18T07:46:03.094 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-01-18T07:46:03.094 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi112.front.sepia.ceph.com, path=None, version=distro) 2024-01-18T07:46:03.094 DEBUG:teuthology.orchestra.run.smithi112:> sudo apt-get clean 2024-01-18T07:46:03.189 DEBUG:teuthology.orchestra.run.smithi112:> sudo apt-get update 2024-01-18T07:46:03.320 INFO:teuthology.orchestra.run.smithi112.stdout:Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 2024-01-18T07:46:03.329 INFO:teuthology.orchestra.run.smithi112.stdout:Hit:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 2024-01-18T07:46:03.336 INFO:teuthology.orchestra.run.smithi131.stdout:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2024-01-18T07:46:03.348 INFO:teuthology.orchestra.run.smithi112.stdout:Hit:3 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 2024-01-18T07:46:03.366 INFO:teuthology.orchestra.run.smithi131.stdout:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2024-01-18T07:46:03.435 INFO:teuthology.orchestra.run.smithi112.stdout:Hit:4 http://security.ubuntu.com/ubuntu bionic-security InRelease 2024-01-18T07:46:03.443 INFO:teuthology.orchestra.run.smithi131.stdout:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2024-01-18T07:46:03.474 INFO:teuthology.orchestra.run.smithi131.stdout:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2024-01-18T07:46:04.398 INFO:teuthology.orchestra.run.smithi131.stdout:done 2024-01-18T07:46:04.840 DEBUG:teuthology.orchestra.run.smithi131:> dpkg -s linux-image-generic 2024-01-18T07:46:04.906 INFO:teuthology.orchestra.run.smithi131.stdout:Package: linux-image-generic 2024-01-18T07:46:04.906 INFO:teuthology.orchestra.run.smithi131.stdout:Status: install ok installed 2024-01-18T07:46:04.906 INFO:teuthology.orchestra.run.smithi131.stdout:Priority: optional 2024-01-18T07:46:04.906 INFO:teuthology.orchestra.run.smithi131.stdout:Section: kernel 2024-01-18T07:46:04.907 INFO:teuthology.orchestra.run.smithi131.stdout:Installed-Size: 18 2024-01-18T07:46:04.907 INFO:teuthology.orchestra.run.smithi131.stdout:Maintainer: Ubuntu Kernel Team 2024-01-18T07:46:04.907 INFO:teuthology.orchestra.run.smithi131.stdout:Architecture: amd64 2024-01-18T07:46:04.907 INFO:teuthology.orchestra.run.smithi131.stdout:Source: linux-meta 2024-01-18T07:46:04.907 INFO:teuthology.orchestra.run.smithi131.stdout:Version: 4.15.0.213.196 2024-01-18T07:46:04.907 INFO:teuthology.orchestra.run.smithi131.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2024-01-18T07:46:04.907 INFO:teuthology.orchestra.run.smithi131.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-18T07:46:04.907 INFO:teuthology.orchestra.run.smithi131.stdout:Recommends: thermald 2024-01-18T07:46:04.907 INFO:teuthology.orchestra.run.smithi131.stdout:Description: Generic Linux kernel image 2024-01-18T07:46:04.907 INFO:teuthology.orchestra.run.smithi131.stdout: This package will always depend on the latest generic kernel image 2024-01-18T07:46:04.907 INFO:teuthology.orchestra.run.smithi131.stdout: available. 2024-01-18T07:46:04.907 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.15.0-200-generic Expected: 4.15.0-213-generic 2024-01-18T07:46:04.908 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-18T07:46:04.908 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-18T07:46:04.908 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-01-18T07:46:04.908 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi131.front.sepia.ceph.com, path=None, version=distro) 2024-01-18T07:46:04.908 DEBUG:teuthology.orchestra.run.smithi131:> sudo apt-get clean 2024-01-18T07:46:05.025 DEBUG:teuthology.orchestra.run.smithi131:> sudo apt-get update 2024-01-18T07:46:05.275 INFO:teuthology.orchestra.run.smithi131.stdout:Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 2024-01-18T07:46:05.275 INFO:teuthology.orchestra.run.smithi131.stdout:Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 2024-01-18T07:46:05.346 INFO:teuthology.orchestra.run.smithi131.stdout:Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 2024-01-18T07:46:05.410 INFO:teuthology.orchestra.run.smithi112.stdout:Reading package lists... 2024-01-18T07:46:05.429 INFO:teuthology.orchestra.run.smithi131.stdout:Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 2024-01-18T07:46:05.461 DEBUG:teuthology.orchestra.run.smithi112:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-01-18T07:46:05.546 INFO:teuthology.orchestra.run.smithi112.stdout:Reading package lists... 2024-01-18T07:46:05.830 INFO:teuthology.orchestra.run.smithi112.stdout:Building dependency tree... 2024-01-18T07:46:05.831 INFO:teuthology.orchestra.run.smithi112.stdout:Reading state information... 2024-01-18T07:46:06.039 INFO:teuthology.orchestra.run.smithi112.stdout:linux-image-generic is already the newest version (4.15.0.213.196). 2024-01-18T07:46:06.039 INFO:teuthology.orchestra.run.smithi112.stdout:The following packages were automatically installed and are no longer required: 2024-01-18T07:46:06.039 INFO:teuthology.orchestra.run.smithi112.stdout: linux-headers-4.15.0-194 linux-headers-4.15.0-194-generic 2024-01-18T07:46:06.039 INFO:teuthology.orchestra.run.smithi112.stdout: linux-image-4.15.0-194-generic linux-modules-4.15.0-194-generic 2024-01-18T07:46:06.039 INFO:teuthology.orchestra.run.smithi112.stdout: linux-modules-extra-4.15.0-194-generic 2024-01-18T07:46:06.040 INFO:teuthology.orchestra.run.smithi112.stdout:Use 'sudo apt autoremove' to remove them. 2024-01-18T07:46:06.093 INFO:teuthology.orchestra.run.smithi112.stdout:0 upgraded, 0 newly installed, 0 to remove and 164 not upgraded. 2024-01-18T07:46:06.095 DEBUG:teuthology.orchestra.run.smithi112:> dpkg -s linux-image-generic 2024-01-18T07:46:06.117 INFO:teuthology.orchestra.run.smithi112.stdout:Package: linux-image-generic 2024-01-18T07:46:06.117 INFO:teuthology.orchestra.run.smithi112.stdout:Status: install ok installed 2024-01-18T07:46:06.117 INFO:teuthology.orchestra.run.smithi112.stdout:Priority: optional 2024-01-18T07:46:06.117 INFO:teuthology.orchestra.run.smithi112.stdout:Section: kernel 2024-01-18T07:46:06.117 INFO:teuthology.orchestra.run.smithi112.stdout:Installed-Size: 18 2024-01-18T07:46:06.117 INFO:teuthology.orchestra.run.smithi112.stdout:Maintainer: Ubuntu Kernel Team 2024-01-18T07:46:06.117 INFO:teuthology.orchestra.run.smithi112.stdout:Architecture: amd64 2024-01-18T07:46:06.117 INFO:teuthology.orchestra.run.smithi112.stdout:Source: linux-meta 2024-01-18T07:46:06.117 INFO:teuthology.orchestra.run.smithi112.stdout:Version: 4.15.0.213.196 2024-01-18T07:46:06.118 INFO:teuthology.orchestra.run.smithi112.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2024-01-18T07:46:06.118 INFO:teuthology.orchestra.run.smithi112.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-18T07:46:06.118 INFO:teuthology.orchestra.run.smithi112.stdout:Recommends: thermald 2024-01-18T07:46:06.118 INFO:teuthology.orchestra.run.smithi112.stdout:Description: Generic Linux kernel image 2024-01-18T07:46:06.118 INFO:teuthology.orchestra.run.smithi112.stdout: This package will always depend on the latest generic kernel image 2024-01-18T07:46:06.118 INFO:teuthology.orchestra.run.smithi112.stdout: available. 2024-01-18T07:46:06.118 DEBUG:teuthology.orchestra.run.smithi112:> mktemp 2024-01-18T07:46:06.165 INFO:teuthology.orchestra.run.smithi112.stdout:/tmp/tmp.tLy4HLjoHe 2024-01-18T07:46:06.165 DEBUG:teuthology.orchestra.run.smithi112:> sudo cp /boot/grub/grub.cfg /tmp/tmp.tLy4HLjoHe 2024-01-18T07:46:06.231 DEBUG:teuthology.orchestra.run.smithi112:> sudo chmod 0666 /tmp/tmp.tLy4HLjoHe 2024-01-18T07:46:06.386 DEBUG:teuthology.orchestra.remote:smithi112:/tmp/tmp.tLy4HLjoHe is 10KB 2024-01-18T07:46:06.400 DEBUG:teuthology.orchestra.run.smithi112:> rm -fr /tmp/tmp.tLy4HLjoHe 2024-01-18T07:46:06.407 DEBUG:teuthology.orchestra.run.smithi112:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-01-18T07:46:06.472 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-01-18T07:46:06.473 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-01-18T07:46:06.473 DEBUG:teuthology.orchestra.run.smithi112:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-01-18T07:46:06.551 INFO:teuthology.task.kernel:Distro Kernel Version: 4.15.0-213-generic 2024-01-18T07:46:06.551 DEBUG:teuthology.orchestra.run.smithi112:> sudo update-grub 2024-01-18T07:46:07.392 INFO:teuthology.orchestra.run.smithi131.stdout:Reading package lists... 2024-01-18T07:46:07.445 DEBUG:teuthology.orchestra.run.smithi131:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-01-18T07:46:07.524 INFO:teuthology.orchestra.run.smithi131.stdout:Reading package lists... 2024-01-18T07:46:07.787 INFO:teuthology.orchestra.run.smithi131.stdout:Building dependency tree... 2024-01-18T07:46:07.787 INFO:teuthology.orchestra.run.smithi131.stdout:Reading state information... 2024-01-18T07:46:07.996 INFO:teuthology.orchestra.run.smithi131.stdout:linux-image-generic is already the newest version (4.15.0.213.196). 2024-01-18T07:46:07.996 INFO:teuthology.orchestra.run.smithi131.stdout:The following packages were automatically installed and are no longer required: 2024-01-18T07:46:07.996 INFO:teuthology.orchestra.run.smithi131.stdout: linux-headers-4.15.0-194 linux-headers-4.15.0-194-generic 2024-01-18T07:46:07.996 INFO:teuthology.orchestra.run.smithi131.stdout: linux-image-4.15.0-194-generic linux-modules-4.15.0-194-generic 2024-01-18T07:46:07.997 INFO:teuthology.orchestra.run.smithi131.stdout: linux-modules-extra-4.15.0-194-generic 2024-01-18T07:46:07.997 INFO:teuthology.orchestra.run.smithi131.stdout:Use 'sudo apt autoremove' to remove them. 2024-01-18T07:46:08.053 INFO:teuthology.orchestra.run.smithi131.stdout:0 upgraded, 0 newly installed, 0 to remove and 164 not upgraded. 2024-01-18T07:46:08.055 DEBUG:teuthology.orchestra.run.smithi131:> dpkg -s linux-image-generic 2024-01-18T07:46:08.072 INFO:teuthology.orchestra.run.smithi131.stdout:Package: linux-image-generic 2024-01-18T07:46:08.072 INFO:teuthology.orchestra.run.smithi131.stdout:Status: install ok installed 2024-01-18T07:46:08.072 INFO:teuthology.orchestra.run.smithi131.stdout:Priority: optional 2024-01-18T07:46:08.072 INFO:teuthology.orchestra.run.smithi131.stdout:Section: kernel 2024-01-18T07:46:08.072 INFO:teuthology.orchestra.run.smithi131.stdout:Installed-Size: 18 2024-01-18T07:46:08.073 INFO:teuthology.orchestra.run.smithi131.stdout:Maintainer: Ubuntu Kernel Team 2024-01-18T07:46:08.073 INFO:teuthology.orchestra.run.smithi131.stdout:Architecture: amd64 2024-01-18T07:46:08.073 INFO:teuthology.orchestra.run.smithi131.stdout:Source: linux-meta 2024-01-18T07:46:08.073 INFO:teuthology.orchestra.run.smithi131.stdout:Version: 4.15.0.213.196 2024-01-18T07:46:08.073 INFO:teuthology.orchestra.run.smithi131.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2024-01-18T07:46:08.073 INFO:teuthology.orchestra.run.smithi131.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-18T07:46:08.073 INFO:teuthology.orchestra.run.smithi131.stdout:Recommends: thermald 2024-01-18T07:46:08.073 INFO:teuthology.orchestra.run.smithi131.stdout:Description: Generic Linux kernel image 2024-01-18T07:46:08.073 INFO:teuthology.orchestra.run.smithi131.stdout: This package will always depend on the latest generic kernel image 2024-01-18T07:46:08.073 INFO:teuthology.orchestra.run.smithi131.stdout: available. 2024-01-18T07:46:08.073 DEBUG:teuthology.orchestra.run.smithi131:> mktemp 2024-01-18T07:46:08.090 INFO:teuthology.orchestra.run.smithi112.stderr:Sourcing file `/etc/default/grub' 2024-01-18T07:46:08.101 INFO:teuthology.orchestra.run.smithi112.stderr:Generating grub configuration file ... 2024-01-18T07:46:08.119 INFO:teuthology.orchestra.run.smithi131.stdout:/tmp/tmp.U8ndC8Rx7x 2024-01-18T07:46:08.119 DEBUG:teuthology.orchestra.run.smithi131:> sudo cp /boot/grub/grub.cfg /tmp/tmp.U8ndC8Rx7x 2024-01-18T07:46:08.182 DEBUG:teuthology.orchestra.run.smithi131:> sudo chmod 0666 /tmp/tmp.U8ndC8Rx7x 2024-01-18T07:46:08.331 DEBUG:teuthology.orchestra.remote:smithi131:/tmp/tmp.U8ndC8Rx7x is 10KB 2024-01-18T07:46:08.333 INFO:teuthology.orchestra.run.smithi112.stderr:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2024-01-18T07:46:08.345 INFO:teuthology.orchestra.run.smithi112.stderr:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2024-01-18T07:46:08.380 DEBUG:teuthology.orchestra.run.smithi131:> rm -fr /tmp/tmp.U8ndC8Rx7x 2024-01-18T07:46:08.387 DEBUG:teuthology.orchestra.run.smithi131:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-01-18T07:46:08.444 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-01-18T07:46:08.444 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-01-18T07:46:08.445 DEBUG:teuthology.orchestra.run.smithi131:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-01-18T07:46:08.520 INFO:teuthology.task.kernel:Distro Kernel Version: 4.15.0-213-generic 2024-01-18T07:46:08.520 DEBUG:teuthology.orchestra.run.smithi131:> sudo update-grub 2024-01-18T07:46:08.644 INFO:teuthology.orchestra.run.smithi112.stderr:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2024-01-18T07:46:08.655 INFO:teuthology.orchestra.run.smithi112.stderr:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2024-01-18T07:46:08.730 INFO:teuthology.orchestra.run.smithi112.stderr:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2024-01-18T07:46:08.743 INFO:teuthology.orchestra.run.smithi112.stderr:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2024-01-18T07:46:09.382 INFO:teuthology.orchestra.run.smithi112.stderr:done 2024-01-18T07:46:09.383 DEBUG:teuthology.orchestra.run.smithi112:> sudo shutdown -r now 2024-01-18T07:46:09.963 INFO:teuthology.orchestra.run.smithi131.stderr:Sourcing file `/etc/default/grub' 2024-01-18T07:46:09.974 INFO:teuthology.orchestra.run.smithi131.stderr:Generating grub configuration file ... 2024-01-18T07:46:10.238 INFO:teuthology.orchestra.run.smithi131.stderr:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2024-01-18T07:46:10.250 INFO:teuthology.orchestra.run.smithi131.stderr:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2024-01-18T07:46:10.568 INFO:teuthology.orchestra.run.smithi131.stderr:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2024-01-18T07:46:10.580 INFO:teuthology.orchestra.run.smithi131.stderr:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2024-01-18T07:46:10.656 INFO:teuthology.orchestra.run.smithi131.stderr:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2024-01-18T07:46:10.670 INFO:teuthology.orchestra.run.smithi131.stderr:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2024-01-18T07:46:11.292 INFO:teuthology.orchestra.run.smithi131.stderr:done 2024-01-18T07:46:11.294 DEBUG:teuthology.orchestra.run.smithi131:> sudo shutdown -r now 2024-01-18T07:46:39.410 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-01-18T07:46:39.410 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi112.front.sepia.ceph.com' 2024-01-18T07:46:39.411 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi112.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T07:46:41.302 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-01-18T07:46:41.302 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi131.front.sepia.ceph.com' 2024-01-18T07:46:41.303 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi131.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T07:46:57.980 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.112 2024-01-18T07:46:59.772 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.131 2024-01-18T07:47:06.988 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi112.front.sepia.ceph.com' 2024-01-18T07:47:06.989 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi112.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T07:47:08.775 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi131.front.sepia.ceph.com' 2024-01-18T07:47:08.776 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi131.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T07:47:10.048 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.112 2024-01-18T07:47:22.056 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi112.front.sepia.ceph.com' 2024-01-18T07:47:22.057 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi112.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T07:47:40.476 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.112 2024-01-18T07:47:55.485 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi112.front.sepia.ceph.com' 2024-01-18T07:47:55.487 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi112.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T07:47:55.572 DEBUG:teuthology.orchestra.run.smithi112:> true 2024-01-18T07:47:55.851 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi112.front.sepia.ceph.com' 2024-01-18T07:47:55.851 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.15.0-213-generic"... 2024-01-18T07:47:55.852 DEBUG:teuthology.orchestra.run.smithi112:> uname -r 2024-01-18T07:47:55.897 INFO:teuthology.orchestra.run.smithi112.stdout:4.15.0-213-generic 2024-01-18T07:47:55.897 DEBUG:teuthology.task.kernel:current kernel version is 4.15.0-213-generic vs 4.15.0-213-generic 2024-01-18T07:47:55.897 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-18T07:47:55.898 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-01-18T07:47:56.898 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-01-18T07:47:56.898 DEBUG:teuthology.orchestra.run.smithi112:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-18T07:47:56.937 INFO:teuthology.orchestra.run.smithi112.stdout:ttyS1 2024-01-18T07:47:56.971 DEBUG:teuthology.parallel:result is None 2024-01-18T07:48:08.778 DEBUG:teuthology.orchestra.remote:timed out 2024-01-18T07:48:20.779 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi131.front.sepia.ceph.com' 2024-01-18T07:48:20.779 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi131.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T07:48:20.867 DEBUG:teuthology.orchestra.run.smithi131:> true 2024-01-18T07:48:21.158 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi131.front.sepia.ceph.com' 2024-01-18T07:48:21.158 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.15.0-213-generic"... 2024-01-18T07:48:21.158 DEBUG:teuthology.orchestra.run.smithi131:> uname -r 2024-01-18T07:48:21.206 INFO:teuthology.orchestra.run.smithi131.stdout:4.15.0-213-generic 2024-01-18T07:48:21.206 DEBUG:teuthology.task.kernel:current kernel version is 4.15.0-213-generic vs 4.15.0-213-generic 2024-01-18T07:48:21.206 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-18T07:48:21.206 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-01-18T07:48:22.207 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-01-18T07:48:22.208 DEBUG:teuthology.orchestra.run.smithi131:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-18T07:48:22.246 INFO:teuthology.orchestra.run.smithi131.stdout:ttyS1 2024-01-18T07:48:22.290 DEBUG:teuthology.parallel:result is None 2024-01-18T07:48:22.291 INFO:teuthology.run_tasks:Running task internal.base... 2024-01-18T07:48:22.299 INFO:teuthology.task.internal:Creating test directory... 2024-01-18T07:48:22.300 DEBUG:teuthology.orchestra.run.smithi112:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-18T07:48:22.302 DEBUG:teuthology.orchestra.run.smithi131:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-18T07:48:22.342 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-01-18T07:48:22.357 INFO:teuthology.run_tasks:Running task internal.archive... 2024-01-18T07:48:22.382 INFO:teuthology.task.internal:Creating archive directory... 2024-01-18T07:48:22.383 DEBUG:teuthology.orchestra.run.smithi112:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-18T07:48:22.385 DEBUG:teuthology.orchestra.run.smithi131:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-18T07:48:22.414 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-01-18T07:48:22.429 INFO:teuthology.task.internal:Enabling coredump saving... 2024-01-18T07:48:22.429 DEBUG:teuthology.orchestra.run.smithi112:> 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-18T07:48:22.455 DEBUG:teuthology.orchestra.run.smithi131:> 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-18T07:48:22.478 INFO:teuthology.orchestra.run.smithi131.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-18T07:48:22.478 INFO:teuthology.orchestra.run.smithi112.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-18T07:48:22.485 INFO:teuthology.orchestra.run.smithi131.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-18T07:48:22.486 INFO:teuthology.orchestra.run.smithi112.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-18T07:48:22.488 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-01-18T07:48:22.499 INFO:teuthology.task.internal:Configuring sudo... 2024-01-18T07:48:22.499 DEBUG:teuthology.orchestra.run.smithi112:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-18T07:48:22.531 DEBUG:teuthology.orchestra.run.smithi131:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-18T07:48:22.546 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-01-18T07:48:22.560 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-01-18T07:48:22.560 DEBUG:teuthology.orchestra.run.smithi112:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-18T07:48:22.587 DEBUG:teuthology.orchestra.run.smithi131:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-18T07:48:22.593 DEBUG:teuthology.orchestra.run.smithi112:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-18T07:48:22.639 DEBUG:teuthology.orchestra.run.smithi112:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-18T07:48:22.691 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-01-18T07:48:22.692 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-18T07:48:22.755 DEBUG:teuthology.orchestra.run.smithi131:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-18T07:48:22.789 DEBUG:teuthology.orchestra.run.smithi131:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-18T07:48:22.838 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-01-18T07:48:22.839 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-18T07:48:22.906 DEBUG:teuthology.orchestra.run.smithi112:> sudo service rsyslog restart 2024-01-18T07:48:22.909 DEBUG:teuthology.orchestra.run.smithi131:> sudo service rsyslog restart 2024-01-18T07:48:22.986 INFO:teuthology.run_tasks:Running task internal.timer... 2024-01-18T07:48:22.997 INFO:teuthology.task.internal:Starting timer... 2024-01-18T07:48:22.997 INFO:teuthology.run_tasks:Running task pcp... 2024-01-18T07:48:23.038 INFO:teuthology.run_tasks:Running task selinux... 2024-01-18T07:48:23.097 DEBUG:teuthology.task.selinux:Excluding smithi112: OS 'ubuntu' does not support SELinux 2024-01-18T07:48:23.097 DEBUG:teuthology.task.selinux:Excluding smithi131: OS 'ubuntu' does not support SELinux 2024-01-18T07:48:23.097 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-01-18T07:48:23.097 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-01-18T07:48:23.097 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-01-18T07:48:23.097 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-01-18T07:48:23.202 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-01-18T07:48:23.220 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-18T07:48:23.221 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi112.front.sepia.ceph.com,smithi131.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-01-18T07:53:36.578 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi112.front.sepia.ceph.com'), Remote(name='ubuntu@smithi131.front.sepia.ceph.com')] 2024-01-18T07:53:36.580 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi112.front.sepia.ceph.com' 2024-01-18T07:53:36.581 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi112.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T07:53:36.679 DEBUG:teuthology.orchestra.run.smithi112:> true 2024-01-18T07:53:36.801 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi112.front.sepia.ceph.com' 2024-01-18T07:53:36.801 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi131.front.sepia.ceph.com' 2024-01-18T07:53:36.802 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi131.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T07:53:36.882 DEBUG:teuthology.orchestra.run.smithi131:> true 2024-01-18T07:53:36.997 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi131.front.sepia.ceph.com' 2024-01-18T07:53:36.998 INFO:teuthology.run_tasks:Running task clock... 2024-01-18T07:53:37.008 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-01-18T07:53:37.008 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-18T07:53:37.008 DEBUG:teuthology.orchestra.run.smithi112:> 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-18T07:53:37.011 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-18T07:53:37.011 DEBUG:teuthology.orchestra.run.smithi131:> 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-18T07:53:37.064 INFO:teuthology.orchestra.run.smithi112.stdout:18 Jan 07:53:37 ntpd[14497]: ntpd 4.2.8p10@1.3728-o (1): Starting 2024-01-18T07:53:37.064 INFO:teuthology.orchestra.run.smithi112.stdout:18 Jan 07:53:37 ntpd[14497]: Command line: ntpd -gq 2024-01-18T07:53:37.064 INFO:teuthology.orchestra.run.smithi112.stdout:18 Jan 07:53:37 ntpd[14497]: proto: precision = 0.123 usec (-23) 2024-01-18T07:53:37.065 INFO:teuthology.orchestra.run.smithi112.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-01-18T07:53:37.066 INFO:teuthology.orchestra.run.smithi112.stdout:18 Jan 07:53:37 ntpd[14497]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-01-18T07:53:37.066 INFO:teuthology.orchestra.run.smithi112.stderr:restrict ::: KOD does nothing without LIMITED. 2024-01-18T07:53:37.067 INFO:teuthology.orchestra.run.smithi112.stdout:18 Jan 07:53:37 ntpd[14497]: restrict ::: KOD does nothing without LIMITED. 2024-01-18T07:53:37.067 INFO:teuthology.orchestra.run.smithi112.stdout:18 Jan 07:53:37 ntpd[14497]: Listen and drop on 0 v6wildcard [::]:123 2024-01-18T07:53:37.067 INFO:teuthology.orchestra.run.smithi112.stdout:18 Jan 07:53:37 ntpd[14497]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-01-18T07:53:37.067 INFO:teuthology.orchestra.run.smithi112.stdout:18 Jan 07:53:37 ntpd[14497]: Listen normally on 2 lo 127.0.0.1:123 2024-01-18T07:53:37.067 INFO:teuthology.orchestra.run.smithi112.stdout:18 Jan 07:53:37 ntpd[14497]: Listen normally on 3 enp3s0f1 172.21.15.112:123 2024-01-18T07:53:37.067 INFO:teuthology.orchestra.run.smithi112.stdout:18 Jan 07:53:37 ntpd[14497]: Listen normally on 4 lo [::1]:123 2024-01-18T07:53:37.067 INFO:teuthology.orchestra.run.smithi112.stdout:18 Jan 07:53:37 ntpd[14497]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:cb69%5]:123 2024-01-18T07:53:37.067 INFO:teuthology.orchestra.run.smithi112.stdout:18 Jan 07:53:37 ntpd[14497]: Listening on routing socket on fd #22 for interface updates 2024-01-18T07:53:37.090 INFO:teuthology.orchestra.run.smithi131.stdout:18 Jan 07:53:37 ntpd[14315]: ntpd 4.2.8p10@1.3728-o (1): Starting 2024-01-18T07:53:37.090 INFO:teuthology.orchestra.run.smithi131.stdout:18 Jan 07:53:37 ntpd[14315]: Command line: ntpd -gq 2024-01-18T07:53:37.091 INFO:teuthology.orchestra.run.smithi131.stdout:18 Jan 07:53:37 ntpd[14315]: proto: precision = 0.123 usec (-23) 2024-01-18T07:53:37.091 INFO:teuthology.orchestra.run.smithi131.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-01-18T07:53:37.092 INFO:teuthology.orchestra.run.smithi131.stdout:18 Jan 07:53:37 ntpd[14315]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-01-18T07:53:37.092 INFO:teuthology.orchestra.run.smithi131.stderr:restrict ::: KOD does nothing without LIMITED. 2024-01-18T07:53:37.093 INFO:teuthology.orchestra.run.smithi131.stdout:18 Jan 07:53:37 ntpd[14315]: restrict ::: KOD does nothing without LIMITED. 2024-01-18T07:53:37.093 INFO:teuthology.orchestra.run.smithi131.stdout:18 Jan 07:53:37 ntpd[14315]: Listen and drop on 0 v6wildcard [::]:123 2024-01-18T07:53:37.093 INFO:teuthology.orchestra.run.smithi131.stdout:18 Jan 07:53:37 ntpd[14315]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-01-18T07:53:37.093 INFO:teuthology.orchestra.run.smithi131.stdout:18 Jan 07:53:37 ntpd[14315]: Listen normally on 2 lo 127.0.0.1:123 2024-01-18T07:53:37.093 INFO:teuthology.orchestra.run.smithi131.stdout:18 Jan 07:53:37 ntpd[14315]: Listen normally on 3 enp3s0f1 172.21.15.131:123 2024-01-18T07:53:37.094 INFO:teuthology.orchestra.run.smithi131.stdout:18 Jan 07:53:37 ntpd[14315]: Listen normally on 4 lo [::1]:123 2024-01-18T07:53:37.094 INFO:teuthology.orchestra.run.smithi131.stdout:18 Jan 07:53:37 ntpd[14315]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:72f9%5]:123 2024-01-18T07:53:37.094 INFO:teuthology.orchestra.run.smithi131.stdout:18 Jan 07:53:37 ntpd[14315]: Listening on routing socket on fd #22 for interface updates 2024-01-18T07:53:38.091 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jan 07:53:38 ntpd[14315]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T07:53:38.092 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jan 07:53:38 ntpd[14315]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T07:53:38.092 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jan 07:53:38 ntpd[14315]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-18T07:53:38.092 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jan 07:53:38 ntpd[14315]: can't open /var/log/ntpstats/peerstats.20240118: Permission denied 2024-01-18T07:53:38.092 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jan 07:53:38 ntpd[14315]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T07:53:38.092 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jan 07:53:38 ntpd[14315]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T07:53:38.092 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jan 07:53:38 ntpd[14315]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-18T07:53:38.092 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jan 07:53:38 ntpd[14315]: can't open /var/log/ntpstats/peerstats.20240118: Permission denied 2024-01-18T07:53:39.065 INFO:teuthology.orchestra.run.smithi112.stderr:18 Jan 07:53:39 ntpd[14497]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T07:53:39.065 INFO:teuthology.orchestra.run.smithi112.stderr:18 Jan 07:53:39 ntpd[14497]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T07:53:39.065 INFO:teuthology.orchestra.run.smithi112.stderr:18 Jan 07:53:39 ntpd[14497]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-18T07:53:39.066 INFO:teuthology.orchestra.run.smithi112.stderr:18 Jan 07:53:39 ntpd[14497]: can't open /var/log/ntpstats/peerstats.20240118: Permission denied 2024-01-18T07:53:39.066 INFO:teuthology.orchestra.run.smithi112.stderr:18 Jan 07:53:39 ntpd[14497]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T07:53:39.066 INFO:teuthology.orchestra.run.smithi112.stderr:18 Jan 07:53:39 ntpd[14497]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T07:53:39.066 INFO:teuthology.orchestra.run.smithi112.stderr:18 Jan 07:53:39 ntpd[14497]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-18T07:53:39.066 INFO:teuthology.orchestra.run.smithi112.stderr:18 Jan 07:53:39 ntpd[14497]: can't open /var/log/ntpstats/peerstats.20240118: Permission denied 2024-01-18T07:53:40.091 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jan 07:53:40 ntpd[14315]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T07:53:40.091 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jan 07:53:40 ntpd[14315]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T07:53:40.091 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jan 07:53:40 ntpd[14315]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-18T07:53:40.091 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jan 07:53:40 ntpd[14315]: can't open /var/log/ntpstats/peerstats.20240118: Permission denied 2024-01-18T07:53:40.091 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jan 07:53:40 ntpd[14315]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T07:53:40.091 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jan 07:53:40 ntpd[14315]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T07:53:40.091 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jan 07:53:40 ntpd[14315]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-18T07:53:40.091 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jan 07:53:40 ntpd[14315]: can't open /var/log/ntpstats/peerstats.20240118: Permission denied 2024-01-18T07:53:41.066 INFO:teuthology.orchestra.run.smithi112.stderr:18 Jan 07:53:41 ntpd[14497]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T07:53:41.066 INFO:teuthology.orchestra.run.smithi112.stderr:18 Jan 07:53:41 ntpd[14497]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T07:53:41.066 INFO:teuthology.orchestra.run.smithi112.stderr:18 Jan 07:53:41 ntpd[14497]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-18T07:53:41.066 INFO:teuthology.orchestra.run.smithi112.stderr:18 Jan 07:53:41 ntpd[14497]: can't open /var/log/ntpstats/peerstats.20240118: Permission denied 2024-01-18T07:53:41.066 INFO:teuthology.orchestra.run.smithi112.stderr:18 Jan 07:53:41 ntpd[14497]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T07:53:41.066 INFO:teuthology.orchestra.run.smithi112.stderr:18 Jan 07:53:41 ntpd[14497]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T07:53:41.066 INFO:teuthology.orchestra.run.smithi112.stderr:18 Jan 07:53:41 ntpd[14497]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-18T07:53:41.066 INFO:teuthology.orchestra.run.smithi112.stderr:18 Jan 07:53:41 ntpd[14497]: can't open /var/log/ntpstats/peerstats.20240118: Permission denied 2024-01-18T07:53:41.066 INFO:teuthology.orchestra.run.smithi112.stderr:18 Jan 07:53:41 ntpd[14497]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T07:53:41.066 INFO:teuthology.orchestra.run.smithi112.stderr:18 Jan 07:53:41 ntpd[14497]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T07:53:41.067 INFO:teuthology.orchestra.run.smithi112.stderr:18 Jan 07:53:41 ntpd[14497]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-18T07:53:41.067 INFO:teuthology.orchestra.run.smithi112.stderr:18 Jan 07:53:41 ntpd[14497]: can't open /var/log/ntpstats/peerstats.20240118: Permission denied 2024-01-18T07:53:42.091 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jan 07:53:42 ntpd[14315]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T07:53:42.092 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jan 07:53:42 ntpd[14315]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T07:53:42.092 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jan 07:53:42 ntpd[14315]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-18T07:53:42.092 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jan 07:53:42 ntpd[14315]: can't open /var/log/ntpstats/peerstats.20240118: Permission denied 2024-01-18T07:53:42.092 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jan 07:53:42 ntpd[14315]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T07:53:42.092 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jan 07:53:42 ntpd[14315]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T07:53:42.092 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jan 07:53:42 ntpd[14315]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-18T07:53:42.092 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jan 07:53:42 ntpd[14315]: can't open /var/log/ntpstats/peerstats.20240118: Permission denied 2024-01-18T07:53:42.092 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jan 07:53:42 ntpd[14315]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T07:53:42.092 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jan 07:53:42 ntpd[14315]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T07:53:42.092 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jan 07:53:42 ntpd[14315]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-18T07:53:42.092 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jan 07:53:42 ntpd[14315]: can't open /var/log/ntpstats/peerstats.20240118: Permission denied 2024-01-18T07:53:43.066 INFO:teuthology.orchestra.run.smithi112.stderr:18 Jan 07:53:43 ntpd[14497]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T07:53:43.066 INFO:teuthology.orchestra.run.smithi112.stderr:18 Jan 07:53:43 ntpd[14497]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T07:53:43.066 INFO:teuthology.orchestra.run.smithi112.stderr:18 Jan 07:53:43 ntpd[14497]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-18T07:53:43.066 INFO:teuthology.orchestra.run.smithi112.stderr:18 Jan 07:53:43 ntpd[14497]: can't open /var/log/ntpstats/peerstats.20240118: Permission denied 2024-01-18T07:53:43.066 INFO:teuthology.orchestra.run.smithi112.stderr:18 Jan 07:53:43 ntpd[14497]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T07:53:43.066 INFO:teuthology.orchestra.run.smithi112.stderr:18 Jan 07:53:43 ntpd[14497]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T07:53:43.066 INFO:teuthology.orchestra.run.smithi112.stderr:18 Jan 07:53:43 ntpd[14497]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-18T07:53:43.066 INFO:teuthology.orchestra.run.smithi112.stderr:18 Jan 07:53:43 ntpd[14497]: can't open /var/log/ntpstats/peerstats.20240118: Permission denied 2024-01-18T07:53:43.066 INFO:teuthology.orchestra.run.smithi112.stderr:18 Jan 07:53:43 ntpd[14497]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T07:53:43.067 INFO:teuthology.orchestra.run.smithi112.stderr:18 Jan 07:53:43 ntpd[14497]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T07:53:43.067 INFO:teuthology.orchestra.run.smithi112.stderr:18 Jan 07:53:43 ntpd[14497]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-18T07:53:43.067 INFO:teuthology.orchestra.run.smithi112.stderr:18 Jan 07:53:43 ntpd[14497]: can't open /var/log/ntpstats/peerstats.20240118: Permission denied 2024-01-18T07:53:44.090 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jan 07:53:44 ntpd[14315]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T07:53:44.091 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jan 07:53:44 ntpd[14315]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T07:53:44.091 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jan 07:53:44 ntpd[14315]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-18T07:53:44.091 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jan 07:53:44 ntpd[14315]: can't open /var/log/ntpstats/peerstats.20240118: Permission denied 2024-01-18T07:53:44.091 INFO:teuthology.orchestra.run.smithi131.stdout:18 Jan 07:53:44 ntpd[14315]: ntpd: time slew -0.004225 s 2024-01-18T07:53:44.091 INFO:teuthology.orchestra.run.smithi131.stdout:ntpd: time slew -0.004225s 2024-01-18T07:53:44.092 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jan 07:53:44 ntpd[14315]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-01-18T07:53:44.092 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jan 07:53:44 ntpd[14315]: can't open /var/log/ntpstats/loopstats.20240118: Permission denied 2024-01-18T07:53:44.167 INFO:teuthology.orchestra.run.smithi131.stdout: remote refid st t when poll reach delay offset jitter 2024-01-18T07:53:44.167 INFO:teuthology.orchestra.run.smithi131.stdout:============================================================================== 2024-01-18T07:53:44.167 INFO:teuthology.orchestra.run.smithi131.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-18T07:53:44.167 INFO:teuthology.orchestra.run.smithi131.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-18T07:53:44.167 INFO:teuthology.orchestra.run.smithi131.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-18T07:53:44.167 INFO:teuthology.orchestra.run.smithi131.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-18T07:53:45.064 INFO:teuthology.orchestra.run.smithi112.stderr:18 Jan 07:53:45 ntpd[14497]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T07:53:45.065 INFO:teuthology.orchestra.run.smithi112.stderr:18 Jan 07:53:45 ntpd[14497]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T07:53:45.065 INFO:teuthology.orchestra.run.smithi112.stderr:18 Jan 07:53:45 ntpd[14497]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-18T07:53:45.065 INFO:teuthology.orchestra.run.smithi112.stderr:18 Jan 07:53:45 ntpd[14497]: can't open /var/log/ntpstats/peerstats.20240118: Permission denied 2024-01-18T07:53:45.065 INFO:teuthology.orchestra.run.smithi112.stdout:18 Jan 07:53:45 ntpd[14497]: ntpd: time slew -0.000433 s 2024-01-18T07:53:45.065 INFO:teuthology.orchestra.run.smithi112.stdout:ntpd: time slew -0.000433s 2024-01-18T07:53:45.066 INFO:teuthology.orchestra.run.smithi112.stderr:18 Jan 07:53:45 ntpd[14497]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-01-18T07:53:45.066 INFO:teuthology.orchestra.run.smithi112.stderr:18 Jan 07:53:45 ntpd[14497]: can't open /var/log/ntpstats/loopstats.20240118: Permission denied 2024-01-18T07:53:45.128 INFO:teuthology.orchestra.run.smithi112.stdout: remote refid st t when poll reach delay offset jitter 2024-01-18T07:53:45.128 INFO:teuthology.orchestra.run.smithi112.stdout:============================================================================== 2024-01-18T07:53:45.128 INFO:teuthology.orchestra.run.smithi112.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-18T07:53:45.128 INFO:teuthology.orchestra.run.smithi112.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-18T07:53:45.128 INFO:teuthology.orchestra.run.smithi112.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-18T07:53:45.128 INFO:teuthology.orchestra.run.smithi112.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-18T07:53:45.129 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-01-18T07:53:45.139 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-01-18T07:53:45.140 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-01-18T07:53:45.140 DEBUG:teuthology.orchestra.run.smithi112:> dd if=/scratch_devs of=/dev/stdout 2024-01-18T07:53:45.146 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-18T07:53:45.147 DEBUG:teuthology.orchestra.run.smithi112:> stat /dev/vg_nvme/lv_1 2024-01-18T07:53:45.195 INFO:teuthology.orchestra.run.smithi112.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-18T07:53:45.196 INFO:teuthology.orchestra.run.smithi112.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-18T07:53:45.196 INFO:teuthology.orchestra.run.smithi112.stdout:Device: 6h/6d Inode: 337 Links: 1 2024-01-18T07:53:45.196 INFO:teuthology.orchestra.run.smithi112.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-18T07:53:45.196 INFO:teuthology.orchestra.run.smithi112.stdout:Access: 2024-01-18 07:52:17.330080798 +0000 2024-01-18T07:53:45.196 INFO:teuthology.orchestra.run.smithi112.stdout:Modify: 2024-01-18 07:52:17.178084416 +0000 2024-01-18T07:53:45.196 INFO:teuthology.orchestra.run.smithi112.stdout:Change: 2024-01-18 07:52:17.178084416 +0000 2024-01-18T07:53:45.196 INFO:teuthology.orchestra.run.smithi112.stdout: Birth: - 2024-01-18T07:53:45.196 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-18T07:53:45.250 INFO:teuthology.orchestra.run.smithi112.stderr:1+0 records in 2024-01-18T07:53:45.250 INFO:teuthology.orchestra.run.smithi112.stderr:1+0 records out 2024-01-18T07:53:45.250 INFO:teuthology.orchestra.run.smithi112.stderr:512 bytes copied, 0.000342265 s, 1.5 MB/s 2024-01-18T07:53:45.251 DEBUG:teuthology.orchestra.run.smithi112:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-18T07:53:45.301 DEBUG:teuthology.orchestra.run.smithi112:> stat /dev/vg_nvme/lv_2 2024-01-18T07:53:45.352 INFO:teuthology.orchestra.run.smithi112.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-18T07:53:45.352 INFO:teuthology.orchestra.run.smithi112.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-18T07:53:45.352 INFO:teuthology.orchestra.run.smithi112.stdout:Device: 6h/6d Inode: 343 Links: 1 2024-01-18T07:53:45.352 INFO:teuthology.orchestra.run.smithi112.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-18T07:53:45.352 INFO:teuthology.orchestra.run.smithi112.stdout:Access: 2024-01-18 07:52:17.458077751 +0000 2024-01-18T07:53:45.352 INFO:teuthology.orchestra.run.smithi112.stdout:Modify: 2024-01-18 07:52:17.454077846 +0000 2024-01-18T07:53:45.352 INFO:teuthology.orchestra.run.smithi112.stdout:Change: 2024-01-18 07:52:17.454077846 +0000 2024-01-18T07:53:45.352 INFO:teuthology.orchestra.run.smithi112.stdout: Birth: - 2024-01-18T07:53:45.353 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-18T07:53:45.405 INFO:teuthology.orchestra.run.smithi112.stderr:1+0 records in 2024-01-18T07:53:45.406 INFO:teuthology.orchestra.run.smithi112.stderr:1+0 records out 2024-01-18T07:53:45.406 INFO:teuthology.orchestra.run.smithi112.stderr:512 bytes copied, 0.000316884 s, 1.6 MB/s 2024-01-18T07:53:45.407 DEBUG:teuthology.orchestra.run.smithi112:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-18T07:53:45.456 DEBUG:teuthology.orchestra.run.smithi112:> stat /dev/vg_nvme/lv_3 2024-01-18T07:53:45.507 INFO:teuthology.orchestra.run.smithi112.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-18T07:53:45.507 INFO:teuthology.orchestra.run.smithi112.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-18T07:53:45.507 INFO:teuthology.orchestra.run.smithi112.stdout:Device: 6h/6d Inode: 349 Links: 1 2024-01-18T07:53:45.507 INFO:teuthology.orchestra.run.smithi112.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-18T07:53:45.508 INFO:teuthology.orchestra.run.smithi112.stdout:Access: 2024-01-18 07:52:17.742070990 +0000 2024-01-18T07:53:45.508 INFO:teuthology.orchestra.run.smithi112.stdout:Modify: 2024-01-18 07:52:17.738071086 +0000 2024-01-18T07:53:45.508 INFO:teuthology.orchestra.run.smithi112.stdout:Change: 2024-01-18 07:52:17.738071086 +0000 2024-01-18T07:53:45.508 INFO:teuthology.orchestra.run.smithi112.stdout: Birth: - 2024-01-18T07:53:45.508 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-18T07:53:45.562 INFO:teuthology.orchestra.run.smithi112.stderr:1+0 records in 2024-01-18T07:53:45.562 INFO:teuthology.orchestra.run.smithi112.stderr:1+0 records out 2024-01-18T07:53:45.562 INFO:teuthology.orchestra.run.smithi112.stderr:512 bytes copied, 0.000313305 s, 1.6 MB/s 2024-01-18T07:53:45.563 DEBUG:teuthology.orchestra.run.smithi112:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-18T07:53:45.612 DEBUG:teuthology.orchestra.run.smithi112:> stat /dev/vg_nvme/lv_4 2024-01-18T07:53:45.663 INFO:teuthology.orchestra.run.smithi112.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-18T07:53:45.663 INFO:teuthology.orchestra.run.smithi112.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-18T07:53:45.664 INFO:teuthology.orchestra.run.smithi112.stdout:Device: 6h/6d Inode: 356 Links: 1 2024-01-18T07:53:45.664 INFO:teuthology.orchestra.run.smithi112.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-18T07:53:45.664 INFO:teuthology.orchestra.run.smithi112.stdout:Access: 2024-01-18 07:52:18.182060516 +0000 2024-01-18T07:53:45.664 INFO:teuthology.orchestra.run.smithi112.stdout:Modify: 2024-01-18 07:52:18.030064135 +0000 2024-01-18T07:53:45.664 INFO:teuthology.orchestra.run.smithi112.stdout:Change: 2024-01-18 07:52:18.030064135 +0000 2024-01-18T07:53:45.664 INFO:teuthology.orchestra.run.smithi112.stdout: Birth: - 2024-01-18T07:53:45.664 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-18T07:53:45.722 INFO:teuthology.orchestra.run.smithi112.stderr:1+0 records in 2024-01-18T07:53:45.722 INFO:teuthology.orchestra.run.smithi112.stderr:1+0 records out 2024-01-18T07:53:45.722 INFO:teuthology.orchestra.run.smithi112.stderr:512 bytes copied, 0.000355748 s, 1.4 MB/s 2024-01-18T07:53:45.723 DEBUG:teuthology.orchestra.run.smithi112:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-18T07:53:45.772 DEBUG:teuthology.orchestra.run.smithi112:> 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-18T07:53:45.865 INFO:teuthology.orchestra.run.smithi112.stdout:loop 2024-01-18T07:53:45.867 INFO:tasks.nvme_loop:Connecting nvme_loop smithi112:/dev/vg_nvme/lv_1... 2024-01-18T07:53:45.867 DEBUG:teuthology.orchestra.run.smithi112:> 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-18T07:53:45.888 INFO:teuthology.orchestra.run.smithi112.stdout:1 2024-01-18T07:53:45.912 INFO:teuthology.orchestra.run.smithi112.stdout:/dev/vg_nvme/lv_11 2024-01-18T07:53:45.928 INFO:tasks.nvme_loop:Connecting nvme_loop smithi112:/dev/vg_nvme/lv_2... 2024-01-18T07:53:45.929 DEBUG:teuthology.orchestra.run.smithi112:> 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-18T07:53:45.993 INFO:teuthology.orchestra.run.smithi112.stdout:1 2024-01-18T07:53:46.018 INFO:teuthology.orchestra.run.smithi112.stdout:/dev/vg_nvme/lv_21 2024-01-18T07:53:46.040 INFO:tasks.nvme_loop:Connecting nvme_loop smithi112:/dev/vg_nvme/lv_3... 2024-01-18T07:53:46.041 DEBUG:teuthology.orchestra.run.smithi112:> 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-18T07:53:46.106 INFO:teuthology.orchestra.run.smithi112.stdout:1 2024-01-18T07:53:46.136 INFO:teuthology.orchestra.run.smithi112.stdout:/dev/vg_nvme/lv_31 2024-01-18T07:53:46.156 INFO:tasks.nvme_loop:Connecting nvme_loop smithi112:/dev/vg_nvme/lv_4... 2024-01-18T07:53:46.156 DEBUG:teuthology.orchestra.run.smithi112:> 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-18T07:53:46.215 INFO:teuthology.orchestra.run.smithi112.stdout:1 2024-01-18T07:53:46.238 INFO:teuthology.orchestra.run.smithi112.stdout:/dev/vg_nvme/lv_41 2024-01-18T07:53:46.255 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-01-18T07:53:46.255 DEBUG:teuthology.orchestra.run.smithi112:> dd if=/scratch_devs of=/dev/stdout 2024-01-18T07:53:46.302 DEBUG:teuthology.orchestra.run.smithi112:> sudo nvme list 2024-01-18T07:53:46.355 INFO:teuthology.orchestra.run.smithi112.stdout:Node SN Model Namespace Usage Format FW Rev 2024-01-18T07:53:46.356 INFO:teuthology.orchestra.run.smithi112.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-01-18T07:53:46.356 INFO:teuthology.orchestra.run.smithi112.stdout:/dev/nvme0n1 PHFT620400NV400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-01-18T07:53:46.356 INFO:teuthology.orchestra.run.smithi112.stdout:/dev/nvme1n1 36ef121f0c6e79b6 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2024-01-18T07:53:46.356 INFO:teuthology.orchestra.run.smithi112.stdout:/dev/nvme2n1 d92e36c439419003 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2024-01-18T07:53:46.356 INFO:teuthology.orchestra.run.smithi112.stdout:/dev/nvme3n1 5b7b0e70b9086ae3 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2024-01-18T07:53:46.356 INFO:teuthology.orchestra.run.smithi112.stdout:/dev/nvme4n1 c3309a5115b6db0b Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2024-01-18T07:53:46.357 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-18T07:53:46.357 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-01-18T07:53:46.357 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd of=/scratch_devs 2024-01-18T07:53:46.411 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-01-18T07:53:46.411 DEBUG:teuthology.orchestra.run.smithi131:> dd if=/scratch_devs of=/dev/stdout 2024-01-18T07:53:46.418 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-18T07:53:46.419 DEBUG:teuthology.orchestra.run.smithi131:> stat /dev/vg_nvme/lv_1 2024-01-18T07:53:46.467 INFO:teuthology.orchestra.run.smithi131.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-18T07:53:46.467 INFO:teuthology.orchestra.run.smithi131.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-18T07:53:46.467 INFO:teuthology.orchestra.run.smithi131.stdout:Device: 6h/6d Inode: 345 Links: 1 2024-01-18T07:53:46.467 INFO:teuthology.orchestra.run.smithi131.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-18T07:53:46.467 INFO:teuthology.orchestra.run.smithi131.stdout:Access: 2024-01-18 07:52:11.785898020 +0000 2024-01-18T07:53:46.467 INFO:teuthology.orchestra.run.smithi131.stdout:Modify: 2024-01-18 07:52:11.417893891 +0000 2024-01-18T07:53:46.467 INFO:teuthology.orchestra.run.smithi131.stdout:Change: 2024-01-18 07:52:11.417893891 +0000 2024-01-18T07:53:46.467 INFO:teuthology.orchestra.run.smithi131.stdout: Birth: - 2024-01-18T07:53:46.468 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-18T07:53:46.522 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records in 2024-01-18T07:53:46.522 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records out 2024-01-18T07:53:46.522 INFO:teuthology.orchestra.run.smithi131.stderr:512 bytes copied, 0.000367817 s, 1.4 MB/s 2024-01-18T07:53:46.523 DEBUG:teuthology.orchestra.run.smithi131:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-18T07:53:46.572 DEBUG:teuthology.orchestra.run.smithi131:> stat /dev/vg_nvme/lv_2 2024-01-18T07:53:46.623 INFO:teuthology.orchestra.run.smithi131.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-18T07:53:46.623 INFO:teuthology.orchestra.run.smithi131.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-18T07:53:46.623 INFO:teuthology.orchestra.run.smithi131.stdout:Device: 6h/6d Inode: 351 Links: 1 2024-01-18T07:53:46.623 INFO:teuthology.orchestra.run.smithi131.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-18T07:53:46.623 INFO:teuthology.orchestra.run.smithi131.stdout:Access: 2024-01-18 07:52:11.933899679 +0000 2024-01-18T07:53:46.623 INFO:teuthology.orchestra.run.smithi131.stdout:Modify: 2024-01-18 07:52:11.929899634 +0000 2024-01-18T07:53:46.623 INFO:teuthology.orchestra.run.smithi131.stdout:Change: 2024-01-18 07:52:11.929899634 +0000 2024-01-18T07:53:46.623 INFO:teuthology.orchestra.run.smithi131.stdout: Birth: - 2024-01-18T07:53:46.624 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-18T07:53:46.677 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records in 2024-01-18T07:53:46.678 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records out 2024-01-18T07:53:46.678 INFO:teuthology.orchestra.run.smithi131.stderr:512 bytes copied, 0.000330222 s, 1.6 MB/s 2024-01-18T07:53:46.679 DEBUG:teuthology.orchestra.run.smithi131:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-18T07:53:46.732 DEBUG:teuthology.orchestra.run.smithi131:> stat /dev/vg_nvme/lv_3 2024-01-18T07:53:46.783 INFO:teuthology.orchestra.run.smithi131.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-18T07:53:46.783 INFO:teuthology.orchestra.run.smithi131.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-18T07:53:46.783 INFO:teuthology.orchestra.run.smithi131.stdout:Device: 6h/6d Inode: 357 Links: 1 2024-01-18T07:53:46.783 INFO:teuthology.orchestra.run.smithi131.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-18T07:53:46.783 INFO:teuthology.orchestra.run.smithi131.stdout:Access: 2024-01-18 07:52:12.393904832 +0000 2024-01-18T07:53:46.783 INFO:teuthology.orchestra.run.smithi131.stdout:Modify: 2024-01-18 07:52:12.249903219 +0000 2024-01-18T07:53:46.783 INFO:teuthology.orchestra.run.smithi131.stdout:Change: 2024-01-18 07:52:12.249903219 +0000 2024-01-18T07:53:46.784 INFO:teuthology.orchestra.run.smithi131.stdout: Birth: - 2024-01-18T07:53:46.784 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-18T07:53:46.838 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records in 2024-01-18T07:53:46.838 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records out 2024-01-18T07:53:46.838 INFO:teuthology.orchestra.run.smithi131.stderr:512 bytes copied, 0.000344843 s, 1.5 MB/s 2024-01-18T07:53:46.839 DEBUG:teuthology.orchestra.run.smithi131:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-18T07:53:46.889 DEBUG:teuthology.orchestra.run.smithi131:> stat /dev/vg_nvme/lv_4 2024-01-18T07:53:46.939 INFO:teuthology.orchestra.run.smithi131.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-18T07:53:46.939 INFO:teuthology.orchestra.run.smithi131.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-18T07:53:46.939 INFO:teuthology.orchestra.run.smithi131.stdout:Device: 6h/6d Inode: 363 Links: 1 2024-01-18T07:53:46.939 INFO:teuthology.orchestra.run.smithi131.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-18T07:53:46.939 INFO:teuthology.orchestra.run.smithi131.stdout:Access: 2024-01-18 07:52:12.505906087 +0000 2024-01-18T07:53:46.940 INFO:teuthology.orchestra.run.smithi131.stdout:Modify: 2024-01-18 07:52:12.501906042 +0000 2024-01-18T07:53:46.940 INFO:teuthology.orchestra.run.smithi131.stdout:Change: 2024-01-18 07:52:12.501906042 +0000 2024-01-18T07:53:46.940 INFO:teuthology.orchestra.run.smithi131.stdout: Birth: - 2024-01-18T07:53:46.940 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-18T07:53:46.998 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records in 2024-01-18T07:53:46.998 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records out 2024-01-18T07:53:46.998 INFO:teuthology.orchestra.run.smithi131.stderr:512 bytes copied, 0.000363089 s, 1.4 MB/s 2024-01-18T07:53:46.999 DEBUG:teuthology.orchestra.run.smithi131:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-18T07:53:47.052 DEBUG:teuthology.orchestra.run.smithi131:> 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-18T07:53:47.148 INFO:teuthology.orchestra.run.smithi131.stdout:loop 2024-01-18T07:53:47.148 INFO:tasks.nvme_loop:Connecting nvme_loop smithi131:/dev/vg_nvme/lv_1... 2024-01-18T07:53:47.149 DEBUG:teuthology.orchestra.run.smithi131:> 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-18T07:53:47.170 INFO:teuthology.orchestra.run.smithi131.stdout:1 2024-01-18T07:53:47.197 INFO:teuthology.orchestra.run.smithi131.stdout:/dev/vg_nvme/lv_11 2024-01-18T07:53:47.221 INFO:tasks.nvme_loop:Connecting nvme_loop smithi131:/dev/vg_nvme/lv_2... 2024-01-18T07:53:47.221 DEBUG:teuthology.orchestra.run.smithi131:> 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-18T07:53:47.280 INFO:teuthology.orchestra.run.smithi131.stdout:1 2024-01-18T07:53:47.307 INFO:teuthology.orchestra.run.smithi131.stdout:/dev/vg_nvme/lv_21 2024-01-18T07:53:47.325 INFO:tasks.nvme_loop:Connecting nvme_loop smithi131:/dev/vg_nvme/lv_3... 2024-01-18T07:53:47.325 DEBUG:teuthology.orchestra.run.smithi131:> 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-18T07:53:47.386 INFO:teuthology.orchestra.run.smithi131.stdout:1 2024-01-18T07:53:47.404 INFO:teuthology.orchestra.run.smithi131.stdout:/dev/vg_nvme/lv_31 2024-01-18T07:53:47.424 INFO:tasks.nvme_loop:Connecting nvme_loop smithi131:/dev/vg_nvme/lv_4... 2024-01-18T07:53:47.424 DEBUG:teuthology.orchestra.run.smithi131:> 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-18T07:53:47.480 INFO:teuthology.orchestra.run.smithi131.stdout:1 2024-01-18T07:53:47.496 INFO:teuthology.orchestra.run.smithi131.stdout:/dev/vg_nvme/lv_41 2024-01-18T07:53:47.511 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-01-18T07:53:47.511 DEBUG:teuthology.orchestra.run.smithi131:> dd if=/scratch_devs of=/dev/stdout 2024-01-18T07:53:47.556 DEBUG:teuthology.orchestra.run.smithi131:> sudo nvme list 2024-01-18T07:53:47.613 INFO:teuthology.orchestra.run.smithi131.stdout:Node SN Model Namespace Usage Format FW Rev 2024-01-18T07:53:47.613 INFO:teuthology.orchestra.run.smithi131.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-01-18T07:53:47.613 INFO:teuthology.orchestra.run.smithi131.stdout:/dev/nvme0n1 CVFT623300N4400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-01-18T07:53:47.614 INFO:teuthology.orchestra.run.smithi131.stdout:/dev/nvme1n1 b9729d0ba197dd6d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2024-01-18T07:53:47.614 INFO:teuthology.orchestra.run.smithi131.stdout:/dev/nvme2n1 fb2483049fb5ed9b Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2024-01-18T07:53:47.614 INFO:teuthology.orchestra.run.smithi131.stdout:/dev/nvme3n1 374dc2ee88f2d242 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2024-01-18T07:53:47.614 INFO:teuthology.orchestra.run.smithi131.stdout:/dev/nvme4n1 fb67aed4ce02a21e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2024-01-18T07:53:47.615 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-18T07:53:47.615 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-01-18T07:53:47.615 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd of=/scratch_devs 2024-01-18T07:53:47.665 INFO:teuthology.run_tasks:Running task cephadm... 2024-01-18T07:53:47.737 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': '491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0'} 2024-01-18T07:53:47.738 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 2024-01-18T07:53:47.738 INFO:tasks.cephadm:Cluster fsid is b612e886-b5d6-11ee-95ae-87774f69a715 2024-01-18T07:53:47.738 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-01-18T07:53:47.738 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-01-18T07:53:47.738 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi112': '172.21.15.112', 'mon.smithi131': '172.21.15.131'} 2024-01-18T07:53:47.739 INFO:tasks.cephadm:Normalizing hostnames... 2024-01-18T07:53:47.739 DEBUG:teuthology.orchestra.run.smithi112:> sudo hostname $(hostname -s) 2024-01-18T07:53:47.755 DEBUG:teuthology.orchestra.run.smithi131:> sudo hostname $(hostname -s) 2024-01-18T07:53:47.774 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0)... 2024-01-18T07:53:47.775 DEBUG:teuthology.orchestra.run.smithi112:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-18T07:53:48.033 INFO:teuthology.orchestra.run.smithi112.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Jan 18 07:53 /home/ubuntu/cephtest/cephadm 2024-01-18T07:53:48.034 DEBUG:teuthology.orchestra.run.smithi131:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-18T07:53:48.174 INFO:teuthology.orchestra.run.smithi131.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Jan 18 07:53 /home/ubuntu/cephtest/cephadm 2024-01-18T07:53:48.174 DEBUG:teuthology.orchestra.run.smithi112:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-18T07:53:48.183 DEBUG:teuthology.orchestra.run.smithi131:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-18T07:53:48.202 DEBUG:teuthology.orchestra.run.smithi112:> sudo mkdir -p /etc/ceph 2024-01-18T07:53:48.239 DEBUG:teuthology.orchestra.run.smithi131:> sudo mkdir -p /etc/ceph 2024-01-18T07:53:48.255 DEBUG:teuthology.orchestra.run.smithi112:> sudo chmod 777 /etc/ceph 2024-01-18T07:53:48.296 DEBUG:teuthology.orchestra.run.smithi131:> sudo chmod 777 /etc/ceph 2024-01-18T07:53:48.311 INFO:tasks.cephadm:Writing seed config... 2024-01-18T07:53:48.312 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-01-18T07:53:48.312 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-01-18T07:53:48.312 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-01-18T07:53:48.312 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-01-18T07:53:48.313 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-01-18T07:53:48.313 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-01-18T07:53:48.313 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-01-18T07:53:48.313 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-01-18T07:53:48.313 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-01-18T07:53:48.313 DEBUG:teuthology.orchestra.run.smithi112:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-01-18T07:53:48.343 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 = b612e886-b5d6-11ee-95ae-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-18T07:53:48.343 DEBUG:teuthology.orchestra.run.smithi112:mon.smithi112> sudo journalctl -f -n 0 -u ceph-b612e886-b5d6-11ee-95ae-87774f69a715@mon.smithi112.service 2024-01-18T07:53:48.386 INFO:tasks.cephadm:Bootstrapping... 2024-01-18T07:53:48.387 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 -v bootstrap --fsid b612e886-b5d6-11ee-95ae-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.112 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-01-18T07:53:48.627 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:-- Logs begin at Sun 2022-10-16 12:17:23 UTC. -- 2024-01-18T07:53:48.741 INFO:teuthology.orchestra.run.smithi112.stderr:-------------------------------------------------------------------------------- 2024-01-18T07:53:48.741 INFO:teuthology.orchestra.run.smithi112.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0', '-v', 'bootstrap', '--fsid', 'b612e886-b5d6-11ee-95ae-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.112', '--skip-admin-label'] 2024-01-18T07:53:48.741 INFO:teuthology.orchestra.run.smithi112.stderr:Verifying podman|docker is present... 2024-01-18T07:53:48.741 INFO:teuthology.orchestra.run.smithi112.stderr:Verifying lvm2 is present... 2024-01-18T07:53:48.742 INFO:teuthology.orchestra.run.smithi112.stderr:Verifying time synchronization is in place... 2024-01-18T07:53:48.750 INFO:teuthology.orchestra.run.smithi112.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-18T07:53:48.757 INFO:teuthology.orchestra.run.smithi112.stderr:systemctl: inactive 2024-01-18T07:53:48.766 INFO:teuthology.orchestra.run.smithi112.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2024-01-18T07:53:48.772 INFO:teuthology.orchestra.run.smithi112.stderr:systemctl: inactive 2024-01-18T07:53:48.783 INFO:teuthology.orchestra.run.smithi112.stderr:systemctl: enabled 2024-01-18T07:53:48.789 INFO:teuthology.orchestra.run.smithi112.stderr:systemctl: inactive 2024-01-18T07:53:48.795 INFO:teuthology.orchestra.run.smithi112.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2024-01-18T07:53:48.803 INFO:teuthology.orchestra.run.smithi112.stderr:systemctl: inactive 2024-01-18T07:53:48.810 INFO:teuthology.orchestra.run.smithi112.stderr:systemctl: enabled 2024-01-18T07:53:48.818 INFO:teuthology.orchestra.run.smithi112.stderr:systemctl: active 2024-01-18T07:53:48.819 INFO:teuthology.orchestra.run.smithi112.stderr:Unit ntp.service is enabled and running 2024-01-18T07:53:48.819 INFO:teuthology.orchestra.run.smithi112.stderr:Repeating the final host check... 2024-01-18T07:53:48.819 INFO:teuthology.orchestra.run.smithi112.stderr:docker (/usr/bin/docker) is present 2024-01-18T07:53:48.819 INFO:teuthology.orchestra.run.smithi112.stderr:systemctl is present 2024-01-18T07:53:48.819 INFO:teuthology.orchestra.run.smithi112.stderr:lvcreate is present 2024-01-18T07:53:48.826 INFO:teuthology.orchestra.run.smithi112.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-18T07:53:48.834 INFO:teuthology.orchestra.run.smithi112.stderr:systemctl: inactive 2024-01-18T07:53:48.842 INFO:teuthology.orchestra.run.smithi112.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2024-01-18T07:53:48.849 INFO:teuthology.orchestra.run.smithi112.stderr:systemctl: inactive 2024-01-18T07:53:48.859 INFO:teuthology.orchestra.run.smithi112.stderr:systemctl: enabled 2024-01-18T07:53:48.866 INFO:teuthology.orchestra.run.smithi112.stderr:systemctl: inactive 2024-01-18T07:53:48.876 INFO:teuthology.orchestra.run.smithi112.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2024-01-18T07:53:48.884 INFO:teuthology.orchestra.run.smithi112.stderr:systemctl: inactive 2024-01-18T07:53:48.893 INFO:teuthology.orchestra.run.smithi112.stderr:systemctl: enabled 2024-01-18T07:53:48.901 INFO:teuthology.orchestra.run.smithi112.stderr:systemctl: active 2024-01-18T07:53:48.903 INFO:teuthology.orchestra.run.smithi112.stderr:Unit ntp.service is enabled and running 2024-01-18T07:53:48.903 INFO:teuthology.orchestra.run.smithi112.stderr:Host looks OK 2024-01-18T07:53:48.903 INFO:teuthology.orchestra.run.smithi112.stderr:Cluster fsid: b612e886-b5d6-11ee-95ae-87774f69a715 2024-01-18T07:53:48.903 INFO:teuthology.orchestra.run.smithi112.stderr:Acquiring lock 139707941807384 on /run/cephadm/b612e886-b5d6-11ee-95ae-87774f69a715.lock 2024-01-18T07:53:48.903 INFO:teuthology.orchestra.run.smithi112.stderr:Lock 139707941807384 acquired on /run/cephadm/b612e886-b5d6-11ee-95ae-87774f69a715.lock 2024-01-18T07:53:48.904 INFO:teuthology.orchestra.run.smithi112.stderr:Verifying IP 172.21.15.112 port 3300 ... 2024-01-18T07:53:48.904 INFO:teuthology.orchestra.run.smithi112.stderr:Verifying IP 172.21.15.112 port 6789 ... 2024-01-18T07:53:48.904 INFO:teuthology.orchestra.run.smithi112.stderr:Base mon IP(s) is [172.21.15.112:3300, 172.21.15.112:6789], mon addrv is [v2:172.21.15.112:3300,v1:172.21.15.112:6789] 2024-01-18T07:53:48.908 INFO:teuthology.orchestra.run.smithi112.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 2024-01-18T07:53:48.909 INFO:teuthology.orchestra.run.smithi112.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.112 metric 100 2024-01-18T07:53:48.909 INFO:teuthology.orchestra.run.smithi112.stderr:/sbin/ip: 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-01-18T07:53:48.909 INFO:teuthology.orchestra.run.smithi112.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.112 2024-01-18T07:53:48.909 INFO:teuthology.orchestra.run.smithi112.stderr:/sbin/ip: 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.112 metric 100 2024-01-18T07:53:48.913 INFO:teuthology.orchestra.run.smithi112.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-01-18T07:53:48.913 INFO:teuthology.orchestra.run.smithi112.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 pref medium 2024-01-18T07:53:48.917 INFO:teuthology.orchestra.run.smithi112.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-01-18T07:53:48.917 INFO:teuthology.orchestra.run.smithi112.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-01-18T07:53:48.918 INFO:teuthology.orchestra.run.smithi112.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-01-18T07:53:48.918 INFO:teuthology.orchestra.run.smithi112.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-01-18T07:53:48.918 INFO:teuthology.orchestra.run.smithi112.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe8f:cb69/64 scope link 2024-01-18T07:53:48.918 INFO:teuthology.orchestra.run.smithi112.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-01-18T07:53:48.919 INFO:teuthology.orchestra.run.smithi112.stderr:Mon IP `172.21.15.112` is in CIDR network `172.21.0.0/20` 2024-01-18T07:53:48.920 INFO:teuthology.orchestra.run.smithi112.stderr:Mon IP `172.21.15.112` is in CIDR network `172.21.0.0/20` 2024-01-18T07:53:48.920 INFO:teuthology.orchestra.run.smithi112.stderr:Mon IP `172.21.15.112` is in CIDR network `172.21.15.254/32` 2024-01-18T07:53:48.920 INFO:teuthology.orchestra.run.smithi112.stderr:Mon IP `172.21.15.112` is in CIDR network `172.21.15.254/32` 2024-01-18T07:53:48.920 INFO:teuthology.orchestra.run.smithi112.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20', '172.21.15.254/32', '172.21.15.254/32'] 2024-01-18T07:53:48.920 INFO:teuthology.orchestra.run.smithi112.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-01-18T07:53:48.922 INFO:teuthology.orchestra.run.smithi112.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0... 2024-01-18T07:53:49.285 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/docker: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0: Pulling from ceph-ci/ceph 2024-01-18T07:53:49.294 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/docker: 5e626d36ac4f: Pulling fs layer 2024-01-18T07:53:49.295 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/docker: ecb73f1b33ca: Pulling fs layer 2024-01-18T07:53:50.054 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/docker: 5e626d36ac4f: Download complete 2024-01-18T07:53:51.845 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/docker: ecb73f1b33ca: Verifying Checksum 2024-01-18T07:53:51.845 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/docker: ecb73f1b33ca: Download complete 2024-01-18T07:53:52.484 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/docker: 5e626d36ac4f: Pull complete 2024-01-18T07:54:02.374 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/docker: ecb73f1b33ca: Pull complete 2024-01-18T07:54:02.500 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/docker: Digest: sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069 2024-01-18T07:54:02.557 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/docker: Status: Downloaded newer image for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 2024-01-18T07:54:02.583 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/docker: quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 2024-01-18T07:54:12.299 INFO:teuthology.orchestra.run.smithi112.stderr:ceph: ceph version 16.2.14-454-g491b5e13 (491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0) pacific (stable) 2024-01-18T07:54:12.801 INFO:teuthology.orchestra.run.smithi112.stderr:Ceph version: ceph version 16.2.14-454-g491b5e13 (491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0) pacific (stable) 2024-01-18T07:54:12.801 INFO:teuthology.orchestra.run.smithi112.stderr:Extracting ceph user uid/gid from container image... 2024-01-18T07:54:13.673 INFO:teuthology.orchestra.run.smithi112.stderr:stat: 167 167 2024-01-18T07:54:14.188 INFO:teuthology.orchestra.run.smithi112.stderr:Creating initial keys... 2024-01-18T07:54:15.043 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-authtool: AQAn2ahldVlkAhAAJ7osGi//dUwnkRpxLmjT4g== 2024-01-18T07:54:16.367 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-authtool: AQAo2ahlCyS8FRAANDi05ZqKRCEGEiQ1NU0SuQ== 2024-01-18T07:54:17.697 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-authtool: AQAp2ahlHj1lKRAAMs0O9yC7DlCk8Sx98T8WrA== 2024-01-18T07:54:18.186 INFO:teuthology.orchestra.run.smithi112.stderr:Creating initial monmap... 2024-01-18T07:54:19.099 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-18T07:54:19.099 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to b612e886-b5d6-11ee-95ae-87774f69a715 2024-01-18T07:54:19.099 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-18T07:54:19.555 INFO:teuthology.orchestra.run.smithi112.stderr:monmaptool for smithi112 [v2:172.21.15.112:3300,v1:172.21.15.112:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-18T07:54:19.555 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/monmaptool: set fsid to b612e886-b5d6-11ee-95ae-87774f69a715 2024-01-18T07:54:19.555 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-18T07:54:19.555 INFO:teuthology.orchestra.run.smithi112.stderr: 2024-01-18T07:54:19.555 INFO:teuthology.orchestra.run.smithi112.stderr:Creating mon... 2024-01-18T07:54:20.412 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-18T07:54:20.413 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 1 imported monmap: 2024-01-18T07:54:20.413 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: epoch 0 2024-01-18T07:54:20.413 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: fsid b612e886-b5d6-11ee-95ae-87774f69a715 2024-01-18T07:54:20.413 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: last_changed 2024-01-18T07:54:19.096530+0000 2024-01-18T07:54:20.414 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: created 2024-01-18T07:54:19.096530+0000 2024-01-18T07:54:20.414 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-01-18T07:54:20.414 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-01-18T07:54:20.414 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.112:3300/0,v1:172.21.15.112:6789/0] mon.smithi112 2024-01-18T07:54:20.414 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: 2024-01-18T07:54:20.414 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 0 /usr/bin/ceph-mon: set fsid to b612e886-b5d6-11ee-95ae-87774f69a715 2024-01-18T07:54:20.416 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: RocksDB version: 6.8.1 2024-01-18T07:54:20.416 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: 2024-01-18T07:54:20.416 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-18T07:54:20.416 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Compile date Jan 17 2024 2024-01-18T07:54:20.416 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: DB SUMMARY 2024-01-18T07:54:20.416 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: 2024-01-18T07:54:20.416 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi112/store.db dir, Total Num: 0, files: 2024-01-18T07:54:20.416 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: 2024-01-18T07:54:20.417 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi112/store.db: 2024-01-18T07:54:20.417 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: 2024-01-18T07:54:20.417 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.error_if_exists: 0 2024-01-18T07:54:20.417 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.create_if_missing: 1 2024-01-18T07:54:20.417 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.paranoid_checks: 1 2024-01-18T07:54:20.417 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.env: 0x55623cdc5080 2024-01-18T07:54:20.417 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.fs: Posix File System 2024-01-18T07:54:20.418 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.info_log: 0x55623e7bb380 2024-01-18T07:54:20.419 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-18T07:54:20.419 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.statistics: (nil) 2024-01-18T07:54:20.419 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.use_fsync: 0 2024-01-18T07:54:20.419 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.max_log_file_size: 0 2024-01-18T07:54:20.419 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-18T07:54:20.419 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-18T07:54:20.419 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-18T07:54:20.419 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-18T07:54:20.419 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.allow_fallocate: 1 2024-01-18T07:54:20.419 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-18T07:54:20.419 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-18T07:54:20.419 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.use_direct_reads: 0 2024-01-18T07:54:20.419 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-18T07:54:20.442 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-18T07:54:20.443 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.db_log_dir: 2024-01-18T07:54:20.443 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi112/store.db 2024-01-18T07:54:20.443 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-18T07:54:20.443 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.max_subcompactions: 1 2024-01-18T07:54:20.443 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.max_background_flushes: -1 2024-01-18T07:54:20.443 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-18T07:54:20.443 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-18T07:54:20.443 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-18T07:54:20.443 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-18T07:54:20.443 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-18T07:54:20.443 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-18T07:54:20.443 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-18T07:54:20.443 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.write_buffer_manager: 0x55623e7c1980 2024-01-18T07:54:20.444 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-18T07:54:20.444 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-18T07:54:20.444 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-18T07:54:20.444 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-18T07:54:20.444 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-18T07:54:20.444 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-18T07:54:20.444 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-18T07:54:20.444 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-18T07:54:20.444 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-18T07:54:20.444 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.unordered_write: 0 2024-01-18T07:54:20.444 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-18T07:54:20.444 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-18T07:54:20.444 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-18T07:54:20.444 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-18T07:54:20.445 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.row_cache: None 2024-01-18T07:54:20.445 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.wal_filter: None 2024-01-18T07:54:20.445 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-18T07:54:20.445 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-18T07:54:20.445 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.preserve_deletes: 0 2024-01-18T07:54:20.445 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.two_write_queues: 0 2024-01-18T07:54:20.445 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-18T07:54:20.445 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.atomic_flush: 0 2024-01-18T07:54:20.445 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-18T07:54:20.445 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-18T07:54:20.445 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-18T07:54:20.445 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.log_readahead_size: 0 2024-01-18T07:54:20.445 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-18T07:54:20.445 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.max_background_jobs: 2 2024-01-18T07:54:20.446 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.max_background_compactions: -1 2024-01-18T07:54:20.446 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-18T07:54:20.446 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-18T07:54:20.446 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-18T07:54:20.446 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-18T07:54:20.446 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-18T07:54:20.446 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-18T07:54:20.446 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-18T07:54:20.446 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-18T07:54:20.446 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.max_open_files: -1 2024-01-18T07:54:20.446 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-18T07:54:20.446 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-18T07:54:20.446 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-18T07:54:20.446 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-18T07:54:20.446 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Compression algorithms supported: 2024-01-18T07:54:20.447 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-18T07:54:20.447 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: kZSTD supported: 0 2024-01-18T07:54:20.447 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: kXpressCompression supported: 0 2024-01-18T07:54:20.447 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-18T07:54:20.447 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: kLZ4Compression supported: 1 2024-01-18T07:54:20.447 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: kBZip2Compression supported: 0 2024-01-18T07:54:20.447 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: kZlibCompression supported: 1 2024-01-18T07:54:20.447 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: kSnappyCompression supported: 1 2024-01-18T07:54:20.447 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.406+0000 7fbbae4da880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-18T07:54:20.447 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-01-18T07:54:20.447 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: 2024-01-18T07:54:20.447 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi112/store.db/MANIFEST-000001 2024-01-18T07:54:20.447 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: 2024-01-18T07:54:20.447 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-18T07:54:20.448 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: 2024-01-18T07:54:20.448 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-18T07:54:20.448 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.merge_operator: 2024-01-18T07:54:20.448 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.compaction_filter: None 2024-01-18T07:54:20.448 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-18T07:54:20.448 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-18T07:54:20.448 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-18T07:54:20.448 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55623e6cfd30) 2024-01-18T07:54:20.448 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-01-18T07:54:20.448 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-18T07:54:20.448 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-18T07:54:20.448 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-01-18T07:54:20.448 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: index_type: 0 2024-01-18T07:54:20.448 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-01-18T07:54:20.449 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-01-18T07:54:20.449 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-01-18T07:54:20.449 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-01-18T07:54:20.449 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: checksum: 1 2024-01-18T07:54:20.449 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-01-18T07:54:20.449 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: block_cache: 0x55623e706d10 2024-01-18T07:54:20.449 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-01-18T07:54:20.449 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-01-18T07:54:20.449 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-01-18T07:54:20.449 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-01-18T07:54:20.449 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-01-18T07:54:20.449 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-01-18T07:54:20.449 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-01-18T07:54:20.449 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-01-18T07:54:20.449 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-01-18T07:54:20.450 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-01-18T07:54:20.450 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-01-18T07:54:20.450 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-01-18T07:54:20.450 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-01-18T07:54:20.450 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-01-18T07:54:20.450 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-01-18T07:54:20.450 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-18T07:54:20.450 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-01-18T07:54:20.450 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-01-18T07:54:20.450 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-01-18T07:54:20.450 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: format_version: 2 2024-01-18T07:54:20.450 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-01-18T07:54:20.450 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: block_align: 0 2024-01-18T07:54:20.450 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: 2024-01-18T07:54:20.450 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-18T07:54:20.451 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-18T07:54:20.451 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.compression: NoCompression 2024-01-18T07:54:20.451 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-18T07:54:20.451 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-18T07:54:20.451 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-18T07:54:20.451 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.num_levels: 7 2024-01-18T07:54:20.451 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-18T07:54:20.451 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-18T07:54:20.451 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-18T07:54:20.451 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-18T07:54:20.451 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-18T07:54:20.451 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-18T07:54:20.451 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-18T07:54:20.451 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-18T07:54:20.452 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-18T07:54:20.452 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-18T07:54:20.452 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-18T07:54:20.452 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-18T07:54:20.452 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-18T07:54:20.452 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-18T07:54:20.452 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-18T07:54:20.452 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-18T07:54:20.452 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-18T07:54:20.452 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-18T07:54:20.452 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-18T07:54:20.452 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-18T07:54:20.452 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-18T07:54:20.452 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-18T07:54:20.452 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-18T07:54:20.453 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-18T07:54:20.453 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-18T07:54:20.453 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-18T07:54:20.453 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-18T07:54:20.453 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-18T07:54:20.453 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-18T07:54:20.453 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-18T07:54:20.453 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-18T07:54:20.453 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-18T07:54:20.453 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-18T07:54:20.453 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-18T07:54:20.453 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-18T07:54:20.453 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-18T07:54:20.453 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-18T07:54:20.454 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-18T07:54:20.454 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-18T07:54:20.454 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-18T07:54:20.454 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-18T07:54:20.454 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-18T07:54:20.454 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-18T07:54:20.454 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-18T07:54:20.454 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-18T07:54:20.454 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-18T07:54:20.454 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-18T07:54:20.454 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.table_properties_collectors: 2024-01-18T07:54:20.454 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.inplace_update_support: 0 2024-01-18T07:54:20.454 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-18T07:54:20.454 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-18T07:54:20.454 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-18T07:54:20.455 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-18T07:54:20.455 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.bloom_locality: 0 2024-01-18T07:54:20.455 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.max_successive_merges: 0 2024-01-18T07:54:20.455 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-18T07:54:20.455 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-18T07:54:20.455 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-18T07:54:20.455 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-18T07:54:20.455 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.ttl: 2592000 2024-01-18T07:54:20.455 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.410+0000 7fbbae4da880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-18T07:54:20.455 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.414+0000 7fbbae4da880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi112/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-18T07:54:20.455 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: 2024-01-18T07:54:20.455 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.414+0000 7fbbae4da880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-01-18T07:54:20.455 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: 2024-01-18T07:54:20.455 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.414+0000 7fbbae4da880 4 rocksdb: DB pointer 0x55623e7cf800 2024-01-18T07:54:20.455 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.414+0000 7fbb9734e700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-18T07:54:20.456 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.414+0000 7fbb9734e700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-18T07:54:20.456 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-01-18T07:54:20.456 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T07:54:20.456 INFO:teuthology.orchestra.run.smithi112.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-18T07:54:20.456 INFO:teuthology.orchestra.run.smithi112.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-18T07:54:20.456 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-18T07:54:20.456 INFO:teuthology.orchestra.run.smithi112.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-18T07:54:20.456 INFO:teuthology.orchestra.run.smithi112.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-18T07:54:20.456 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-18T07:54:20.456 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: 2024-01-18T07:54:20.456 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-18T07:54:20.456 INFO:teuthology.orchestra.run.smithi112.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-18T07:54:20.456 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T07:54:20.456 INFO:teuthology.orchestra.run.smithi112.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-18T07:54:20.457 INFO:teuthology.orchestra.run.smithi112.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-18T07:54:20.457 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: 2024-01-18T07:54:20.457 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-18T07:54:20.457 INFO:teuthology.orchestra.run.smithi112.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-18T07:54:20.457 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T07:54:20.457 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T07:54:20.457 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-18T07:54:20.457 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-18T07:54:20.457 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-18T07:54:20.457 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-18T07:54:20.457 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-18T07:54:20.457 INFO:teuthology.orchestra.run.smithi112.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-18T07:54:20.457 INFO:teuthology.orchestra.run.smithi112.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-18T07:54:20.457 INFO:teuthology.orchestra.run.smithi112.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-18T07:54:20.458 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: 2024-01-18T07:54:20.458 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-18T07:54:20.458 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: 2024-01-18T07:54:20.458 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-18T07:54:20.458 INFO:teuthology.orchestra.run.smithi112.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-18T07:54:20.458 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T07:54:20.458 INFO:teuthology.orchestra.run.smithi112.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-18T07:54:20.458 INFO:teuthology.orchestra.run.smithi112.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-18T07:54:20.458 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: 2024-01-18T07:54:20.458 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-18T07:54:20.458 INFO:teuthology.orchestra.run.smithi112.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-18T07:54:20.458 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T07:54:20.458 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T07:54:20.458 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-18T07:54:20.458 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-18T07:54:20.459 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-18T07:54:20.459 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-18T07:54:20.459 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-18T07:54:20.459 INFO:teuthology.orchestra.run.smithi112.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-18T07:54:20.459 INFO:teuthology.orchestra.run.smithi112.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-18T07:54:20.459 INFO:teuthology.orchestra.run.smithi112.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-18T07:54:20.459 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: 2024-01-18T07:54:20.459 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-18T07:54:20.459 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: 2024-01-18T07:54:20.459 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.418+0000 7fbbae4da880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-01-18T07:54:20.459 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.418+0000 7fbbae4da880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-01-18T07:54:20.459 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:54:20.418+0000 7fbbae4da880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi112 for mon.smithi112 2024-01-18T07:54:20.928 INFO:teuthology.orchestra.run.smithi112.stderr:create mon.smithi112 on 2024-01-18T07:54:21.050 INFO:teuthology.orchestra.run.smithi112.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-01-18T07:54:21.171 INFO:teuthology.orchestra.run.smithi112.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-b612e886-b5d6-11ee-95ae-87774f69a715.target -> /etc/systemd/system/ceph-b612e886-b5d6-11ee-95ae-87774f69a715.target. 2024-01-18T07:54:21.171 INFO:teuthology.orchestra.run.smithi112.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-b612e886-b5d6-11ee-95ae-87774f69a715.target -> /etc/systemd/system/ceph-b612e886-b5d6-11ee-95ae-87774f69a715.target. 2024-01-18T07:54:21.417 INFO:teuthology.orchestra.run.smithi112.stderr:systemctl: Failed to reset failed state of unit ceph-b612e886-b5d6-11ee-95ae-87774f69a715@mon.smithi112.service: Unit ceph-b612e886-b5d6-11ee-95ae-87774f69a715@mon.smithi112.service is not loaded. 2024-01-18T07:54:21.425 INFO:teuthology.orchestra.run.smithi112.stderr:systemctl: Created symlink /etc/systemd/system/ceph-b612e886-b5d6-11ee-95ae-87774f69a715.target.wants/ceph-b612e886-b5d6-11ee-95ae-87774f69a715@mon.smithi112.service -> /etc/systemd/system/ceph-b612e886-b5d6-11ee-95ae-87774f69a715@.service. 2024-01-18T07:54:21.549 INFO:teuthology.orchestra.run.smithi112.stderr:firewalld does not appear to be present 2024-01-18T07:54:21.549 INFO:teuthology.orchestra.run.smithi112.stderr:Not possible to enable service . firewalld.service is not available 2024-01-18T07:54:21.549 INFO:teuthology.orchestra.run.smithi112.stderr:Waiting for mon to start... 2024-01-18T07:54:21.550 INFO:teuthology.orchestra.run.smithi112.stderr:Waiting for mon... 2024-01-18T07:54:21.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:21 smithi112 systemd[1]: Started Ceph mon.smithi112 for b612e886-b5d6-11ee-95ae-87774f69a715. 2024-01-18T07:54:23.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:22 smithi112 bash[15663]: cluster 2024-01-18T07:54:22.915347+0000 mon.smithi112 (mon.0) 0 : [INF] mkfs b612e886-b5d6-11ee-95ae-87774f69a715 2024-01-18T07:54:23.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:22 smithi112 bash[15663]: cluster 2024-01-18T07:54:22.896265+0000 mon.smithi112 (mon.0) 1 : cluster [INF] mon.smithi112 is new leader, mons smithi112 in quorum (ranks 0) 2024-01-18T07:54:23.203 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: cluster: 2024-01-18T07:54:23.204 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: id: b612e886-b5d6-11ee-95ae-87774f69a715 2024-01-18T07:54:23.204 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-01-18T07:54:23.204 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: 2024-01-18T07:54:23.204 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: services: 2024-01-18T07:54:23.205 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi112 (age 0.290417s) 2024-01-18T07:54:23.206 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: mgr: no daemons active 2024-01-18T07:54:23.206 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-01-18T07:54:23.206 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: 2024-01-18T07:54:23.206 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: data: 2024-01-18T07:54:23.206 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-01-18T07:54:23.206 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-01-18T07:54:23.206 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-01-18T07:54:23.206 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: pgs: 2024-01-18T07:54:23.206 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: 2024-01-18T07:54:23.730 INFO:teuthology.orchestra.run.smithi112.stderr:mon is available 2024-01-18T07:54:23.730 INFO:teuthology.orchestra.run.smithi112.stderr:Assimilating anything we can from ceph.conf... 2024-01-18T07:54:24.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:23 smithi112 bash[15663]: cluster 2024-01-18T07:54:22.909957+0000 mon.smithi112 (mon.0) 2 : cluster [INF] mon.smithi112 is new leader, mons smithi112 in quorum (ranks 0) 2024-01-18T07:54:24.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:23 smithi112 bash[15663]: cluster 2024-01-18T07:54:22.912056+0000 mon.smithi112 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi112=[v2:172.21.15.112:3300/0,v1:172.21.15.112:6789/0]} removed_ranks: {} 2024-01-18T07:54:24.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:23 smithi112 bash[15663]: cluster 2024-01-18T07:54:22.922685+0000 mon.smithi112 (mon.0) 4 : cluster [DBG] fsmap 2024-01-18T07:54:24.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:23 smithi112 bash[15663]: cluster 2024-01-18T07:54:22.933473+0000 mon.smithi112 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-18T07:54:24.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:23 smithi112 bash[15663]: cluster 2024-01-18T07:54:22.934708+0000 mon.smithi112 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-01-18T07:54:24.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:23 smithi112 bash[15663]: audit 2024-01-18T07:54:23.200279+0000 mon.smithi112 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.112:0/3951736921' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-01-18T07:54:24.967 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: 2024-01-18T07:54:24.967 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: [global] 2024-01-18T07:54:24.967 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: fsid = b612e886-b5d6-11ee-95ae-87774f69a715 2024-01-18T07:54:24.967 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.112:3300,v1:172.21.15.112:6789] 2024-01-18T07:54:24.967 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-18T07:54:24.967 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-18T07:54:24.967 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-18T07:54:24.967 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-18T07:54:24.968 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: 2024-01-18T07:54:24.968 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: [mgr] 2024-01-18T07:54:24.968 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-18T07:54:24.968 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: 2024-01-18T07:54:24.968 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: [osd] 2024-01-18T07:54:24.968 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-18T07:54:24.968 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-18T07:54:25.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:25 smithi112 bash[15663]: audit 2024-01-18T07:54:24.956837+0000 mon.smithi112 (mon.0) 8 : audit [INF] from='client.? 172.21.15.112:0/1818853634' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-18T07:54:25.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:25 smithi112 bash[15663]: audit 2024-01-18T07:54:24.960240+0000 mon.smithi112 (mon.0) 9 : audit [INF] from='client.? 172.21.15.112:0/1818853634' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-18T07:54:25.423 INFO:teuthology.orchestra.run.smithi112.stderr:Generating new minimal ceph.conf... 2024-01-18T07:54:27.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:26 smithi112 bash[15663]: audit 2024-01-18T07:54:26.578387+0000 mon.smithi112 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.112:0/4181968411' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:54:27.067 INFO:teuthology.orchestra.run.smithi112.stderr:Restarting the monitor... 2024-01-18T07:54:27.333 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:27 smithi112 systemd[1]: Stopping Ceph mon.smithi112 for b612e886-b5d6-11ee-95ae-87774f69a715... 2024-01-18T07:54:27.333 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:27 smithi112 bash[16203]: Error response from daemon: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-mon.smithi112 2024-01-18T07:54:27.333 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:27 smithi112 bash[15663]: debug 2024-01-18T07:54:27.238+0000 7fe4b4eff700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi112 -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-18T07:54:27.334 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:27 smithi112 bash[15663]: debug 2024-01-18T07:54:27.238+0000 7fe4b4eff700 -1 mon.smithi112@0(leader) e1 *** Got Signal Terminated *** 2024-01-18T07:54:27.806 INFO:teuthology.orchestra.run.smithi112.stderr:Setting public_network to 172.21.15.254/32,172.21.0.0/20 in mon config section 2024-01-18T07:54:28.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:27 smithi112 bash[16203]: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-mon-smithi112 2024-01-18T07:54:28.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:27 smithi112 systemd[1]: Stopped Ceph mon.smithi112 for b612e886-b5d6-11ee-95ae-87774f69a715. 2024-01-18T07:54:28.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:27 smithi112 systemd[1]: Started Ceph mon.smithi112 for b612e886-b5d6-11ee-95ae-87774f69a715. 2024-01-18T07:54:29.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.022+0000 7f702bb05880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-18T07:54:29.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.022+0000 7f702bb05880 0 ceph version 16.2.14-454-g491b5e13 (491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0) pacific (stable), process ceph-mon, pid 8 2024-01-18T07:54:29.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.022+0000 7f702bb05880 0 pidfile_write: ignore empty --pid-file 2024-01-18T07:54:29.287 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 0 load: jerasure load: lrc load: isa 2024-01-18T07:54:29.287 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: RocksDB version: 6.8.1 2024-01-18T07:54:29.287 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-18T07:54:29.287 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Compile date Jan 17 2024 2024-01-18T07:54:29.287 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: DB SUMMARY 2024-01-18T07:54:29.287 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: CURRENT file: CURRENT 2024-01-18T07:54:29.287 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: IDENTITY file: IDENTITY 2024-01-18T07:54:29.287 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-01-18T07:54:29.287 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi112/store.db dir, Total Num: 1, files: 000004.sst 2024-01-18T07:54:29.287 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi112/store.db: 000006.log size: 86551 ; 2024-01-18T07:54:29.287 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.error_if_exists: 0 2024-01-18T07:54:29.287 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.create_if_missing: 0 2024-01-18T07:54:29.288 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.paranoid_checks: 1 2024-01-18T07:54:29.288 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.env: 0x557a9a25c080 2024-01-18T07:54:29.288 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.fs: Posix File System 2024-01-18T07:54:29.288 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.info_log: 0x557a9b116520 2024-01-18T07:54:29.288 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-18T07:54:29.288 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.statistics: (nil) 2024-01-18T07:54:29.288 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.use_fsync: 0 2024-01-18T07:54:29.288 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.max_log_file_size: 0 2024-01-18T07:54:29.288 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-18T07:54:29.288 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-18T07:54:29.288 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-18T07:54:29.288 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-18T07:54:29.289 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.allow_fallocate: 1 2024-01-18T07:54:29.289 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-18T07:54:29.289 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-18T07:54:29.289 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.use_direct_reads: 0 2024-01-18T07:54:29.289 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-18T07:54:29.289 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-18T07:54:29.289 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.db_log_dir: 2024-01-18T07:54:29.289 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi112/store.db 2024-01-18T07:54:29.289 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-18T07:54:29.289 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.max_subcompactions: 1 2024-01-18T07:54:29.289 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.max_background_flushes: -1 2024-01-18T07:54:29.289 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-18T07:54:29.289 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-18T07:54:29.289 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-18T07:54:29.289 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-18T07:54:29.290 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-18T07:54:29.290 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-18T07:54:29.290 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-18T07:54:29.290 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.write_buffer_manager: 0x557a9be0a420 2024-01-18T07:54:29.290 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-18T07:54:29.290 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-18T07:54:29.290 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-18T07:54:29.290 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-18T07:54:29.290 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-18T07:54:29.290 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-18T07:54:29.290 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-18T07:54:29.290 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-18T07:54:29.290 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-18T07:54:29.291 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.unordered_write: 0 2024-01-18T07:54:29.291 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-18T07:54:29.291 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-18T07:54:29.291 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-18T07:54:29.291 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-18T07:54:29.291 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.row_cache: None 2024-01-18T07:54:29.291 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.wal_filter: None 2024-01-18T07:54:29.291 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-18T07:54:29.291 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-18T07:54:29.291 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.preserve_deletes: 0 2024-01-18T07:54:29.291 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.two_write_queues: 0 2024-01-18T07:54:29.291 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-18T07:54:29.291 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.atomic_flush: 0 2024-01-18T07:54:29.292 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-18T07:54:29.292 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-18T07:54:29.292 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-18T07:54:29.292 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.log_readahead_size: 0 2024-01-18T07:54:29.292 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-18T07:54:29.292 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.max_background_jobs: 2 2024-01-18T07:54:29.292 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.max_background_compactions: -1 2024-01-18T07:54:29.292 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-18T07:54:29.292 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-18T07:54:29.292 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-18T07:54:29.292 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-18T07:54:29.292 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-18T07:54:29.292 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-18T07:54:29.292 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-18T07:54:29.292 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-18T07:54:29.293 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.max_open_files: -1 2024-01-18T07:54:29.293 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-18T07:54:29.293 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-18T07:54:29.293 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-18T07:54:29.293 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-18T07:54:29.293 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Compression algorithms supported: 2024-01-18T07:54:29.293 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-18T07:54:29.293 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: kZSTD supported: 0 2024-01-18T07:54:29.293 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: kXpressCompression supported: 0 2024-01-18T07:54:29.293 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-18T07:54:29.293 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: kLZ4Compression supported: 1 2024-01-18T07:54:29.293 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: kBZip2Compression supported: 0 2024-01-18T07:54:29.293 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: kZlibCompression supported: 1 2024-01-18T07:54:29.294 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: kSnappyCompression supported: 1 2024-01-18T07:54:29.294 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-18T07:54:29.294 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi112/store.db/MANIFEST-000005 2024-01-18T07:54:29.294 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-18T07:54:29.294 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-18T07:54:29.294 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.merge_operator: 2024-01-18T07:54:29.294 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.compaction_filter: None 2024-01-18T07:54:29.294 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-18T07:54:29.294 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-18T07:54:29.294 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-18T07:54:29.294 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x557a9b0b9d28) 2024-01-18T07:54:29.294 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: cache_index_and_filter_blocks: 1 2024-01-18T07:54:29.294 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-18T07:54:29.294 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-18T07:54:29.296 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: pin_top_level_index_and_filter: 1 2024-01-18T07:54:29.296 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: index_type: 0 2024-01-18T07:54:29.296 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: data_block_index_type: 0 2024-01-18T07:54:29.296 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: index_shortening: 1 2024-01-18T07:54:29.296 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: data_block_hash_table_util_ratio: 0.750000 2024-01-18T07:54:29.296 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: hash_index_allow_collision: 1 2024-01-18T07:54:29.297 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: checksum: 1 2024-01-18T07:54:29.297 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: no_block_cache: 0 2024-01-18T07:54:29.297 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: block_cache: 0x557a9b0f0f10 2024-01-18T07:54:29.297 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: block_cache_name: BinnedLRUCache 2024-01-18T07:54:29.297 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: block_cache_options: 2024-01-18T07:54:29.297 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: capacity : 536870912 2024-01-18T07:54:29.297 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: num_shard_bits : 4 2024-01-18T07:54:29.297 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: strict_capacity_limit : 0 2024-01-18T07:54:29.297 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: high_pri_pool_ratio: 0.000 2024-01-18T07:54:29.297 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: block_cache_compressed: (nil) 2024-01-18T07:54:29.297 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: persistent_cache: (nil) 2024-01-18T07:54:29.297 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: block_size: 4096 2024-01-18T07:54:29.297 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: block_size_deviation: 10 2024-01-18T07:54:29.297 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: block_restart_interval: 16 2024-01-18T07:54:29.298 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: index_block_restart_interval: 1 2024-01-18T07:54:29.298 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: metadata_block_size: 4096 2024-01-18T07:54:29.298 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: partition_filters: 0 2024-01-18T07:54:29.298 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: use_delta_encoding: 1 2024-01-18T07:54:29.298 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-18T07:54:29.298 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: whole_key_filtering: 1 2024-01-18T07:54:29.298 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: verify_compression: 0 2024-01-18T07:54:29.298 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: read_amp_bytes_per_bit: 0 2024-01-18T07:54:29.298 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: format_version: 2 2024-01-18T07:54:29.298 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: enable_index_compression: 1 2024-01-18T07:54:29.298 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: block_align: 0 2024-01-18T07:54:29.298 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-18T07:54:29.298 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-18T07:54:29.298 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.compression: NoCompression 2024-01-18T07:54:29.299 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-18T07:54:29.299 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-18T07:54:29.299 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-18T07:54:29.299 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.num_levels: 7 2024-01-18T07:54:29.299 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-18T07:54:29.299 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-18T07:54:29.299 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-18T07:54:29.299 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-18T07:54:29.299 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-18T07:54:29.299 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-18T07:54:29.299 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-18T07:54:29.299 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-18T07:54:29.299 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-18T07:54:29.299 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-18T07:54:29.299 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-18T07:54:29.300 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-18T07:54:29.300 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-18T07:54:29.300 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-18T07:54:29.300 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-18T07:54:29.300 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-18T07:54:29.300 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-18T07:54:29.300 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-18T07:54:29.300 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-18T07:54:29.301 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-18T07:54:29.301 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-18T07:54:29.301 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-18T07:54:29.301 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-18T07:54:29.301 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-18T07:54:29.301 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-18T07:54:29.301 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-18T07:54:29.301 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-18T07:54:29.301 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-18T07:54:29.302 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-18T07:54:29.302 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-18T07:54:29.302 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-18T07:54:29.302 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-18T07:54:29.302 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-18T07:54:29.302 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-18T07:54:29.302 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-18T07:54:29.302 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-18T07:54:29.302 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-18T07:54:29.302 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-18T07:54:29.302 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-18T07:54:29.302 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-18T07:54:29.302 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-18T07:54:29.302 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-18T07:54:29.303 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-18T07:54:29.303 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-18T07:54:29.303 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-18T07:54:29.303 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-18T07:54:29.303 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-18T07:54:29.303 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.table_properties_collectors: 2024-01-18T07:54:29.303 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.inplace_update_support: 0 2024-01-18T07:54:29.303 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-18T07:54:29.303 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-18T07:54:29.303 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-18T07:54:29.303 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-18T07:54:29.303 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.bloom_locality: 0 2024-01-18T07:54:29.303 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.max_successive_merges: 0 2024-01-18T07:54:29.303 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-18T07:54:29.304 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-18T07:54:29.304 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-18T07:54:29.304 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-18T07:54:29.304 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.ttl: 2592000 2024-01-18T07:54:29.304 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-18T07:54:29.304 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi112/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-18T07:54:29.304 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-01-18T07:54:29.304 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705564469034822, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-01-18T07:54:29.304 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.030+0000 7f702bb05880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-01-18T07:54:29.304 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.034+0000 7f702bb05880 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-18T07:54:29.304 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.034+0000 7f702bb05880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705564469036751, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83424, "table_properties": {"data_size": 81691, "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": 76203, "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": 1705564469, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-18T07:54:29.304 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.034+0000 7f702bb05880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-01-18T07:54:29.304 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.034+0000 7f702bb05880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705564469037825, "job": 1, "event": "recovery_finished"} 2024-01-18T07:54:29.305 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.034+0000 7f702bb05880 4 rocksdb: DB pointer 0x557a9b1b9800 2024-01-18T07:54:29.305 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.038+0000 7f70128f8700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-18T07:54:29.305 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.038+0000 7f70128f8700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-18T07:54:29.305 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: ** DB Stats ** 2024-01-18T07:54:29.305 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T07:54:29.305 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: 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-18T07:54:29.305 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-18T07:54:29.305 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-18T07:54:29.305 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: 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-18T07:54:29.305 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-18T07:54:29.305 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-18T07:54:29.306 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: ** Compaction Stats [default] ** 2024-01-18T07:54:29.306 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: 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-18T07:54:29.306 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T07:54:29.306 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: L0 2/0 83.16 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 56.0 0.00 0.00 1 0.001 0 0 2024-01-18T07:54:29.306 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: Sum 2/0 83.16 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 56.0 0.00 0.00 1 0.001 0 0 2024-01-18T07:54:29.306 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 56.0 0.00 0.00 1 0.001 0 0 2024-01-18T07:54:29.306 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: ** Compaction Stats [default] ** 2024-01-18T07:54:29.306 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: 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-18T07:54:29.306 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T07:54:29.306 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 56.0 0.00 0.00 1 0.001 0 0 2024-01-18T07:54:29.306 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T07:54:29.307 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-18T07:54:29.307 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-18T07:54:29.307 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: AddFile(Total Files): cumulative 0, interval 0 2024-01-18T07:54:29.307 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-18T07:54:29.307 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: AddFile(Keys): cumulative 0, interval 0 2024-01-18T07:54:29.307 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: Cumulative compaction: 0.00 GB write, 11.83 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T07:54:29.307 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: Interval compaction: 0.00 GB write, 11.83 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T07:54:29.307 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: 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-18T07:54:29.308 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: ** File Read Latency Histogram By Level [default] ** 2024-01-18T07:54:29.308 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: ** Compaction Stats [default] ** 2024-01-18T07:54:29.308 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: 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-18T07:54:29.308 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T07:54:29.308 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: L0 2/0 83.16 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 56.0 0.00 0.00 1 0.001 0 0 2024-01-18T07:54:29.308 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: Sum 2/0 83.16 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 56.0 0.00 0.00 1 0.001 0 0 2024-01-18T07:54:29.308 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: 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-18T07:54:29.308 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: ** Compaction Stats [default] ** 2024-01-18T07:54:29.308 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: 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-18T07:54:29.308 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T07:54:29.308 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 56.0 0.00 0.00 1 0.001 0 0 2024-01-18T07:54:29.308 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T07:54:29.308 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-18T07:54:29.309 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-18T07:54:29.309 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: AddFile(Total Files): cumulative 0, interval 0 2024-01-18T07:54:29.309 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-18T07:54:29.309 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: AddFile(Keys): cumulative 0, interval 0 2024-01-18T07:54:29.309 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: Cumulative compaction: 0.00 GB write, 11.73 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T07:54:29.309 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: 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-18T07:54:29.309 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: 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-18T07:54:29.309 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: ** File Read Latency Histogram By Level [default] ** 2024-01-18T07:54:29.309 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.038+0000 7f702bb05880 0 starting mon.smithi112 rank 0 at public addrs [v2:172.21.15.112:3300/0,v1:172.21.15.112:6789/0] at bind addrs [v2:172.21.15.112:3300/0,v1:172.21.15.112:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi112 fsid b612e886-b5d6-11ee-95ae-87774f69a715 2024-01-18T07:54:29.309 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.042+0000 7f702bb05880 1 mon.smithi112@-1(???) e1 preinit fsid b612e886-b5d6-11ee-95ae-87774f69a715 2024-01-18T07:54:29.309 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.042+0000 7f702bb05880 0 mon.smithi112@-1(???).mds e1 new map 2024-01-18T07:54:29.309 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.042+0000 7f702bb05880 0 mon.smithi112@-1(???).mds e1 print_map 2024-01-18T07:54:29.309 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: e1 2024-01-18T07:54:29.309 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: enable_multiple, ever_enabled_multiple: 1,1 2024-01-18T07:54:29.310 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: 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-18T07:54:29.310 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: legacy client fscid: -1 2024-01-18T07:54:29.310 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: 2024-01-18T07:54:29.310 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: No filesystems configured 2024-01-18T07:54:29.310 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.042+0000 7f702bb05880 0 mon.smithi112@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-18T07:54:29.310 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.042+0000 7f702bb05880 0 mon.smithi112@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-18T07:54:29.310 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: audit 2024-01-18T07:54:26.578387+0000 mon.smithi112 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.112:0/4181968411' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:54:29.310 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: debug 2024-01-18T07:54:29.042+0000 7f702bb05880 1 mon.smithi112@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-01-18T07:54:29.310 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: cluster 2024-01-18T07:54:29.048319+0000 mon.smithi112 (mon.0) 1 : cluster [INF] mon.smithi112 is new leader, mons smithi112 in quorum (ranks 0) 2024-01-18T07:54:29.310 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: cluster 2024-01-18T07:54:29.048389+0000 mon.smithi112 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi112=[v2:172.21.15.112:3300/0,v1:172.21.15.112:6789/0]} removed_ranks: {} 2024-01-18T07:54:29.310 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: cluster 2024-01-18T07:54:29.048785+0000 mon.smithi112 (mon.0) 3 : cluster [DBG] fsmap 2024-01-18T07:54:29.310 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: cluster 2024-01-18T07:54:29.048817+0000 mon.smithi112 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-18T07:54:29.310 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:29 smithi112 bash[16324]: cluster 2024-01-18T07:54:29.049240+0000 mon.smithi112 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-01-18T07:54:29.933 INFO:teuthology.orchestra.run.smithi112.stderr:Wrote config to /etc/ceph/ceph.conf 2024-01-18T07:54:29.934 INFO:teuthology.orchestra.run.smithi112.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-01-18T07:54:29.934 INFO:teuthology.orchestra.run.smithi112.stderr:Creating mgr... 2024-01-18T07:54:29.934 INFO:teuthology.orchestra.run.smithi112.stderr:Verifying port 9283 ... 2024-01-18T07:54:30.081 INFO:teuthology.orchestra.run.smithi112.stderr:systemctl: Failed to reset failed state of unit ceph-b612e886-b5d6-11ee-95ae-87774f69a715@mgr.smithi112.xshois.service: Unit ceph-b612e886-b5d6-11ee-95ae-87774f69a715@mgr.smithi112.xshois.service is not loaded. 2024-01-18T07:54:30.090 INFO:teuthology.orchestra.run.smithi112.stderr:systemctl: Created symlink /etc/systemd/system/ceph-b612e886-b5d6-11ee-95ae-87774f69a715.target.wants/ceph-b612e886-b5d6-11ee-95ae-87774f69a715@mgr.smithi112.xshois.service -> /etc/systemd/system/ceph-b612e886-b5d6-11ee-95ae-87774f69a715@.service. 2024-01-18T07:54:30.216 INFO:teuthology.orchestra.run.smithi112.stderr:firewalld does not appear to be present 2024-01-18T07:54:30.216 INFO:teuthology.orchestra.run.smithi112.stderr:Not possible to enable service . firewalld.service is not available 2024-01-18T07:54:30.216 INFO:teuthology.orchestra.run.smithi112.stderr:firewalld does not appear to be present 2024-01-18T07:54:30.216 INFO:teuthology.orchestra.run.smithi112.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-01-18T07:54:30.216 INFO:teuthology.orchestra.run.smithi112.stderr:Waiting for mgr to start... 2024-01-18T07:54:30.216 INFO:teuthology.orchestra.run.smithi112.stderr:Waiting for mgr... 2024-01-18T07:54:30.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:30 smithi112 bash[16324]: audit 2024-01-18T07:54:29.360143+0000 mon.smithi112 (mon.0) 6 : audit [INF] from='client.? 172.21.15.112:0/730204909' entity='client.admin' 2024-01-18T07:54:32.003 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: 2024-01-18T07:54:32.003 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: { 2024-01-18T07:54:32.003 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "fsid": "b612e886-b5d6-11ee-95ae-87774f69a715", 2024-01-18T07:54:32.003 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "health": { 2024-01-18T07:54:32.003 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-18T07:54:32.003 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "checks": {}, 2024-01-18T07:54:32.003 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "mutes": [] 2024-01-18T07:54:32.003 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: }, 2024-01-18T07:54:32.004 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-18T07:54:32.004 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "quorum": [ 2024-01-18T07:54:32.004 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: 0 2024-01-18T07:54:32.004 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: ], 2024-01-18T07:54:32.004 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-18T07:54:32.004 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "smithi112" 2024-01-18T07:54:32.004 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: ], 2024-01-18T07:54:32.004 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "quorum_age": 2, 2024-01-18T07:54:32.004 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "monmap": { 2024-01-18T07:54:32.004 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T07:54:32.004 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-18T07:54:32.004 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-18T07:54:32.004 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: }, 2024-01-18T07:54:32.005 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "osdmap": { 2024-01-18T07:54:32.005 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T07:54:32.005 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-18T07:54:32.005 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-18T07:54:32.006 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-18T07:54:32.006 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-18T07:54:32.006 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-18T07:54:32.006 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-18T07:54:32.007 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: }, 2024-01-18T07:54:32.007 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "pgmap": { 2024-01-18T07:54:32.007 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-18T07:54:32.007 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-18T07:54:32.008 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-18T07:54:32.008 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-18T07:54:32.008 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-18T07:54:32.008 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-18T07:54:32.008 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-18T07:54:32.008 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-18T07:54:32.008 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: }, 2024-01-18T07:54:32.008 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "fsmap": { 2024-01-18T07:54:32.008 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T07:54:32.008 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-18T07:54:32.008 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-18T07:54:32.008 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: }, 2024-01-18T07:54:32.008 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-18T07:54:32.009 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "available": false, 2024-01-18T07:54:32.009 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-18T07:54:32.009 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "modules": [ 2024-01-18T07:54:32.009 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "iostat", 2024-01-18T07:54:32.009 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "nfs", 2024-01-18T07:54:32.009 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "restful" 2024-01-18T07:54:32.009 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: ], 2024-01-18T07:54:32.009 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "services": {} 2024-01-18T07:54:32.009 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: }, 2024-01-18T07:54:32.009 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "servicemap": { 2024-01-18T07:54:32.009 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T07:54:32.009 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "modified": "2024-01-18T07:54:22.916281+0000", 2024-01-18T07:54:32.009 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "services": {} 2024-01-18T07:54:32.009 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: }, 2024-01-18T07:54:32.009 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-18T07:54:32.010 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: } 2024-01-18T07:54:32.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:32 smithi112 bash[16324]: audit 2024-01-18T07:54:31.994256+0000 mon.smithi112 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.112:0/3100825574' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-18T07:54:32.524 INFO:teuthology.orchestra.run.smithi112.stderr:mgr not available, waiting (1/15)... 2024-01-18T07:54:35.828 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: 2024-01-18T07:54:35.828 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: { 2024-01-18T07:54:35.828 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "fsid": "b612e886-b5d6-11ee-95ae-87774f69a715", 2024-01-18T07:54:35.828 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "health": { 2024-01-18T07:54:35.828 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-18T07:54:35.829 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "checks": {}, 2024-01-18T07:54:35.829 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "mutes": [] 2024-01-18T07:54:35.829 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: }, 2024-01-18T07:54:35.829 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-18T07:54:35.829 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "quorum": [ 2024-01-18T07:54:35.829 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: 0 2024-01-18T07:54:35.829 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: ], 2024-01-18T07:54:35.829 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-18T07:54:35.829 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "smithi112" 2024-01-18T07:54:35.830 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: ], 2024-01-18T07:54:35.830 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "quorum_age": 6, 2024-01-18T07:54:35.830 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "monmap": { 2024-01-18T07:54:35.830 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T07:54:35.830 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-18T07:54:35.830 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-18T07:54:35.830 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: }, 2024-01-18T07:54:35.830 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "osdmap": { 2024-01-18T07:54:35.831 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T07:54:35.831 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-18T07:54:35.831 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-18T07:54:35.831 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-18T07:54:35.831 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-18T07:54:35.831 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-18T07:54:35.831 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-18T07:54:35.831 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: }, 2024-01-18T07:54:35.831 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "pgmap": { 2024-01-18T07:54:35.831 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-18T07:54:35.831 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-18T07:54:35.831 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-18T07:54:35.831 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-18T07:54:35.831 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-18T07:54:35.831 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-18T07:54:35.832 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-18T07:54:35.832 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-18T07:54:35.832 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: }, 2024-01-18T07:54:35.832 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "fsmap": { 2024-01-18T07:54:35.832 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T07:54:35.832 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-18T07:54:35.832 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-18T07:54:35.832 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: }, 2024-01-18T07:54:35.833 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-18T07:54:35.833 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "available": false, 2024-01-18T07:54:35.833 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-18T07:54:35.833 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "modules": [ 2024-01-18T07:54:35.833 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "iostat", 2024-01-18T07:54:35.833 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "nfs", 2024-01-18T07:54:35.833 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "restful" 2024-01-18T07:54:35.833 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: ], 2024-01-18T07:54:35.834 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "services": {} 2024-01-18T07:54:35.834 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: }, 2024-01-18T07:54:35.834 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "servicemap": { 2024-01-18T07:54:35.834 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T07:54:35.834 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "modified": "2024-01-18T07:54:22.916281+0000", 2024-01-18T07:54:35.834 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "services": {} 2024-01-18T07:54:35.834 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: }, 2024-01-18T07:54:35.834 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-18T07:54:35.835 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: } 2024-01-18T07:54:36.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:35 smithi112 bash[16324]: audit 2024-01-18T07:54:35.818177+0000 mon.smithi112 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.112:0/3792728300' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-18T07:54:36.370 INFO:teuthology.orchestra.run.smithi112.stderr:mgr not available, waiting (2/15)... 2024-01-18T07:54:38.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:38 smithi112 bash[16324]: cluster 2024-01-18T07:54:38.065255+0000 mon.smithi112 (mon.0) 9 : cluster [INF] Activating manager daemon smithi112.xshois 2024-01-18T07:54:38.536 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:38 smithi112 bash[16324]: cluster 2024-01-18T07:54:38.071268+0000 mon.smithi112 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi112.xshois(active, starting, since 0.00620475s) 2024-01-18T07:54:38.536 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:38 smithi112 bash[16324]: audit 2024-01-18T07:54:38.072778+0000 mon.smithi112 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.112:0/3488619625' entity='mgr.smithi112.xshois' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-18T07:54:38.536 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:38 smithi112 bash[16324]: audit 2024-01-18T07:54:38.073142+0000 mon.smithi112 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.112:0/3488619625' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-18T07:54:38.536 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:38 smithi112 bash[16324]: audit 2024-01-18T07:54:38.073479+0000 mon.smithi112 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.112:0/3488619625' entity='mgr.smithi112.xshois' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-18T07:54:38.536 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:38 smithi112 bash[16324]: audit 2024-01-18T07:54:38.073805+0000 mon.smithi112 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.112:0/3488619625' entity='mgr.smithi112.xshois' cmd=[{"prefix": "mon metadata", "id": "smithi112"}]: dispatch 2024-01-18T07:54:38.536 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:38 smithi112 bash[16324]: audit 2024-01-18T07:54:38.074785+0000 mon.smithi112 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.112:0/3488619625' entity='mgr.smithi112.xshois' cmd=[{"prefix": "mgr metadata", "who": "smithi112.xshois", "id": "smithi112.xshois"}]: dispatch 2024-01-18T07:54:38.536 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:38 smithi112 bash[16324]: cluster 2024-01-18T07:54:38.081116+0000 mon.smithi112 (mon.0) 16 : cluster [INF] Manager daemon smithi112.xshois is now available 2024-01-18T07:54:38.536 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:38 smithi112 bash[16324]: audit 2024-01-18T07:54:38.096709+0000 mon.smithi112 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.112:0/3488619625' entity='mgr.smithi112.xshois' 2024-01-18T07:54:38.536 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:38 smithi112 bash[16324]: audit 2024-01-18T07:54:38.104559+0000 mon.smithi112 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.112:0/3488619625' entity='mgr.smithi112.xshois' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi112.xshois/mirror_snapshot_schedule"}]: dispatch 2024-01-18T07:54:38.536 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:38 smithi112 bash[16324]: audit 2024-01-18T07:54:38.109419+0000 mon.smithi112 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.112:0/3488619625' entity='mgr.smithi112.xshois' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi112.xshois/trash_purge_schedule"}]: dispatch 2024-01-18T07:54:38.536 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:38 smithi112 bash[16324]: audit 2024-01-18T07:54:38.113410+0000 mon.smithi112 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.112:0/3488619625' entity='mgr.smithi112.xshois' 2024-01-18T07:54:38.536 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:38 smithi112 bash[16324]: audit 2024-01-18T07:54:38.116086+0000 mon.smithi112 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.112:0/3488619625' entity='mgr.smithi112.xshois' 2024-01-18T07:54:40.037 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: 2024-01-18T07:54:40.037 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: { 2024-01-18T07:54:40.037 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "fsid": "b612e886-b5d6-11ee-95ae-87774f69a715", 2024-01-18T07:54:40.038 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "health": { 2024-01-18T07:54:40.038 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-18T07:54:40.038 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "checks": {}, 2024-01-18T07:54:40.038 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "mutes": [] 2024-01-18T07:54:40.038 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: }, 2024-01-18T07:54:40.038 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-18T07:54:40.038 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "quorum": [ 2024-01-18T07:54:40.038 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: 0 2024-01-18T07:54:40.038 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: ], 2024-01-18T07:54:40.038 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-18T07:54:40.038 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "smithi112" 2024-01-18T07:54:40.038 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: ], 2024-01-18T07:54:40.038 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "quorum_age": 10, 2024-01-18T07:54:40.038 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "monmap": { 2024-01-18T07:54:40.039 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T07:54:40.039 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-18T07:54:40.039 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-18T07:54:40.039 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: }, 2024-01-18T07:54:40.039 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "osdmap": { 2024-01-18T07:54:40.039 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T07:54:40.039 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-18T07:54:40.039 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-18T07:54:40.039 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-18T07:54:40.039 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-18T07:54:40.043 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-18T07:54:40.043 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-18T07:54:40.043 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: }, 2024-01-18T07:54:40.043 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "pgmap": { 2024-01-18T07:54:40.043 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-18T07:54:40.043 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-18T07:54:40.043 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-18T07:54:40.043 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-18T07:54:40.043 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-18T07:54:40.043 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-18T07:54:40.044 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-18T07:54:40.044 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-18T07:54:40.044 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: }, 2024-01-18T07:54:40.044 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "fsmap": { 2024-01-18T07:54:40.044 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T07:54:40.044 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-18T07:54:40.044 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-18T07:54:40.044 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: }, 2024-01-18T07:54:40.044 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-18T07:54:40.044 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "available": true, 2024-01-18T07:54:40.044 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-18T07:54:40.044 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "modules": [ 2024-01-18T07:54:40.045 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "iostat", 2024-01-18T07:54:40.045 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "nfs", 2024-01-18T07:54:40.045 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "restful" 2024-01-18T07:54:40.045 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: ], 2024-01-18T07:54:40.045 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "services": {} 2024-01-18T07:54:40.045 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: }, 2024-01-18T07:54:40.045 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "servicemap": { 2024-01-18T07:54:40.045 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T07:54:40.045 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "modified": "2024-01-18T07:54:22.916281+0000", 2024-01-18T07:54:40.045 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "services": {} 2024-01-18T07:54:40.045 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: }, 2024-01-18T07:54:40.045 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-18T07:54:40.045 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: } 2024-01-18T07:54:40.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:40 smithi112 bash[16324]: cluster 2024-01-18T07:54:39.076470+0000 mon.smithi112 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi112.xshois(active, since 1.0114s) 2024-01-18T07:54:40.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:40 smithi112 bash[16324]: audit 2024-01-18T07:54:40.031993+0000 mon.smithi112 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.112:0/3307431553' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-18T07:54:40.570 INFO:teuthology.orchestra.run.smithi112.stderr:mgr is available 2024-01-18T07:54:41.345 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:41 smithi112 bash[16324]: cluster 2024-01-18T07:54:40.077731+0000 mon.smithi112 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi112.xshois(active, since 2s) 2024-01-18T07:54:41.905 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: 2024-01-18T07:54:41.906 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: [global] 2024-01-18T07:54:41.906 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: fsid = b612e886-b5d6-11ee-95ae-87774f69a715 2024-01-18T07:54:41.906 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-18T07:54:41.906 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-18T07:54:41.906 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-18T07:54:41.906 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-18T07:54:41.907 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: 2024-01-18T07:54:41.907 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: [mgr] 2024-01-18T07:54:41.907 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-18T07:54:41.907 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: 2024-01-18T07:54:41.907 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: [osd] 2024-01-18T07:54:41.907 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-18T07:54:41.907 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-18T07:54:42.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:42 smithi112 bash[16324]: audit 2024-01-18T07:54:41.901611+0000 mon.smithi112 (mon.0) 25 : audit [INF] from='client.? 172.21.15.112:0/2623162732' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-18T07:54:42.461 INFO:teuthology.orchestra.run.smithi112.stderr:Enabling cephadm module... 2024-01-18T07:54:44.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:44 smithi112 bash[16324]: audit 2024-01-18T07:54:43.974386+0000 mon.smithi112 (mon.0) 26 : audit [INF] from='client.? 172.21.15.112:0/3573071155' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-01-18T07:54:45.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:45 smithi112 bash[16324]: audit 2024-01-18T07:54:44.028874+0000 mon.smithi112 (mon.0) 27 : audit [INF] from='client.? 172.21.15.112:0/3573071155' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-01-18T07:54:45.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:45 smithi112 bash[16324]: cluster 2024-01-18T07:54:44.028962+0000 mon.smithi112 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi112.xshois(active, since 5s) 2024-01-18T07:54:46.184 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: { 2024-01-18T07:54:46.184 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "epoch": 5, 2024-01-18T07:54:46.184 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "available": true, 2024-01-18T07:54:46.184 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "active_name": "smithi112.xshois", 2024-01-18T07:54:46.184 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-18T07:54:46.184 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: } 2024-01-18T07:54:46.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:46 smithi112 bash[16324]: audit 2024-01-18T07:54:46.180356+0000 mon.smithi112 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.112:0/644749258' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-18T07:54:46.718 INFO:teuthology.orchestra.run.smithi112.stderr:Waiting for the mgr to restart... 2024-01-18T07:54:46.718 INFO:teuthology.orchestra.run.smithi112.stderr:Waiting for mgr epoch 5... 2024-01-18T07:54:50.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:50 smithi112 bash[16324]: cluster 2024-01-18T07:54:50.381570+0000 mon.smithi112 (mon.0) 30 : cluster [INF] Active manager daemon smithi112.xshois restarted 2024-01-18T07:54:50.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:50 smithi112 bash[16324]: cluster 2024-01-18T07:54:50.382216+0000 mon.smithi112 (mon.0) 31 : cluster [INF] Activating manager daemon smithi112.xshois 2024-01-18T07:54:50.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:50 smithi112 bash[16324]: cluster 2024-01-18T07:54:50.389538+0000 mon.smithi112 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-01-18T07:54:50.786 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:50 smithi112 bash[16324]: cluster 2024-01-18T07:54:50.389796+0000 mon.smithi112 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi112.xshois(active, starting, since 0.00783577s) 2024-01-18T07:54:50.786 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:50 smithi112 bash[16324]: audit 2024-01-18T07:54:50.391091+0000 mon.smithi112 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.112:0/2712241250' entity='mgr.smithi112.xshois' cmd=[{"prefix": "mon metadata", "id": "smithi112"}]: dispatch 2024-01-18T07:54:50.786 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:50 smithi112 bash[16324]: audit 2024-01-18T07:54:50.392797+0000 mon.smithi112 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.112:0/2712241250' entity='mgr.smithi112.xshois' cmd=[{"prefix": "mgr metadata", "who": "smithi112.xshois", "id": "smithi112.xshois"}]: dispatch 2024-01-18T07:54:50.786 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:50 smithi112 bash[16324]: audit 2024-01-18T07:54:50.394386+0000 mon.smithi112 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.112:0/2712241250' entity='mgr.smithi112.xshois' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-18T07:54:50.786 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:50 smithi112 bash[16324]: audit 2024-01-18T07:54:50.394752+0000 mon.smithi112 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.112:0/2712241250' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-18T07:54:50.786 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:50 smithi112 bash[16324]: audit 2024-01-18T07:54:50.394971+0000 mon.smithi112 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.112:0/2712241250' entity='mgr.smithi112.xshois' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-18T07:54:50.786 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:50 smithi112 bash[16324]: cluster 2024-01-18T07:54:50.399780+0000 mon.smithi112 (mon.0) 39 : cluster [INF] Manager daemon smithi112.xshois is now available 2024-01-18T07:54:50.786 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:50 smithi112 bash[16324]: audit 2024-01-18T07:54:50.422670+0000 mon.smithi112 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.112:0/2712241250' entity='mgr.smithi112.xshois' 2024-01-18T07:54:51.413 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: { 2024-01-18T07:54:51.414 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-01-18T07:54:51.414 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "initialized": true 2024-01-18T07:54:51.414 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: } 2024-01-18T07:54:51.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:51 smithi112 bash[16324]: cephadm 2024-01-18T07:54:50.417783+0000 mgr.smithi112.xshois (mgr.14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-01-18T07:54:51.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:51 smithi112 bash[16324]: audit 2024-01-18T07:54:50.550188+0000 mon.smithi112 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.112:0/2712241250' entity='mgr.smithi112.xshois' 2024-01-18T07:54:51.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:51 smithi112 bash[16324]: audit 2024-01-18T07:54:50.552527+0000 mon.smithi112 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.112:0/2712241250' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T07:54:51.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:51 smithi112 bash[16324]: audit 2024-01-18T07:54:50.557419+0000 mon.smithi112 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.112:0/2712241250' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T07:54:51.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:51 smithi112 bash[16324]: audit 2024-01-18T07:54:50.562480+0000 mon.smithi112 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.112:0/2712241250' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T07:54:51.786 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:51 smithi112 bash[16324]: audit 2024-01-18T07:54:50.587362+0000 mon.smithi112 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.112:0/2712241250' entity='mgr.smithi112.xshois' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi112.xshois/mirror_snapshot_schedule"}]: dispatch 2024-01-18T07:54:51.786 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:51 smithi112 bash[16324]: audit 2024-01-18T07:54:50.592767+0000 mon.smithi112 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.112:0/2712241250' entity='mgr.smithi112.xshois' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi112.xshois/trash_purge_schedule"}]: dispatch 2024-01-18T07:54:51.786 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:51 smithi112 bash[16324]: cluster 2024-01-18T07:54:51.392744+0000 mon.smithi112 (mon.0) 47 : cluster [DBG] mgrmap e7: smithi112.xshois(active, since 1.01078s) 2024-01-18T07:54:52.010 INFO:teuthology.orchestra.run.smithi112.stderr:mgr epoch 5 is available 2024-01-18T07:54:52.010 INFO:teuthology.orchestra.run.smithi112.stderr:Setting orchestrator backend to cephadm... 2024-01-18T07:54:53.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:52 smithi112 bash[16324]: audit 2024-01-18T07:54:51.391567+0000 mgr.smithi112.xshois (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-18T07:54:53.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:52 smithi112 bash[16324]: audit 2024-01-18T07:54:51.410084+0000 mgr.smithi112.xshois (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-18T07:54:53.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:53 smithi112 bash[16324]: cluster 2024-01-18T07:54:52.554421+0000 mon.smithi112 (mon.0) 48 : cluster [DBG] mgrmap e8: smithi112.xshois(active, since 2s) 2024-01-18T07:54:53.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:53 smithi112 bash[16324]: audit 2024-01-18T07:54:53.350653+0000 mon.smithi112 (mon.0) 49 : audit [INF] from='mgr.14116 172.21.15.112:0/2712241250' entity='mgr.smithi112.xshois' 2024-01-18T07:54:53.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:53 smithi112 bash[16324]: audit 2024-01-18T07:54:53.390894+0000 mon.smithi112 (mon.0) 50 : audit [DBG] from='mgr.14116 172.21.15.112:0/2712241250' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T07:54:55.293 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: value unchanged 2024-01-18T07:54:55.343 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:55 smithi112 bash[16324]: audit 2024-01-18T07:54:53.340807+0000 mgr.smithi112.xshois (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-18T07:54:55.819 INFO:teuthology.orchestra.run.smithi112.stderr:Generating ssh key... 2024-01-18T07:54:56.463 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:56 smithi112 bash[16324]: audit 2024-01-18T07:54:55.289939+0000 mgr.smithi112.xshois (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:54:58.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:58 smithi112 bash[16324]: audit 2024-01-18T07:54:57.122285+0000 mgr.smithi112.xshois (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:54:58.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:58 smithi112 bash[16324]: cephadm 2024-01-18T07:54:57.122697+0000 mgr.smithi112.xshois (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2024-01-18T07:54:58.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:58 smithi112 bash[16324]: audit 2024-01-18T07:54:57.232440+0000 mon.smithi112 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.112:0/2712241250' entity='mgr.smithi112.xshois' 2024-01-18T07:54:58.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:54:58 smithi112 bash[16324]: audit 2024-01-18T07:54:57.237133+0000 mon.smithi112 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.112:0/2712241250' entity='mgr.smithi112.xshois' 2024-01-18T07:54:59.147 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDQidAergCEqGOBDbc7yKEezqwlVRs4DQSZqs7ZNW/w+y2e5OvdxTND7zmWzHGMbNgZGGYH1AeNDKKXpyxqYV3Tusqpe4AhhD/9dPBEtQVOUA+Z+dG41Q2tSR+aYwPlkqMJFDg0jCWy+sKTc4H6bt/SJa1/S/WnLizk1uBGlIbz1/Qjt8t+1jp1wLIDxGIx+BOHt7CPSWBeKonfRUrLO/9aFwk0YeRVWWUvWkvQhiAhFjKtEh/X7B6ndx59xdc2yp/TT6fiW2XbgVvpY8jYv0uHjYzzwOuZlH62c/LGZZv6G85570KYLmGIq9KnbSgQg9LrA8yxEQaHperXF4yGimMMKZJSSMlvlPlStW4c4R/ZF2+cIDHBYTxhRmfMW2SZPdIGYi0pcJy9HRbJBODflyZG9BQFWeOrRWvPMLL8O00wqhsxtqhokVr+TO7JD3hin2daXta8KcIxUQMSShm+2VVH5NA3TgwIrQqWDdYx29Ij27pkTSj5Wrt2EUpIJ50DEcM= ceph-b612e886-b5d6-11ee-95ae-87774f69a715 2024-01-18T07:54:59.680 INFO:teuthology.orchestra.run.smithi112.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-01-18T07:54:59.680 INFO:teuthology.orchestra.run.smithi112.stderr:Adding key to root@localhost authorized_keys... 2024-01-18T07:54:59.680 INFO:teuthology.orchestra.run.smithi112.stderr:Adding host smithi112... 2024-01-18T07:55:00.385 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:00 smithi112 bash[16324]: audit 2024-01-18T07:54:59.143947+0000 mgr.smithi112.xshois (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:55:01.909 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: Added host 'smithi112' with addr '172.21.15.112' 2024-01-18T07:55:02.682 INFO:teuthology.orchestra.run.smithi112.stderr:Deploying mon service with default placement... 2024-01-18T07:55:03.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:02 smithi112 bash[16324]: audit 2024-01-18T07:55:01.081397+0000 mgr.smithi112.xshois (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi112", "addr": "172.21.15.112", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:55:03.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:02 smithi112 bash[16324]: audit 2024-01-18T07:55:01.905188+0000 mon.smithi112 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.112:0/2712241250' entity='mgr.smithi112.xshois' 2024-01-18T07:55:03.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:02 smithi112 bash[16324]: cephadm 2024-01-18T07:55:01.905939+0000 mgr.smithi112.xshois (mgr.14116) 10 : cephadm [INF] Added host smithi112 2024-01-18T07:55:03.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:02 smithi112 bash[16324]: audit 2024-01-18T07:55:01.942051+0000 mon.smithi112 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.112:0/2712241250' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T07:55:04.619 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: Scheduled mon update... 2024-01-18T07:55:05.241 INFO:teuthology.orchestra.run.smithi112.stderr:Deploying mgr service with default placement... 2024-01-18T07:55:05.935 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:05 smithi112 bash[16324]: audit 2024-01-18T07:55:04.606884+0000 mgr.smithi112.xshois (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:55:05.936 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:05 smithi112 bash[16324]: cephadm 2024-01-18T07:55:04.609980+0000 mgr.smithi112.xshois (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2024-01-18T07:55:05.936 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:05 smithi112 bash[16324]: audit 2024-01-18T07:55:04.612818+0000 mon.smithi112 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.112:0/2712241250' entity='mgr.smithi112.xshois' 2024-01-18T07:55:05.936 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:05 smithi112 bash[16324]: audit 2024-01-18T07:55:04.833030+0000 mon.smithi112 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.112:0/2712241250' entity='mgr.smithi112.xshois' 2024-01-18T07:55:05.936 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:05 smithi112 bash[16324]: audit 2024-01-18T07:55:05.132794+0000 mon.smithi112 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.112:0/2712241250' entity='mgr.smithi112.xshois' 2024-01-18T07:55:06.625 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-01-18T07:55:07.172 INFO:teuthology.orchestra.run.smithi112.stderr:Deploying crash service with default placement... 2024-01-18T07:55:07.934 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:07 smithi112 bash[16324]: audit 2024-01-18T07:55:06.614388+0000 mgr.smithi112.xshois (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:55:07.934 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:07 smithi112 bash[16324]: cephadm 2024-01-18T07:55:06.616699+0000 mgr.smithi112.xshois (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2024-01-18T07:55:07.934 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:07 smithi112 bash[16324]: audit 2024-01-18T07:55:06.621354+0000 mon.smithi112 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.112:0/2712241250' entity='mgr.smithi112.xshois' 2024-01-18T07:55:08.554 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: Scheduled crash update... 2024-01-18T07:55:09.130 INFO:teuthology.orchestra.run.smithi112.stderr:Deploying prometheus service with default placement... 2024-01-18T07:55:09.803 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:09 smithi112 bash[16324]: audit 2024-01-18T07:55:08.543558+0000 mgr.smithi112.xshois (mgr.14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:55:09.803 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:09 smithi112 bash[16324]: cephadm 2024-01-18T07:55:08.545869+0000 mgr.smithi112.xshois (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2024-01-18T07:55:09.803 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:09 smithi112 bash[16324]: audit 2024-01-18T07:55:08.550648+0000 mon.smithi112 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.112:0/2712241250' entity='mgr.smithi112.xshois' 2024-01-18T07:55:10.524 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-01-18T07:55:11.068 INFO:teuthology.orchestra.run.smithi112.stderr:Deploying grafana service with default placement... 2024-01-18T07:55:11.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:11 smithi112 bash[16324]: audit 2024-01-18T07:55:10.225747+0000 mon.smithi112 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.112:0/2712241250' entity='mgr.smithi112.xshois' 2024-01-18T07:55:11.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:11 smithi112 bash[16324]: cluster 2024-01-18T07:55:10.396128+0000 mgr.smithi112.xshois (mgr.14116) 17 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:55:11.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:11 smithi112 bash[16324]: audit 2024-01-18T07:55:10.513252+0000 mgr.smithi112.xshois (mgr.14116) 18 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:55:11.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:11 smithi112 bash[16324]: cephadm 2024-01-18T07:55:10.515560+0000 mgr.smithi112.xshois (mgr.14116) 19 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-01-18T07:55:11.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:11 smithi112 bash[16324]: audit 2024-01-18T07:55:10.521169+0000 mon.smithi112 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.112:0/2712241250' entity='mgr.smithi112.xshois' 2024-01-18T07:55:12.547 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-01-18T07:55:13.140 INFO:teuthology.orchestra.run.smithi112.stderr:Deploying node-exporter service with default placement... 2024-01-18T07:55:13.811 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:13 smithi112 bash[16324]: cluster 2024-01-18T07:55:12.396539+0000 mgr.smithi112.xshois (mgr.14116) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:55:13.811 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:13 smithi112 bash[16324]: audit 2024-01-18T07:55:12.538265+0000 mgr.smithi112.xshois (mgr.14116) 21 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:55:13.811 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:13 smithi112 bash[16324]: cephadm 2024-01-18T07:55:12.540456+0000 mgr.smithi112.xshois (mgr.14116) 22 : cephadm [INF] Saving service grafana spec with placement count:1 2024-01-18T07:55:13.811 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:13 smithi112 bash[16324]: audit 2024-01-18T07:55:12.544220+0000 mon.smithi112 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.112:0/2712241250' entity='mgr.smithi112.xshois' 2024-01-18T07:55:14.497 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-01-18T07:55:14.988 INFO:teuthology.orchestra.run.smithi112.stderr:Deploying alertmanager service with default placement... 2024-01-18T07:55:15.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:15 smithi112 bash[16324]: cluster 2024-01-18T07:55:14.396963+0000 mgr.smithi112.xshois (mgr.14116) 23 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:55:15.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:15 smithi112 bash[16324]: audit 2024-01-18T07:55:14.486122+0000 mgr.smithi112.xshois (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-18T07:55:15.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:15 smithi112 bash[16324]: cephadm 2024-01-18T07:55:14.488289+0000 mgr.smithi112.xshois (mgr.14116) 25 : cephadm [INF] Saving service node-exporter spec with placement * 2024-01-18T07:55:15.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:15 smithi112 bash[16324]: audit 2024-01-18T07:55:14.493854+0000 mon.smithi112 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.112:0/2712241250' entity='mgr.smithi112.xshois' 2024-01-18T07:55:16.714 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-01-18T07:55:18.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:17 smithi112 bash[16324]: cluster 2024-01-18T07:55:16.397336+0000 mgr.smithi112.xshois (mgr.14116) 26 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:55:18.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:17 smithi112 bash[16324]: audit 2024-01-18T07:55:16.706746+0000 mgr.smithi112.xshois (mgr.14116) 27 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:55:18.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:17 smithi112 bash[16324]: cephadm 2024-01-18T07:55:16.708382+0000 mgr.smithi112.xshois (mgr.14116) 28 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-01-18T07:55:18.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:17 smithi112 bash[16324]: audit 2024-01-18T07:55:16.711257+0000 mon.smithi112 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.112:0/2712241250' entity='mgr.smithi112.xshois' 2024-01-18T07:55:20.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:20 smithi112 bash[16324]: cluster 2024-01-18T07:55:18.397768+0000 mgr.smithi112.xshois (mgr.14116) 29 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:55:20.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:20 smithi112 bash[16324]: audit 2024-01-18T07:55:19.010438+0000 mon.smithi112 (mon.0) 65 : audit [INF] from='client.? 172.21.15.112:0/2622244359' entity='client.admin' 2024-01-18T07:55:21.430 INFO:teuthology.orchestra.run.smithi112.stderr:Enabling the dashboard module... 2024-01-18T07:55:22.177 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:21 smithi112 bash[16324]: cluster 2024-01-18T07:55:20.398021+0000 mgr.smithi112.xshois (mgr.14116) 30 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:55:22.178 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:21 smithi112 bash[16324]: audit 2024-01-18T07:55:20.897133+0000 mon.smithi112 (mon.0) 66 : audit [INF] from='client.? 172.21.15.112:0/4176694901' entity='client.admin' 2024-01-18T07:55:23.210 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:22 smithi112 bash[16324]: audit 2024-01-18T07:55:22.840627+0000 mon.smithi112 (mon.0) 67 : audit [INF] from='client.? 172.21.15.112:0/2353160435' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-01-18T07:55:24.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:23 smithi112 bash[16324]: audit 2024-01-18T07:55:22.904157+0000 mon.smithi112 (mon.0) 68 : audit [INF] from='client.? 172.21.15.112:0/2353160435' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-01-18T07:55:24.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:23 smithi112 bash[16324]: cluster 2024-01-18T07:55:22.904293+0000 mon.smithi112 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi112.xshois(active, since 32s) 2024-01-18T07:55:25.125 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: { 2024-01-18T07:55:25.126 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "epoch": 9, 2024-01-18T07:55:25.126 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "available": true, 2024-01-18T07:55:25.126 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "active_name": "smithi112.xshois", 2024-01-18T07:55:25.126 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-18T07:55:25.126 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: } 2024-01-18T07:55:25.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:25 smithi112 bash[16324]: audit 2024-01-18T07:55:25.122319+0000 mon.smithi112 (mon.0) 70 : audit [DBG] from='client.? 172.21.15.112:0/80277620' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-18T07:55:25.716 INFO:teuthology.orchestra.run.smithi112.stderr:Waiting for the mgr to restart... 2024-01-18T07:55:25.716 INFO:teuthology.orchestra.run.smithi112.stderr:Waiting for mgr epoch 9... 2024-01-18T07:55:30.281 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: { 2024-01-18T07:55:30.281 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2024-01-18T07:55:30.281 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "initialized": true 2024-01-18T07:55:30.281 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: } 2024-01-18T07:55:30.368 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:30 smithi112 bash[16324]: cluster 2024-01-18T07:55:29.249118+0000 mon.smithi112 (mon.0) 71 : cluster [INF] Active manager daemon smithi112.xshois restarted 2024-01-18T07:55:30.368 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:30 smithi112 bash[16324]: cluster 2024-01-18T07:55:29.249686+0000 mon.smithi112 (mon.0) 72 : cluster [INF] Activating manager daemon smithi112.xshois 2024-01-18T07:55:30.368 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:30 smithi112 bash[16324]: cluster 2024-01-18T07:55:29.258311+0000 mon.smithi112 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-01-18T07:55:30.368 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:30 smithi112 bash[16324]: cluster 2024-01-18T07:55:29.258500+0000 mon.smithi112 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi112.xshois(active, starting, since 0.00899793s) 2024-01-18T07:55:30.368 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:30 smithi112 bash[16324]: audit 2024-01-18T07:55:29.261200+0000 mon.smithi112 (mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.112:0/707627197' entity='mgr.smithi112.xshois' cmd=[{"prefix": "mon metadata", "id": "smithi112"}]: dispatch 2024-01-18T07:55:30.368 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:30 smithi112 bash[16324]: audit 2024-01-18T07:55:29.262639+0000 mon.smithi112 (mon.0) 76 : audit [DBG] from='mgr.14156 172.21.15.112:0/707627197' entity='mgr.smithi112.xshois' cmd=[{"prefix": "mgr metadata", "who": "smithi112.xshois", "id": "smithi112.xshois"}]: dispatch 2024-01-18T07:55:30.368 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:30 smithi112 bash[16324]: audit 2024-01-18T07:55:29.264046+0000 mon.smithi112 (mon.0) 77 : audit [DBG] from='mgr.14156 172.21.15.112:0/707627197' entity='mgr.smithi112.xshois' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-18T07:55:30.369 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:30 smithi112 bash[16324]: audit 2024-01-18T07:55:29.264330+0000 mon.smithi112 (mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.112:0/707627197' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-18T07:55:30.369 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:30 smithi112 bash[16324]: audit 2024-01-18T07:55:29.264570+0000 mon.smithi112 (mon.0) 79 : audit [DBG] from='mgr.14156 172.21.15.112:0/707627197' entity='mgr.smithi112.xshois' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-18T07:55:30.369 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:30 smithi112 bash[16324]: cluster 2024-01-18T07:55:29.269549+0000 mon.smithi112 (mon.0) 80 : cluster [INF] Manager daemon smithi112.xshois is now available 2024-01-18T07:55:30.369 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:30 smithi112 bash[16324]: audit 2024-01-18T07:55:29.400852+0000 mon.smithi112 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.112:0/707627197' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T07:55:30.369 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:30 smithi112 bash[16324]: audit 2024-01-18T07:55:29.406898+0000 mon.smithi112 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.112:0/707627197' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T07:55:30.369 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:30 smithi112 bash[16324]: audit 2024-01-18T07:55:29.453323+0000 mon.smithi112 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.112:0/707627197' entity='mgr.smithi112.xshois' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi112.xshois/mirror_snapshot_schedule"}]: dispatch 2024-01-18T07:55:30.369 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:30 smithi112 bash[16324]: audit 2024-01-18T07:55:29.458570+0000 mon.smithi112 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.112:0/707627197' entity='mgr.smithi112.xshois' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi112.xshois/trash_purge_schedule"}]: dispatch 2024-01-18T07:55:30.974 INFO:teuthology.orchestra.run.smithi112.stderr:mgr epoch 9 is available 2024-01-18T07:55:30.974 INFO:teuthology.orchestra.run.smithi112.stderr:Generating a dashboard self-signed certificate... 2024-01-18T07:55:31.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:31 smithi112 bash[16324]: cluster 2024-01-18T07:55:30.261198+0000 mon.smithi112 (mon.0) 85 : cluster [DBG] mgrmap e11: smithi112.xshois(active, since 1.01169s) 2024-01-18T07:55:31.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:31 smithi112 bash[16324]: audit 2024-01-18T07:55:30.261227+0000 mgr.smithi112.xshois (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-18T07:55:31.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:31 smithi112 bash[16324]: audit 2024-01-18T07:55:30.278250+0000 mgr.smithi112.xshois (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-18T07:55:32.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:32 smithi112 bash[16324]: cluster 2024-01-18T07:55:31.265884+0000 mon.smithi112 (mon.0) 86 : cluster [DBG] mgrmap e12: smithi112.xshois(active, since 2s) 2024-01-18T07:55:32.553 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: Self-signed certificate created 2024-01-18T07:55:33.094 INFO:teuthology.orchestra.run.smithi112.stderr:Creating initial admin user... 2024-01-18T07:55:33.832 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:33 smithi112 bash[16324]: audit 2024-01-18T07:55:32.479934+0000 mgr.smithi112.xshois (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:55:33.833 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:33 smithi112 bash[16324]: audit 2024-01-18T07:55:32.545378+0000 mon.smithi112 (mon.0) 87 : audit [INF] from='mgr.14156 172.21.15.112:0/707627197' entity='mgr.smithi112.xshois' 2024-01-18T07:55:33.833 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:33 smithi112 bash[16324]: audit 2024-01-18T07:55:32.550713+0000 mon.smithi112 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.112:0/707627197' entity='mgr.smithi112.xshois' 2024-01-18T07:55:34.736 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$tembjkIruB3.fEAJMp4I8efy8zIfhzAiyOgYyRhnD1ZtOKXjfVlL.", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1705564534, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-01-18T07:55:35.327 INFO:teuthology.orchestra.run.smithi112.stderr:Fetching dashboard port number... 2024-01-18T07:55:36.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:35 smithi112 bash[16324]: audit 2024-01-18T07:55:34.488381+0000 mgr.smithi112.xshois (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-18T07:55:36.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:35 smithi112 bash[16324]: audit 2024-01-18T07:55:34.733048+0000 mon.smithi112 (mon.0) 89 : audit [INF] from='mgr.14156 172.21.15.112:0/707627197' entity='mgr.smithi112.xshois' 2024-01-18T07:55:36.705 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: 8443 2024-01-18T07:55:37.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:36 smithi112 bash[16324]: cluster 2024-01-18T07:55:35.741125+0000 mon.smithi112 (mon.0) 90 : cluster [DBG] mgrmap e13: smithi112.xshois(active, since 6s) 2024-01-18T07:55:37.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:36 smithi112 bash[16324]: audit 2024-01-18T07:55:36.096451+0000 mon.smithi112 (mon.0) 91 : audit [INF] from='mgr.14156 172.21.15.112:0/707627197' entity='mgr.smithi112.xshois' 2024-01-18T07:55:37.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:36 smithi112 bash[16324]: audit 2024-01-18T07:55:36.702738+0000 mon.smithi112 (mon.0) 92 : audit [DBG] from='client.? 172.21.15.112:0/1669406319' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-01-18T07:55:37.268 INFO:teuthology.orchestra.run.smithi112.stderr:firewalld does not appear to be present 2024-01-18T07:55:37.268 INFO:teuthology.orchestra.run.smithi112.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-01-18T07:55:37.271 INFO:teuthology.orchestra.run.smithi112.stderr:Ceph Dashboard is now available at: 2024-01-18T07:55:37.271 INFO:teuthology.orchestra.run.smithi112.stderr: 2024-01-18T07:55:37.271 INFO:teuthology.orchestra.run.smithi112.stderr: URL: https://smithi112.front.sepia.ceph.com:8443/ 2024-01-18T07:55:37.271 INFO:teuthology.orchestra.run.smithi112.stderr: User: admin 2024-01-18T07:55:37.271 INFO:teuthology.orchestra.run.smithi112.stderr: Password: x6wq0012hy 2024-01-18T07:55:37.271 INFO:teuthology.orchestra.run.smithi112.stderr: 2024-01-18T07:55:37.272 INFO:teuthology.orchestra.run.smithi112.stderr:Enabling autotune for osd_memory_target 2024-01-18T07:55:40.841 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2024-01-18T07:55:41.616 INFO:teuthology.orchestra.run.smithi112.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-01-18T07:55:41.616 INFO:teuthology.orchestra.run.smithi112.stderr: 2024-01-18T07:55:41.617 INFO:teuthology.orchestra.run.smithi112.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-01-18T07:55:41.617 INFO:teuthology.orchestra.run.smithi112.stderr: 2024-01-18T07:55:41.617 INFO:teuthology.orchestra.run.smithi112.stderr:Or, if you are only running a single cluster on this host: 2024-01-18T07:55:41.617 INFO:teuthology.orchestra.run.smithi112.stderr: 2024-01-18T07:55:41.617 INFO:teuthology.orchestra.run.smithi112.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2024-01-18T07:55:41.617 INFO:teuthology.orchestra.run.smithi112.stderr: 2024-01-18T07:55:41.617 INFO:teuthology.orchestra.run.smithi112.stderr:Please consider enabling telemetry to help improve Ceph: 2024-01-18T07:55:41.617 INFO:teuthology.orchestra.run.smithi112.stderr: 2024-01-18T07:55:41.617 INFO:teuthology.orchestra.run.smithi112.stderr: ceph telemetry on 2024-01-18T07:55:41.617 INFO:teuthology.orchestra.run.smithi112.stderr: 2024-01-18T07:55:41.617 INFO:teuthology.orchestra.run.smithi112.stderr:For more information see: 2024-01-18T07:55:41.617 INFO:teuthology.orchestra.run.smithi112.stderr: 2024-01-18T07:55:41.617 INFO:teuthology.orchestra.run.smithi112.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2024-01-18T07:55:41.617 INFO:teuthology.orchestra.run.smithi112.stderr: 2024-01-18T07:55:41.617 INFO:teuthology.orchestra.run.smithi112.stderr:Bootstrap complete. 2024-01-18T07:55:41.654 INFO:tasks.cephadm:Fetching config... 2024-01-18T07:55:41.655 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-01-18T07:55:41.655 DEBUG:teuthology.orchestra.run.smithi112:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-01-18T07:55:41.660 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-01-18T07:55:41.660 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-01-18T07:55:41.660 DEBUG:teuthology.orchestra.run.smithi112:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-01-18T07:55:41.707 INFO:tasks.cephadm:Fetching mon keyring... 2024-01-18T07:55:41.707 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-01-18T07:55:41.707 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd if=/var/lib/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/mon.smithi112/keyring of=/dev/stdout 2024-01-18T07:55:41.763 INFO:tasks.cephadm:Fetching pub ssh key... 2024-01-18T07:55:41.763 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-01-18T07:55:41.763 DEBUG:teuthology.orchestra.run.smithi112:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-01-18T07:55:41.811 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-01-18T07:55:41.811 DEBUG:teuthology.orchestra.run.smithi112:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDQidAergCEqGOBDbc7yKEezqwlVRs4DQSZqs7ZNW/w+y2e5OvdxTND7zmWzHGMbNgZGGYH1AeNDKKXpyxqYV3Tusqpe4AhhD/9dPBEtQVOUA+Z+dG41Q2tSR+aYwPlkqMJFDg0jCWy+sKTc4H6bt/SJa1/S/WnLizk1uBGlIbz1/Qjt8t+1jp1wLIDxGIx+BOHt7CPSWBeKonfRUrLO/9aFwk0YeRVWWUvWkvQhiAhFjKtEh/X7B6ndx59xdc2yp/TT6fiW2XbgVvpY8jYv0uHjYzzwOuZlH62c/LGZZv6G85570KYLmGIq9KnbSgQg9LrA8yxEQaHperXF4yGimMMKZJSSMlvlPlStW4c4R/ZF2+cIDHBYTxhRmfMW2SZPdIGYi0pcJy9HRbJBODflyZG9BQFWeOrRWvPMLL8O00wqhsxtqhokVr+TO7JD3hin2daXta8KcIxUQMSShm+2VVH5NA3TgwIrQqWDdYx29Ij27pkTSj5Wrt2EUpIJ50DEcM= ceph-b612e886-b5d6-11ee-95ae-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-18T07:55:41.872 INFO:teuthology.orchestra.run.smithi112.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDQidAergCEqGOBDbc7yKEezqwlVRs4DQSZqs7ZNW/w+y2e5OvdxTND7zmWzHGMbNgZGGYH1AeNDKKXpyxqYV3Tusqpe4AhhD/9dPBEtQVOUA+Z+dG41Q2tSR+aYwPlkqMJFDg0jCWy+sKTc4H6bt/SJa1/S/WnLizk1uBGlIbz1/Qjt8t+1jp1wLIDxGIx+BOHt7CPSWBeKonfRUrLO/9aFwk0YeRVWWUvWkvQhiAhFjKtEh/X7B6ndx59xdc2yp/TT6fiW2XbgVvpY8jYv0uHjYzzwOuZlH62c/LGZZv6G85570KYLmGIq9KnbSgQg9LrA8yxEQaHperXF4yGimMMKZJSSMlvlPlStW4c4R/ZF2+cIDHBYTxhRmfMW2SZPdIGYi0pcJy9HRbJBODflyZG9BQFWeOrRWvPMLL8O00wqhsxtqhokVr+TO7JD3hin2daXta8KcIxUQMSShm+2VVH5NA3TgwIrQqWDdYx29Ij27pkTSj5Wrt2EUpIJ50DEcM= ceph-b612e886-b5d6-11ee-95ae-87774f69a715 2024-01-18T07:55:41.879 DEBUG:teuthology.orchestra.run.smithi131:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDQidAergCEqGOBDbc7yKEezqwlVRs4DQSZqs7ZNW/w+y2e5OvdxTND7zmWzHGMbNgZGGYH1AeNDKKXpyxqYV3Tusqpe4AhhD/9dPBEtQVOUA+Z+dG41Q2tSR+aYwPlkqMJFDg0jCWy+sKTc4H6bt/SJa1/S/WnLizk1uBGlIbz1/Qjt8t+1jp1wLIDxGIx+BOHt7CPSWBeKonfRUrLO/9aFwk0YeRVWWUvWkvQhiAhFjKtEh/X7B6ndx59xdc2yp/TT6fiW2XbgVvpY8jYv0uHjYzzwOuZlH62c/LGZZv6G85570KYLmGIq9KnbSgQg9LrA8yxEQaHperXF4yGimMMKZJSSMlvlPlStW4c4R/ZF2+cIDHBYTxhRmfMW2SZPdIGYi0pcJy9HRbJBODflyZG9BQFWeOrRWvPMLL8O00wqhsxtqhokVr+TO7JD3hin2daXta8KcIxUQMSShm+2VVH5NA3TgwIrQqWDdYx29Ij27pkTSj5Wrt2EUpIJ50DEcM= ceph-b612e886-b5d6-11ee-95ae-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-18T07:55:41.901 INFO:teuthology.orchestra.run.smithi131.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDQidAergCEqGOBDbc7yKEezqwlVRs4DQSZqs7ZNW/w+y2e5OvdxTND7zmWzHGMbNgZGGYH1AeNDKKXpyxqYV3Tusqpe4AhhD/9dPBEtQVOUA+Z+dG41Q2tSR+aYwPlkqMJFDg0jCWy+sKTc4H6bt/SJa1/S/WnLizk1uBGlIbz1/Qjt8t+1jp1wLIDxGIx+BOHt7CPSWBeKonfRUrLO/9aFwk0YeRVWWUvWkvQhiAhFjKtEh/X7B6ndx59xdc2yp/TT6fiW2XbgVvpY8jYv0uHjYzzwOuZlH62c/LGZZv6G85570KYLmGIq9KnbSgQg9LrA8yxEQaHperXF4yGimMMKZJSSMlvlPlStW4c4R/ZF2+cIDHBYTxhRmfMW2SZPdIGYi0pcJy9HRbJBODflyZG9BQFWeOrRWvPMLL8O00wqhsxtqhokVr+TO7JD3hin2daXta8KcIxUQMSShm+2VVH5NA3TgwIrQqWDdYx29Ij27pkTSj5Wrt2EUpIJ50DEcM= ceph-b612e886-b5d6-11ee-95ae-87774f69a715 2024-01-18T07:55:41.911 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-01-18T07:55:41.932 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:41 smithi112 bash[16324]: audit 2024-01-18T07:55:40.834498+0000 mon.smithi112 (mon.0) 93 : audit [INF] from='client.? 172.21.15.112:0/3810209407' entity='client.admin' 2024-01-18T07:55:46.222 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-01-18T07:55:46.222 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-01-18T07:55:46.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:46 smithi112 bash[16324]: audit 2024-01-18T07:55:45.416243+0000 mon.smithi112 (mon.0) 94 : audit [INF] from='client.? 172.21.15.112:0/2838470132' entity='client.admin' 2024-01-18T07:55:50.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:49 smithi112 bash[16324]: audit 2024-01-18T07:55:48.717728+0000 mon.smithi112 (mon.0) 95 : audit [INF] from='mgr.14156 172.21.15.112:0/707627197' entity='mgr.smithi112.xshois' 2024-01-18T07:55:50.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:49 smithi112 bash[16324]: audit 2024-01-18T07:55:49.012250+0000 mon.smithi112 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.112:0/707627197' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config rm", "who": "osd/host:smithi112", "name": "osd_memory_target"}]: dispatch 2024-01-18T07:55:50.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:49 smithi112 bash[16324]: audit 2024-01-18T07:55:49.017768+0000 mon.smithi112 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.112:0/707627197' entity='mgr.smithi112.xshois' 2024-01-18T07:55:50.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:49 smithi112 bash[16324]: audit 2024-01-18T07:55:49.472879+0000 mon.smithi112 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.112:0/707627197' entity='mgr.smithi112.xshois' 2024-01-18T07:55:50.306 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi131 2024-01-18T07:55:50.307 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-01-18T07:55:50.307 DEBUG:teuthology.orchestra.run.smithi131:> dd of=/etc/ceph/ceph.conf 2024-01-18T07:55:50.314 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-01-18T07:55:50.314 DEBUG:teuthology.orchestra.run.smithi131:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-18T07:55:50.362 INFO:tasks.cephadm:Adding host smithi131 to orchestrator... 2024-01-18T07:55:50.362 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch host add smithi131 2024-01-18T07:55:51.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:50 smithi112 bash[16324]: cephadm 2024-01-18T07:55:49.030463+0000 mgr.smithi112.xshois (mgr.14156) 5 : cephadm [INF] Deploying daemon alertmanager.smithi112 on smithi112 2024-01-18T07:55:51.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:50 smithi112 bash[16324]: cluster 2024-01-18T07:55:49.265666+0000 mgr.smithi112.xshois (mgr.14156) 6 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:55:51.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:50 smithi112 bash[16324]: audit 2024-01-18T07:55:49.467309+0000 mgr.smithi112.xshois (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-18T07:55:53.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:52 smithi112 bash[16324]: cluster 2024-01-18T07:55:51.266002+0000 mgr.smithi112.xshois (mgr.14156) 8 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:55:55.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:54 smithi112 bash[16324]: cluster 2024-01-18T07:55:53.266482+0000 mgr.smithi112.xshois (mgr.14156) 9 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:55:56.945 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:56 smithi112 bash[16324]: cluster 2024-01-18T07:55:55.266947+0000 mgr.smithi112.xshois (mgr.14156) 10 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:55:58.262 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:57 smithi112 bash[16324]: audit 2024-01-18T07:55:56.978584+0000 mon.smithi112 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.112:0/707627197' entity='mgr.smithi112.xshois' 2024-01-18T07:55:58.262 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:57 smithi112 bash[16324]: audit 2024-01-18T07:55:56.981118+0000 mon.smithi112 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.112:0/707627197' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi112", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-18T07:55:58.262 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:57 smithi112 bash[16324]: audit 2024-01-18T07:55:56.983369+0000 mon.smithi112 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.112:0/707627197' entity='mgr.smithi112.xshois' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi112", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-18T07:55:58.262 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:57 smithi112 bash[16324]: audit 2024-01-18T07:55:56.984567+0000 mon.smithi112 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.112:0/707627197' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:55:58.262 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:57 smithi112 bash[16324]: cephadm 2024-01-18T07:55:56.985552+0000 mgr.smithi112.xshois (mgr.14156) 11 : cephadm [INF] Deploying daemon crash.smithi112 on smithi112 2024-01-18T07:55:58.262 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:55:57 smithi112 bash[16324]: cluster 2024-01-18T07:55:57.267358+0000 mgr.smithi112.xshois (mgr.14156) 12 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:56:00.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:00 smithi112 bash[16324]: cluster 2024-01-18T07:55:59.267687+0000 mgr.smithi112.xshois (mgr.14156) 13 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:56:00.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:00 smithi112 bash[16324]: audit 2024-01-18T07:55:59.371011+0000 mon.smithi112 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.112:0/707627197' entity='mgr.smithi112.xshois' 2024-01-18T07:56:00.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:00 smithi112 bash[16324]: audit 2024-01-18T07:55:59.454805+0000 mon.smithi112 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.112:0/707627197' entity='mgr.smithi112.xshois' 2024-01-18T07:56:00.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:00 smithi112 bash[16324]: audit 2024-01-18T07:55:59.461430+0000 mon.smithi112 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.112:0/707627197' entity='mgr.smithi112.xshois' 2024-01-18T07:56:00.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:00 smithi112 bash[16324]: audit 2024-01-18T07:55:59.467033+0000 mon.smithi112 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.112:0/707627197' entity='mgr.smithi112.xshois' 2024-01-18T07:56:00.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:00 smithi112 bash[16324]: audit 2024-01-18T07:55:59.470375+0000 mon.smithi112 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.112:0/707627197' entity='mgr.smithi112.xshois' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-18T07:56:00.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:00 smithi112 bash[16324]: audit 2024-01-18T07:55:59.471340+0000 mgr.smithi112.xshois (mgr.14156) 14 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-18T07:56:00.536 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:00 smithi112 bash[16324]: audit 2024-01-18T07:55:59.479962+0000 mon.smithi112 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.112:0/707627197' entity='mgr.smithi112.xshois' 2024-01-18T07:56:00.536 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:00 smithi112 bash[16324]: cephadm 2024-01-18T07:55:59.497422+0000 mgr.smithi112.xshois (mgr.14156) 15 : cephadm [INF] Deploying daemon grafana.smithi112 on smithi112 2024-01-18T07:56:02.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:02 smithi112 bash[16324]: cluster 2024-01-18T07:56:01.268088+0000 mgr.smithi112.xshois (mgr.14156) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:56:04.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:04 smithi112 bash[16324]: cluster 2024-01-18T07:56:03.268609+0000 mgr.smithi112.xshois (mgr.14156) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:56:06.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:06 smithi112 bash[16324]: cluster 2024-01-18T07:56:05.268898+0000 mgr.smithi112.xshois (mgr.14156) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:56:08.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:08 smithi112 bash[16324]: cluster 2024-01-18T07:56:07.269210+0000 mgr.smithi112.xshois (mgr.14156) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:56:10.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:10 smithi112 bash[16324]: cluster 2024-01-18T07:56:09.269536+0000 mgr.smithi112.xshois (mgr.14156) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:56:12.948 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:12 smithi112 bash[16324]: cluster 2024-01-18T07:56:11.269969+0000 mgr.smithi112.xshois (mgr.14156) 21 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:56:14.657 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:14 smithi112 bash[16324]: cluster 2024-01-18T07:56:13.270422+0000 mgr.smithi112.xshois (mgr.14156) 22 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:56:15.851 INFO:teuthology.orchestra.run.smithi131.stdout:Added host 'smithi131' with addr '172.21.15.131' 2024-01-18T07:56:16.475 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch host ls --format=json 2024-01-18T07:56:17.101 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:16 smithi112 bash[16324]: audit 2024-01-18T07:56:15.008161+0000 mgr.smithi112.xshois (mgr.14156) 23 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi131", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:56:17.101 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:16 smithi112 bash[16324]: cluster 2024-01-18T07:56:15.270901+0000 mgr.smithi112.xshois (mgr.14156) 24 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:56:17.101 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:16 smithi112 bash[16324]: audit 2024-01-18T07:56:15.848218+0000 mon.smithi112 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.112:0/707627197' entity='mgr.smithi112.xshois' 2024-01-18T07:56:17.101 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:16 smithi112 bash[16324]: cephadm 2024-01-18T07:56:15.849086+0000 mgr.smithi112.xshois (mgr.14156) 25 : cephadm [INF] Added host smithi131 2024-01-18T07:56:18.450 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:18 smithi112 bash[16324]: audit 2024-01-18T07:56:17.135375+0000 mon.smithi112 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.112:0/707627197' entity='mgr.smithi112.xshois' 2024-01-18T07:56:18.450 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:18 smithi112 bash[16324]: cephadm 2024-01-18T07:56:17.140793+0000 mgr.smithi112.xshois (mgr.14156) 26 : cephadm [INF] Deploying daemon node-exporter.smithi112 on smithi112 2024-01-18T07:56:18.450 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:18 smithi112 bash[16324]: cluster 2024-01-18T07:56:17.271384+0000 mgr.smithi112.xshois (mgr.14156) 27 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:56:18.450 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:18 smithi112 bash[16324]: audit 2024-01-18T07:56:17.684012+0000 mon.smithi112 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.112:0/707627197' entity='mgr.smithi112.xshois' 2024-01-18T07:56:18.450 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:18 smithi112 bash[16324]: audit 2024-01-18T07:56:17.688590+0000 mon.smithi112 (mon.0) 112 : audit [INF] from='mgr.14156 172.21.15.112:0/707627197' entity='mgr.smithi112.xshois' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-01-18T07:56:19.793 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:19 smithi112 bash[16324]: audit 2024-01-18T07:56:18.687728+0000 mon.smithi112 (mon.0) 113 : audit [INF] from='mgr.14156 172.21.15.112:0/707627197' entity='mgr.smithi112.xshois' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-01-18T07:56:19.793 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:19 smithi112 bash[16324]: cluster 2024-01-18T07:56:18.687923+0000 mon.smithi112 (mon.0) 114 : cluster [DBG] mgrmap e14: smithi112.xshois(active, since 49s) 2024-01-18T07:56:25.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:25 smithi112 bash[16324]: cluster 2024-01-18T07:56:25.105903+0000 mon.smithi112 (mon.0) 115 : cluster [INF] Active manager daemon smithi112.xshois restarted 2024-01-18T07:56:25.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:25 smithi112 bash[16324]: cluster 2024-01-18T07:56:25.106281+0000 mon.smithi112 (mon.0) 116 : cluster [INF] Activating manager daemon smithi112.xshois 2024-01-18T07:56:25.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:25 smithi112 bash[16324]: cluster 2024-01-18T07:56:25.115002+0000 mon.smithi112 (mon.0) 117 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-01-18T07:56:25.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:25 smithi112 bash[16324]: cluster 2024-01-18T07:56:25.115246+0000 mon.smithi112 (mon.0) 118 : cluster [DBG] mgrmap e15: smithi112.xshois(active, starting, since 0.00909881s) 2024-01-18T07:56:25.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:25 smithi112 bash[16324]: audit 2024-01-18T07:56:25.117079+0000 mon.smithi112 (mon.0) 119 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "mon metadata", "id": "smithi112"}]: dispatch 2024-01-18T07:56:25.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:25 smithi112 bash[16324]: audit 2024-01-18T07:56:25.118155+0000 mon.smithi112 (mon.0) 120 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "mgr metadata", "who": "smithi112.xshois", "id": "smithi112.xshois"}]: dispatch 2024-01-18T07:56:25.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:25 smithi112 bash[16324]: audit 2024-01-18T07:56:25.118896+0000 mon.smithi112 (mon.0) 121 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-18T07:56:25.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:25 smithi112 bash[16324]: audit 2024-01-18T07:56:25.119346+0000 mon.smithi112 (mon.0) 122 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-18T07:56:25.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:25 smithi112 bash[16324]: audit 2024-01-18T07:56:25.119750+0000 mon.smithi112 (mon.0) 123 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-18T07:56:25.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:25 smithi112 bash[16324]: cluster 2024-01-18T07:56:25.122943+0000 mon.smithi112 (mon.0) 124 : cluster [INF] Manager daemon smithi112.xshois is now available 2024-01-18T07:56:26.122 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-18T07:56:26.122 INFO:teuthology.orchestra.run.smithi131.stdout:[{"addr": "172.21.15.112", "hostname": "smithi112", "labels": [], "status": ""}, {"addr": "172.21.15.131", "hostname": "smithi131", "labels": [], "status": ""}] 2024-01-18T07:56:26.387 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:26 smithi112 bash[16324]: audit 2024-01-18T07:56:25.254972+0000 mon.smithi112 (mon.0) 125 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T07:56:26.388 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:26 smithi112 bash[16324]: audit 2024-01-18T07:56:25.257051+0000 mon.smithi112 (mon.0) 126 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T07:56:26.388 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:26 smithi112 bash[16324]: audit 2024-01-18T07:56:25.315677+0000 mon.smithi112 (mon.0) 127 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:56:26.388 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:26 smithi112 bash[16324]: audit 2024-01-18T07:56:25.330543+0000 mon.smithi112 (mon.0) 128 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi112.xshois/mirror_snapshot_schedule"}]: dispatch 2024-01-18T07:56:26.388 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:26 smithi112 bash[16324]: audit 2024-01-18T07:56:25.334889+0000 mon.smithi112 (mon.0) 129 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi112.xshois/trash_purge_schedule"}]: dispatch 2024-01-18T07:56:26.388 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:26 smithi112 bash[16324]: audit 2024-01-18T07:56:25.927349+0000 mon.smithi112 (mon.0) 130 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:56:26.388 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:26 smithi112 bash[16324]: cluster 2024-01-18T07:56:26.118832+0000 mon.smithi112 (mon.0) 131 : cluster [DBG] mgrmap e16: smithi112.xshois(active, since 1.01268s) 2024-01-18T07:56:26.761 INFO:tasks.cephadm:Setting crush tunables to default 2024-01-18T07:56:26.762 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph osd crush tunables default 2024-01-18T07:56:27.514 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:27 smithi112 bash[16324]: audit 2024-01-18T07:56:26.118896+0000 mgr.smithi112.xshois (mgr.14182) 1 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:56:28.431 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:28 smithi112 bash[16324]: cluster 2024-01-18T07:56:27.168283+0000 mon.smithi112 (mon.0) 132 : cluster [DBG] mgrmap e17: smithi112.xshois(active, since 2s) 2024-01-18T07:56:28.431 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:28 smithi112 bash[16324]: audit 2024-01-18T07:56:27.755338+0000 mon.smithi112 (mon.0) 133 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:56:31.236 INFO:teuthology.orchestra.run.smithi112.stderr:adjusted tunables profile to default 2024-01-18T07:56:31.462 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:31 smithi112 bash[16324]: audit 2024-01-18T07:56:31.175917+0000 mon.smithi112 (mon.0) 134 : audit [INF] from='client.? 172.21.15.112:0/3538230417' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-01-18T07:56:32.077 INFO:tasks.cephadm:Adding mon.smithi112 on smithi112 2024-01-18T07:56:32.078 INFO:tasks.cephadm:Adding mon.smithi131 on smithi131 2024-01-18T07:56:32.078 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch apply mon '2;smithi112:172.21.15.112=smithi112;smithi131:172.21.15.131=smithi131' 2024-01-18T07:56:32.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:32 smithi112 bash[16324]: audit 2024-01-18T07:56:31.229668+0000 mon.smithi112 (mon.0) 135 : audit [INF] from='client.? 172.21.15.112:0/3538230417' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-01-18T07:56:32.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:32 smithi112 bash[16324]: cluster 2024-01-18T07:56:31.229753+0000 mon.smithi112 (mon.0) 136 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-18T07:56:32.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:32 smithi112 bash[16324]: audit 2024-01-18T07:56:31.304767+0000 mon.smithi112 (mon.0) 137 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:56:32.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:32 smithi112 bash[16324]: audit 2024-01-18T07:56:31.581583+0000 mon.smithi112 (mon.0) 138 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config rm", "who": "osd/host:smithi112", "name": "osd_memory_target"}]: dispatch 2024-01-18T07:56:34.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:34 smithi112 bash[16324]: audit 2024-01-18T07:56:33.407540+0000 mon.smithi112 (mon.0) 139 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:56:34.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:34 smithi112 bash[16324]: audit 2024-01-18T07:56:33.727260+0000 mon.smithi112 (mon.0) 140 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:56:34.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:34 smithi112 bash[16324]: audit 2024-01-18T07:56:33.729140+0000 mon.smithi112 (mon.0) 141 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config rm", "who": "osd/host:smithi131", "name": "osd_memory_target"}]: dispatch 2024-01-18T07:56:34.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:34 smithi112 bash[16324]: audit 2024-01-18T07:56:33.731187+0000 mon.smithi112 (mon.0) 142 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:56:34.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:34 smithi112 bash[16324]: audit 2024-01-18T07:56:33.732915+0000 mon.smithi112 (mon.0) 143 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T07:56:34.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:34 smithi112 bash[16324]: cephadm 2024-01-18T07:56:33.735908+0000 mgr.smithi112.xshois (mgr.14182) 2 : cephadm [INF] Updating smithi112:/etc/ceph/ceph.conf 2024-01-18T07:56:34.786 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:34 smithi112 bash[16324]: cephadm 2024-01-18T07:56:33.736472+0000 mgr.smithi112.xshois (mgr.14182) 3 : cephadm [INF] Updating smithi131:/etc/ceph/ceph.conf 2024-01-18T07:56:34.786 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:34 smithi112 bash[16324]: audit 2024-01-18T07:56:33.826278+0000 mon.smithi112 (mon.0) 144 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:56:34.786 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:34 smithi112 bash[16324]: audit 2024-01-18T07:56:33.943695+0000 mon.smithi112 (mon.0) 145 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:56:34.786 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:34 smithi112 bash[16324]: audit 2024-01-18T07:56:33.950446+0000 mon.smithi112 (mon.0) 146 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:56:34.786 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:34 smithi112 bash[16324]: audit 2024-01-18T07:56:33.954517+0000 mon.smithi112 (mon.0) 147 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi131", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-18T07:56:34.786 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:34 smithi112 bash[16324]: audit 2024-01-18T07:56:33.959154+0000 mon.smithi112 (mon.0) 148 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi131", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-18T07:56:34.786 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:34 smithi112 bash[16324]: audit 2024-01-18T07:56:33.960797+0000 mon.smithi112 (mon.0) 149 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:56:35.680 INFO:teuthology.orchestra.run.smithi131.stdout:Scheduled mon update... 2024-01-18T07:56:35.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:35 smithi112 bash[16324]: cephadm 2024-01-18T07:56:33.770963+0000 mgr.smithi112.xshois (mgr.14182) 4 : cephadm [INF] Updating smithi112:/etc/ceph/ceph.client.admin.keyring 2024-01-18T07:56:35.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:35 smithi112 bash[16324]: cephadm 2024-01-18T07:56:33.899333+0000 mgr.smithi112.xshois (mgr.14182) 5 : cephadm [INF] Updating smithi131:/etc/ceph/ceph.client.admin.keyring 2024-01-18T07:56:35.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:35 smithi112 bash[16324]: cephadm 2024-01-18T07:56:33.962280+0000 mgr.smithi112.xshois (mgr.14182) 6 : cephadm [INF] Deploying daemon crash.smithi131 on smithi131 2024-01-18T07:56:36.398 DEBUG:teuthology.orchestra.run.smithi131:mon.smithi131> sudo journalctl -f -n 0 -u ceph-b612e886-b5d6-11ee-95ae-87774f69a715@mon.smithi131.service 2024-01-18T07:56:36.400 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:56:36.400 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:56:36.626 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:-- Logs begin at Sun 2022-10-16 12:17:23 UTC. -- 2024-01-18T07:56:37.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:36 smithi112 bash[16324]: audit 2024-01-18T07:56:35.665961+0000 mgr.smithi112.xshois (mgr.14182) 7 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi112:172.21.15.112=smithi112;smithi131:172.21.15.131=smithi131", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:56:37.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:36 smithi112 bash[16324]: cephadm 2024-01-18T07:56:35.671671+0000 mgr.smithi112.xshois (mgr.14182) 8 : cephadm [INF] Saving service mon spec with placement smithi112:172.21.15.112=smithi112;smithi131:172.21.15.131=smithi131;count:2 2024-01-18T07:56:37.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:36 smithi112 bash[16324]: audit 2024-01-18T07:56:35.676980+0000 mon.smithi112 (mon.0) 150 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:56:37.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:36 smithi112 bash[16324]: audit 2024-01-18T07:56:36.652271+0000 mon.smithi112 (mon.0) 151 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:56:37.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:36 smithi112 bash[16324]: audit 2024-01-18T07:56:36.657456+0000 mon.smithi112 (mon.0) 152 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi131.ysjjlj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-18T07:56:37.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:36 smithi112 bash[16324]: audit 2024-01-18T07:56:36.662092+0000 mon.smithi112 (mon.0) 153 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi131.ysjjlj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-01-18T07:56:37.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:36 smithi112 bash[16324]: audit 2024-01-18T07:56:36.663492+0000 mon.smithi112 (mon.0) 154 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-18T07:56:37.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:36 smithi112 bash[16324]: audit 2024-01-18T07:56:36.664924+0000 mon.smithi112 (mon.0) 155 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:56:38.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:37 smithi112 bash[16324]: cephadm 2024-01-18T07:56:36.666060+0000 mgr.smithi112.xshois (mgr.14182) 9 : cephadm [INF] Deploying daemon mgr.smithi131.ysjjlj on smithi131 2024-01-18T07:56:41.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:40 smithi112 bash[16324]: audit 2024-01-18T07:56:39.548732+0000 mon.smithi112 (mon.0) 156 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:56:41.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:40 smithi112 bash[16324]: audit 2024-01-18T07:56:39.553729+0000 mon.smithi112 (mon.0) 157 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T07:56:41.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:40 smithi112 bash[16324]: audit 2024-01-18T07:56:39.555661+0000 mon.smithi112 (mon.0) 158 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-18T07:56:41.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:40 smithi112 bash[16324]: audit 2024-01-18T07:56:39.557526+0000 mon.smithi112 (mon.0) 159 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:56:41.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:40 smithi112 bash[16324]: cephadm 2024-01-18T07:56:39.559156+0000 mgr.smithi112.xshois (mgr.14182) 10 : cephadm [INF] Deploying daemon mon.smithi131 on smithi131 2024-01-18T07:56:41.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:40 smithi112 bash[16324]: audit 2024-01-18T07:56:40.319732+0000 mon.smithi112 (mon.0) 160 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:56:41.122 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-18T07:56:41.122 INFO:teuthology.orchestra.run.smithi131.stdout:{"epoch":1,"fsid":"b612e886-b5d6-11ee-95ae-87774f69a715","modified":"2024-01-18T07:54:19.096530Z","created":"2024-01-18T07:54:19.096530Z","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":"smithi112","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:3300","nonce":0},{"type":"v1","addr":"172.21.15.112:6789","nonce":0}]},"addr":"172.21.15.112:6789/0","public_addr":"172.21.15.112:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:56:41.125 INFO:teuthology.orchestra.run.smithi131.stderr:dumped monmap epoch 1 2024-01-18T07:56:42.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:41 smithi112 bash[16324]: audit 2024-01-18T07:56:41.119605+0000 mon.smithi112 (mon.0) 161 : audit [DBG] from='client.? 172.21.15.131:0/1881941101' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:56:42.912 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:56:42.913 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:56:43.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:43 smithi131 systemd[1]: Started Ceph mon.smithi131 for b612e886-b5d6-11ee-95ae-87774f69a715. 2024-01-18T07:56:45.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:44 smithi112 bash[16324]: audit 2024-01-18T07:56:43.948164+0000 mon.smithi112 (mon.0) 162 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:56:45.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:44 smithi112 bash[16324]: cephadm 2024-01-18T07:56:43.952396+0000 mgr.smithi112.xshois (mgr.14182) 11 : cephadm [INF] Deploying daemon node-exporter.smithi131 on smithi131 2024-01-18T07:56:45.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:44 smithi112 bash[16324]: audit 2024-01-18T07:56:44.496284+0000 mon.smithi112 (mon.0) 163 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:56:45.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:44 smithi112 bash[16324]: cephadm 2024-01-18T07:56:44.519579+0000 mgr.smithi112.xshois (mgr.14182) 12 : cephadm [INF] Deploying daemon prometheus.smithi131 on smithi131 2024-01-18T07:56:46.657 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.413+0000 7f32d7e74880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-18T07:56:46.657 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.413+0000 7f32d7e74880 0 ceph version 16.2.14-454-g491b5e13 (491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0) pacific (stable), process ceph-mon, pid 7 2024-01-18T07:56:46.657 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.413+0000 7f32d7e74880 0 pidfile_write: ignore empty --pid-file 2024-01-18T07:56:46.658 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 0 load: jerasure load: lrc load: isa 2024-01-18T07:56:46.658 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: RocksDB version: 6.8.1 2024-01-18T07:56:46.658 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-18T07:56:46.658 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Compile date Jan 17 2024 2024-01-18T07:56:46.658 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: DB SUMMARY 2024-01-18T07:56:46.658 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: CURRENT file: CURRENT 2024-01-18T07:56:46.658 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: IDENTITY file: IDENTITY 2024-01-18T07:56:46.658 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2024-01-18T07:56:46.658 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi131/store.db dir, Total Num: 0, files: 2024-01-18T07:56:46.658 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi131/store.db: 000003.log size: 511 ; 2024-01-18T07:56:46.658 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.error_if_exists: 0 2024-01-18T07:56:46.658 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.create_if_missing: 0 2024-01-18T07:56:46.658 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.paranoid_checks: 1 2024-01-18T07:56:46.658 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.env: 0x55cd37d8b080 2024-01-18T07:56:46.659 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.fs: Posix File System 2024-01-18T07:56:46.659 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.info_log: 0x55cd3a14e400 2024-01-18T07:56:46.659 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-18T07:56:46.659 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.statistics: (nil) 2024-01-18T07:56:46.659 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.use_fsync: 0 2024-01-18T07:56:46.659 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.max_log_file_size: 0 2024-01-18T07:56:46.659 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-18T07:56:46.659 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-18T07:56:46.659 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-18T07:56:46.659 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-18T07:56:46.659 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.allow_fallocate: 1 2024-01-18T07:56:46.659 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-18T07:56:46.659 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-18T07:56:46.659 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.use_direct_reads: 0 2024-01-18T07:56:46.659 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-18T07:56:46.659 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-18T07:56:46.660 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.db_log_dir: 2024-01-18T07:56:46.660 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi131/store.db 2024-01-18T07:56:46.660 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-18T07:56:46.660 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.max_subcompactions: 1 2024-01-18T07:56:46.660 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.max_background_flushes: -1 2024-01-18T07:56:46.660 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-18T07:56:46.660 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-18T07:56:46.660 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-18T07:56:46.660 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-18T07:56:46.660 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-18T07:56:46.660 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-18T07:56:46.660 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-18T07:56:46.660 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.write_buffer_manager: 0x55cd3ae42420 2024-01-18T07:56:46.661 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-18T07:56:46.661 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-18T07:56:46.661 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-18T07:56:46.661 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-18T07:56:46.661 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-18T07:56:46.661 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-18T07:56:46.661 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-18T07:56:46.661 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-18T07:56:46.661 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-18T07:56:46.661 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.unordered_write: 0 2024-01-18T07:56:46.661 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-18T07:56:46.661 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-18T07:56:46.661 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-18T07:56:46.661 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-18T07:56:46.661 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.row_cache: None 2024-01-18T07:56:46.662 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.wal_filter: None 2024-01-18T07:56:46.662 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-18T07:56:46.662 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-18T07:56:46.662 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.preserve_deletes: 0 2024-01-18T07:56:46.662 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.two_write_queues: 0 2024-01-18T07:56:46.662 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-18T07:56:46.662 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.atomic_flush: 0 2024-01-18T07:56:46.662 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-18T07:56:46.662 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-18T07:56:46.662 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-18T07:56:46.663 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.log_readahead_size: 0 2024-01-18T07:56:46.663 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-18T07:56:46.663 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.max_background_jobs: 2 2024-01-18T07:56:46.663 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.max_background_compactions: -1 2024-01-18T07:56:46.663 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-18T07:56:46.663 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-18T07:56:46.663 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-18T07:56:46.663 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-18T07:56:46.663 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-18T07:56:46.663 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-18T07:56:46.663 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-18T07:56:46.663 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-18T07:56:46.664 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.max_open_files: -1 2024-01-18T07:56:46.664 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-18T07:56:46.664 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-18T07:56:46.664 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-18T07:56:46.664 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-18T07:56:46.664 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Compression algorithms supported: 2024-01-18T07:56:46.664 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-18T07:56:46.664 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: kZSTD supported: 0 2024-01-18T07:56:46.665 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: kXpressCompression supported: 0 2024-01-18T07:56:46.665 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-18T07:56:46.665 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: kLZ4Compression supported: 1 2024-01-18T07:56:46.665 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: kBZip2Compression supported: 0 2024-01-18T07:56:46.665 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: kZlibCompression supported: 1 2024-01-18T07:56:46.665 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: kSnappyCompression supported: 1 2024-01-18T07:56:46.665 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-18T07:56:46.665 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi131/store.db/MANIFEST-000001 2024-01-18T07:56:46.665 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-18T07:56:46.665 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-18T07:56:46.665 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.merge_operator: 2024-01-18T07:56:46.665 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.compaction_filter: None 2024-01-18T07:56:46.666 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-18T07:56:46.666 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-18T07:56:46.666 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-18T07:56:46.666 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55cd3a0f1d28) 2024-01-18T07:56:46.666 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: cache_index_and_filter_blocks: 1 2024-01-18T07:56:46.666 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-18T07:56:46.666 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-18T07:56:46.666 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: pin_top_level_index_and_filter: 1 2024-01-18T07:56:46.666 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: index_type: 0 2024-01-18T07:56:46.666 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: data_block_index_type: 0 2024-01-18T07:56:46.666 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: index_shortening: 1 2024-01-18T07:56:46.666 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: data_block_hash_table_util_ratio: 0.750000 2024-01-18T07:56:46.666 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: hash_index_allow_collision: 1 2024-01-18T07:56:46.667 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: checksum: 1 2024-01-18T07:56:46.667 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: no_block_cache: 0 2024-01-18T07:56:46.667 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: block_cache: 0x55cd3a128f10 2024-01-18T07:56:46.667 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: block_cache_name: BinnedLRUCache 2024-01-18T07:56:46.667 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: block_cache_options: 2024-01-18T07:56:46.667 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: capacity : 536870912 2024-01-18T07:56:46.667 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: num_shard_bits : 4 2024-01-18T07:56:46.667 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: strict_capacity_limit : 0 2024-01-18T07:56:46.667 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: high_pri_pool_ratio: 0.000 2024-01-18T07:56:46.667 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: block_cache_compressed: (nil) 2024-01-18T07:56:46.667 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: persistent_cache: (nil) 2024-01-18T07:56:46.667 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: block_size: 4096 2024-01-18T07:56:46.667 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: block_size_deviation: 10 2024-01-18T07:56:46.668 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: block_restart_interval: 16 2024-01-18T07:56:46.668 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: index_block_restart_interval: 1 2024-01-18T07:56:46.668 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: metadata_block_size: 4096 2024-01-18T07:56:46.668 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: partition_filters: 0 2024-01-18T07:56:46.668 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: use_delta_encoding: 1 2024-01-18T07:56:46.668 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-18T07:56:46.668 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: whole_key_filtering: 1 2024-01-18T07:56:46.668 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: verify_compression: 0 2024-01-18T07:56:46.668 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: read_amp_bytes_per_bit: 0 2024-01-18T07:56:46.668 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: format_version: 2 2024-01-18T07:56:46.668 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: enable_index_compression: 1 2024-01-18T07:56:46.668 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: block_align: 0 2024-01-18T07:56:46.668 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-18T07:56:46.669 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-18T07:56:46.669 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.compression: NoCompression 2024-01-18T07:56:46.669 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-18T07:56:46.669 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-18T07:56:46.669 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-18T07:56:46.669 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.num_levels: 7 2024-01-18T07:56:46.669 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-18T07:56:46.669 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-18T07:56:46.669 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-18T07:56:46.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-18T07:56:46.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-18T07:56:46.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-18T07:56:46.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-18T07:56:46.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-18T07:56:46.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-18T07:56:46.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-18T07:56:46.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-18T07:56:46.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-18T07:56:46.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-18T07:56:46.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-18T07:56:46.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-18T07:56:46.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-18T07:56:46.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-18T07:56:46.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-18T07:56:46.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-18T07:56:46.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-18T07:56:46.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-18T07:56:46.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-18T07:56:46.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-18T07:56:46.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-18T07:56:46.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-18T07:56:46.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-18T07:56:46.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-18T07:56:46.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-18T07:56:46.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-18T07:56:46.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-18T07:56:46.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-18T07:56:46.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-18T07:56:46.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-18T07:56:46.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-18T07:56:46.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-18T07:56:46.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-18T07:56:46.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-18T07:56:46.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-18T07:56:46.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-18T07:56:46.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-18T07:56:46.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-18T07:56:46.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-18T07:56:46.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-18T07:56:46.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-18T07:56:46.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-18T07:56:46.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-18T07:56:46.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-18T07:56:46.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.table_properties_collectors: 2024-01-18T07:56:46.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.inplace_update_support: 0 2024-01-18T07:56:46.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-18T07:56:46.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-18T07:56:46.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-18T07:56:46.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-18T07:56:46.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.bloom_locality: 0 2024-01-18T07:56:46.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.max_successive_merges: 0 2024-01-18T07:56:46.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-18T07:56:46.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-18T07:56:46.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-18T07:56:46.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-18T07:56:46.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.ttl: 2592000 2024-01-18T07:56:46.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-18T07:56:46.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi131/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-18T07:56:46.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-01-18T07:56:46.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705564606421218, "job": 1, "event": "recovery_started", "log_files": [3]} 2024-01-18T07:56:46.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2024-01-18T07:56:46.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 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-18T07:56:46.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705564606421728, "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": 1705564606, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-18T07:56:46.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.417+0000 7f32d7e74880 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2024-01-18T07:56:46.675 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.421+0000 7f32d7e74880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705564606422307, "job": 1, "event": "recovery_finished"} 2024-01-18T07:56:46.675 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.421+0000 7f32d7e74880 4 rocksdb: DB pointer 0x55cd3a1f1800 2024-01-18T07:56:46.675 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.421+0000 7f32bec67700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-18T07:56:46.675 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.421+0000 7f32bec67700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-18T07:56:46.675 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: ** DB Stats ** 2024-01-18T07:56:46.675 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T07:56:46.675 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: 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-18T07:56:46.675 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-18T07:56:46.675 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-18T07:56:46.675 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: 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-18T07:56:46.675 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-18T07:56:46.675 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-18T07:56:46.675 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: ** Compaction Stats [default] ** 2024-01-18T07:56:46.675 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: 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-18T07:56:46.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T07:56:46.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: 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.9 0.00 0.00 1 0.000 0 0 2024-01-18T07:56:46.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: 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.9 0.00 0.00 1 0.000 0 0 2024-01-18T07:56:46.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: 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.9 0.00 0.00 1 0.000 0 0 2024-01-18T07:56:46.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: ** Compaction Stats [default] ** 2024-01-18T07:56:46.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: 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-18T07:56:46.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T07:56:46.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: 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.9 0.00 0.00 1 0.000 0 0 2024-01-18T07:56:46.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T07:56:46.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-18T07:56:46.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-18T07:56:46.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: AddFile(Total Files): cumulative 0, interval 0 2024-01-18T07:56:46.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-18T07:56:46.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: AddFile(Keys): cumulative 0, interval 0 2024-01-18T07:56:46.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: Cumulative compaction: 0.00 GB write, 0.47 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T07:56:46.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: Interval compaction: 0.00 GB write, 0.47 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T07:56:46.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: 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-18T07:56:46.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: ** File Read Latency Histogram By Level [default] ** 2024-01-18T07:56:46.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: ** Compaction Stats [default] ** 2024-01-18T07:56:46.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: 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-18T07:56:46.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T07:56:46.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: 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.9 0.00 0.00 1 0.000 0 0 2024-01-18T07:56:46.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: 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.9 0.00 0.00 1 0.000 0 0 2024-01-18T07:56:46.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: 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-18T07:56:46.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: ** Compaction Stats [default] ** 2024-01-18T07:56:46.678 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: 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-18T07:56:46.678 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T07:56:46.678 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: 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.9 0.00 0.00 1 0.000 0 0 2024-01-18T07:56:46.678 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T07:56:46.678 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-18T07:56:46.678 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-18T07:56:46.678 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: AddFile(Total Files): cumulative 0, interval 0 2024-01-18T07:56:46.678 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-18T07:56:46.678 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: AddFile(Keys): cumulative 0, interval 0 2024-01-18T07:56:46.678 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: Cumulative compaction: 0.00 GB write, 0.46 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T07:56:46.678 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: 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-18T07:56:46.678 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: 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-18T07:56:46.678 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: ** File Read Latency Histogram By Level [default] ** 2024-01-18T07:56:46.678 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.421+0000 7f32d7e74880 0 mon.smithi131 does not exist in monmap, will attempt to join an existing cluster 2024-01-18T07:56:46.678 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.421+0000 7f32d7e74880 0 using public_addr v2:172.21.15.131:0/0 -> [v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0] 2024-01-18T07:56:46.679 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.421+0000 7f32d7e74880 0 starting mon.smithi131 rank -1 at public addrs [v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0] at bind addrs [v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi131 fsid b612e886-b5d6-11ee-95ae-87774f69a715 2024-01-18T07:56:46.679 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.421+0000 7f32d7e74880 1 mon.smithi131@-1(???) e0 preinit fsid b612e886-b5d6-11ee-95ae-87774f69a715 2024-01-18T07:56:46.679 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.453+0000 7f32c146c700 0 mon.smithi131@-1(synchronizing).mds e1 new map 2024-01-18T07:56:46.679 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.453+0000 7f32c146c700 0 mon.smithi131@-1(synchronizing).mds e1 print_map 2024-01-18T07:56:46.679 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: e1 2024-01-18T07:56:46.679 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: enable_multiple, ever_enabled_multiple: 1,1 2024-01-18T07:56:46.679 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: 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-18T07:56:46.679 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: legacy client fscid: -1 2024-01-18T07:56:46.679 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: 2024-01-18T07:56:46.679 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: No filesystems configured 2024-01-18T07:56:46.679 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.453+0000 7f32c146c700 1 mon.smithi131@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-01-18T07:56:46.679 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.453+0000 7f32c146c700 1 mon.smithi131@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-01-18T07:56:46.679 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.453+0000 7f32c146c700 1 mon.smithi131@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-01-18T07:56:46.679 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.453+0000 7f32c146c700 1 mon.smithi131@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-01-18T07:56:46.680 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.453+0000 7f32c146c700 1 mon.smithi131@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-01-18T07:56:46.680 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.453+0000 7f32c146c700 1 mon.smithi131@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-01-18T07:56:46.680 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.453+0000 7f32c146c700 1 mon.smithi131@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-01-18T07:56:46.680 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.453+0000 7f32c146c700 0 mon.smithi131@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-18T07:56:46.680 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.453+0000 7f32c146c700 0 mon.smithi131@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-01-18T07:56:46.680 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: cluster 2024-01-18T07:56:45.120699+0000 mgr.smithi112.xshois (mgr.14182) 13 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:56:46.680 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: audit 2024-01-18T07:56:45.326873+0000 mon.smithi112 (mon.0) 164 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:56:46.680 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:46 smithi131 bash[19154]: debug 2024-01-18T07:56:46.453+0000 7f32c146c700 1 mon.smithi131@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-01-18T07:56:46.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:46 smithi112 bash[16324]: cluster 2024-01-18T07:56:45.120699+0000 mgr.smithi112.xshois (mgr.14182) 13 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:56:46.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:46 smithi112 bash[16324]: audit 2024-01-18T07:56:45.326873+0000 mon.smithi112 (mon.0) 164 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:56:51.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:51 smithi131 bash[19154]: audit 2024-01-18T07:56:46.472431+0000 mon.smithi112 (mon.0) 166 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "mon metadata", "id": "smithi112"}]: dispatch 2024-01-18T07:56:51.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:51 smithi131 bash[19154]: cluster 2024-01-18T07:56:46.472866+0000 mon.smithi112 (mon.0) 167 : cluster [INF] mon.smithi112 calling monitor election 2024-01-18T07:56:51.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:51 smithi131 bash[19154]: audit 2024-01-18T07:56:46.496805+0000 mon.smithi112 (mon.0) 168 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "mon metadata", "id": "smithi131"}]: dispatch 2024-01-18T07:56:51.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:51 smithi131 bash[19154]: cluster 2024-01-18T07:56:47.121172+0000 mgr.smithi112.xshois (mgr.14182) 14 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:56:51.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:51 smithi131 bash[19154]: audit 2024-01-18T07:56:47.464353+0000 mon.smithi112 (mon.0) 169 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "mon metadata", "id": "smithi131"}]: dispatch 2024-01-18T07:56:51.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:51 smithi131 bash[19154]: audit 2024-01-18T07:56:48.004525+0000 mon.smithi112 (mon.0) 170 : audit [DBG] from='mgr.? 172.21.15.131:0/2641389032' entity='mgr.smithi131.ysjjlj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi131.ysjjlj/crt"}]: dispatch 2024-01-18T07:56:51.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:51 smithi131 bash[19154]: audit 2024-01-18T07:56:48.464490+0000 mon.smithi112 (mon.0) 171 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "mon metadata", "id": "smithi131"}]: dispatch 2024-01-18T07:56:51.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:51 smithi131 bash[19154]: cluster 2024-01-18T07:56:48.466258+0000 mon.smithi131 (mon.1) 1 : cluster [INF] mon.smithi131 calling monitor election 2024-01-18T07:56:51.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:51 smithi131 bash[19154]: cluster 2024-01-18T07:56:49.121578+0000 mgr.smithi112.xshois (mgr.14182) 15 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:56:51.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:51 smithi131 bash[19154]: audit 2024-01-18T07:56:49.464485+0000 mon.smithi112 (mon.0) 172 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "mon metadata", "id": "smithi131"}]: dispatch 2024-01-18T07:56:51.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:51 smithi131 bash[19154]: audit 2024-01-18T07:56:50.464642+0000 mon.smithi112 (mon.0) 173 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "mon metadata", "id": "smithi131"}]: dispatch 2024-01-18T07:56:51.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:51 smithi131 bash[19154]: audit 2024-01-18T07:56:51.464995+0000 mon.smithi112 (mon.0) 174 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "mon metadata", "id": "smithi131"}]: dispatch 2024-01-18T07:56:51.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:51 smithi131 bash[19154]: cluster 2024-01-18T07:56:51.500545+0000 mon.smithi112 (mon.0) 175 : cluster [INF] mon.smithi112 is new leader, mons smithi112,smithi131 in quorum (ranks 0,1) 2024-01-18T07:56:51.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:51 smithi131 bash[19154]: cluster 2024-01-18T07:56:51.507774+0000 mon.smithi112 (mon.0) 176 : cluster [DBG] monmap e2: 2 mons at {smithi112=[v2:172.21.15.112:3300/0,v1:172.21.15.112:6789/0],smithi131=[v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0]} removed_ranks: {} 2024-01-18T07:56:51.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:51 smithi131 bash[19154]: cluster 2024-01-18T07:56:51.508554+0000 mon.smithi112 (mon.0) 177 : cluster [DBG] fsmap 2024-01-18T07:56:51.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:51 smithi131 bash[19154]: cluster 2024-01-18T07:56:51.508600+0000 mon.smithi112 (mon.0) 178 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-18T07:56:51.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:51 smithi131 bash[19154]: cluster 2024-01-18T07:56:51.508899+0000 mon.smithi112 (mon.0) 179 : cluster [DBG] mgrmap e17: smithi112.xshois(active, since 26s) 2024-01-18T07:56:51.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:51 smithi131 bash[19154]: cluster 2024-01-18T07:56:51.510425+0000 mon.smithi112 (mon.0) 180 : cluster [DBG] Standby manager daemon smithi131.ysjjlj started 2024-01-18T07:56:51.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:51 smithi131 bash[19154]: audit 2024-01-18T07:56:51.512947+0000 mon.smithi112 (mon.0) 181 : audit [DBG] from='mgr.? 172.21.15.131:0/2641389032' entity='mgr.smithi131.ysjjlj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-18T07:56:51.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:51 smithi131 bash[19154]: cluster 2024-01-18T07:56:51.515648+0000 mon.smithi112 (mon.0) 182 : cluster [INF] overall HEALTH_OK 2024-01-18T07:56:51.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:51 smithi131 bash[19154]: audit 2024-01-18T07:56:51.516143+0000 mon.smithi112 (mon.0) 183 : audit [DBG] from='mgr.? 172.21.15.131:0/2641389032' entity='mgr.smithi131.ysjjlj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi131.ysjjlj/key"}]: dispatch 2024-01-18T07:56:51.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:51 smithi131 bash[19154]: audit 2024-01-18T07:56:51.517221+0000 mon.smithi112 (mon.0) 184 : audit [DBG] from='mgr.? 172.21.15.131:0/2641389032' entity='mgr.smithi131.ysjjlj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-18T07:56:52.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:51 smithi112 bash[16324]: audit 2024-01-18T07:56:46.472431+0000 mon.smithi112 (mon.0) 166 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "mon metadata", "id": "smithi112"}]: dispatch 2024-01-18T07:56:52.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:51 smithi112 bash[16324]: cluster 2024-01-18T07:56:46.472866+0000 mon.smithi112 (mon.0) 167 : cluster [INF] mon.smithi112 calling monitor election 2024-01-18T07:56:52.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:51 smithi112 bash[16324]: audit 2024-01-18T07:56:46.496805+0000 mon.smithi112 (mon.0) 168 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "mon metadata", "id": "smithi131"}]: dispatch 2024-01-18T07:56:52.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:51 smithi112 bash[16324]: cluster 2024-01-18T07:56:47.121172+0000 mgr.smithi112.xshois (mgr.14182) 14 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:56:52.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:51 smithi112 bash[16324]: audit 2024-01-18T07:56:47.464353+0000 mon.smithi112 (mon.0) 169 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "mon metadata", "id": "smithi131"}]: dispatch 2024-01-18T07:56:52.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:51 smithi112 bash[16324]: audit 2024-01-18T07:56:48.004525+0000 mon.smithi112 (mon.0) 170 : audit [DBG] from='mgr.? 172.21.15.131:0/2641389032' entity='mgr.smithi131.ysjjlj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi131.ysjjlj/crt"}]: dispatch 2024-01-18T07:56:52.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:51 smithi112 bash[16324]: audit 2024-01-18T07:56:48.464490+0000 mon.smithi112 (mon.0) 171 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "mon metadata", "id": "smithi131"}]: dispatch 2024-01-18T07:56:52.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:51 smithi112 bash[16324]: cluster 2024-01-18T07:56:48.466258+0000 mon.smithi131 (mon.1) 1 : cluster [INF] mon.smithi131 calling monitor election 2024-01-18T07:56:52.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:51 smithi112 bash[16324]: cluster 2024-01-18T07:56:49.121578+0000 mgr.smithi112.xshois (mgr.14182) 15 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:56:52.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:51 smithi112 bash[16324]: audit 2024-01-18T07:56:49.464485+0000 mon.smithi112 (mon.0) 172 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "mon metadata", "id": "smithi131"}]: dispatch 2024-01-18T07:56:52.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:51 smithi112 bash[16324]: audit 2024-01-18T07:56:50.464642+0000 mon.smithi112 (mon.0) 173 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "mon metadata", "id": "smithi131"}]: dispatch 2024-01-18T07:56:52.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:51 smithi112 bash[16324]: audit 2024-01-18T07:56:51.464995+0000 mon.smithi112 (mon.0) 174 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "mon metadata", "id": "smithi131"}]: dispatch 2024-01-18T07:56:52.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:51 smithi112 bash[16324]: cluster 2024-01-18T07:56:51.500545+0000 mon.smithi112 (mon.0) 175 : cluster [INF] mon.smithi112 is new leader, mons smithi112,smithi131 in quorum (ranks 0,1) 2024-01-18T07:56:52.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:51 smithi112 bash[16324]: cluster 2024-01-18T07:56:51.507774+0000 mon.smithi112 (mon.0) 176 : cluster [DBG] monmap e2: 2 mons at {smithi112=[v2:172.21.15.112:3300/0,v1:172.21.15.112:6789/0],smithi131=[v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0]} removed_ranks: {} 2024-01-18T07:56:52.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:51 smithi112 bash[16324]: cluster 2024-01-18T07:56:51.508554+0000 mon.smithi112 (mon.0) 177 : cluster [DBG] fsmap 2024-01-18T07:56:52.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:51 smithi112 bash[16324]: cluster 2024-01-18T07:56:51.508600+0000 mon.smithi112 (mon.0) 178 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-18T07:56:52.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:51 smithi112 bash[16324]: cluster 2024-01-18T07:56:51.508899+0000 mon.smithi112 (mon.0) 179 : cluster [DBG] mgrmap e17: smithi112.xshois(active, since 26s) 2024-01-18T07:56:52.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:51 smithi112 bash[16324]: cluster 2024-01-18T07:56:51.510425+0000 mon.smithi112 (mon.0) 180 : cluster [DBG] Standby manager daemon smithi131.ysjjlj started 2024-01-18T07:56:52.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:51 smithi112 bash[16324]: audit 2024-01-18T07:56:51.512947+0000 mon.smithi112 (mon.0) 181 : audit [DBG] from='mgr.? 172.21.15.131:0/2641389032' entity='mgr.smithi131.ysjjlj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-18T07:56:52.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:51 smithi112 bash[16324]: cluster 2024-01-18T07:56:51.515648+0000 mon.smithi112 (mon.0) 182 : cluster [INF] overall HEALTH_OK 2024-01-18T07:56:52.037 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:51 smithi112 bash[16324]: audit 2024-01-18T07:56:51.516143+0000 mon.smithi112 (mon.0) 183 : audit [DBG] from='mgr.? 172.21.15.131:0/2641389032' entity='mgr.smithi131.ysjjlj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi131.ysjjlj/key"}]: dispatch 2024-01-18T07:56:52.037 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:51 smithi112 bash[16324]: audit 2024-01-18T07:56:51.517221+0000 mon.smithi112 (mon.0) 184 : audit [DBG] from='mgr.? 172.21.15.131:0/2641389032' entity='mgr.smithi131.ysjjlj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-18T07:56:52.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:52 smithi131 bash[19154]: cluster 2024-01-18T07:56:51.121982+0000 mgr.smithi112.xshois (mgr.14182) 16 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:56:52.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:52 smithi131 bash[19154]: cluster 2024-01-18T07:56:51.578476+0000 mon.smithi112 (mon.0) 185 : cluster [DBG] mgrmap e18: smithi112.xshois(active, since 26s), standbys: smithi131.ysjjlj 2024-01-18T07:56:52.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:52 smithi131 bash[19154]: audit 2024-01-18T07:56:51.578625+0000 mon.smithi112 (mon.0) 186 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "mgr metadata", "who": "smithi131.ysjjlj", "id": "smithi131.ysjjlj"}]: dispatch 2024-01-18T07:56:52.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:52 smithi131 bash[19154]: audit 2024-01-18T07:56:52.464983+0000 mon.smithi112 (mon.0) 187 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "mon metadata", "id": "smithi131"}]: dispatch 2024-01-18T07:56:53.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:52 smithi112 bash[16324]: cluster 2024-01-18T07:56:51.121982+0000 mgr.smithi112.xshois (mgr.14182) 16 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:56:53.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:52 smithi112 bash[16324]: cluster 2024-01-18T07:56:51.578476+0000 mon.smithi112 (mon.0) 185 : cluster [DBG] mgrmap e18: smithi112.xshois(active, since 26s), standbys: smithi131.ysjjlj 2024-01-18T07:56:53.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:52 smithi112 bash[16324]: audit 2024-01-18T07:56:51.578625+0000 mon.smithi112 (mon.0) 186 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "mgr metadata", "who": "smithi131.ysjjlj", "id": "smithi131.ysjjlj"}]: dispatch 2024-01-18T07:56:53.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:52 smithi112 bash[16324]: audit 2024-01-18T07:56:52.464983+0000 mon.smithi112 (mon.0) 187 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "mon metadata", "id": "smithi131"}]: dispatch 2024-01-18T07:56:53.143 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-18T07:56:53.143 INFO:teuthology.orchestra.run.smithi131.stdout:{"epoch":2,"fsid":"b612e886-b5d6-11ee-95ae-87774f69a715","modified":"2024-01-18T07:56:46.464788Z","created":"2024-01-18T07:54:19.096530Z","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":"smithi112","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:3300","nonce":0},{"type":"v1","addr":"172.21.15.112:6789","nonce":0}]},"addr":"172.21.15.112:6789/0","public_addr":"172.21.15.112:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi131","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:3300","nonce":0},{"type":"v1","addr":"172.21.15.131:6789","nonce":0}]},"addr":"172.21.15.131:6789/0","public_addr":"172.21.15.131:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-01-18T07:56:53.146 INFO:teuthology.orchestra.run.smithi131.stderr:dumped monmap epoch 2 2024-01-18T07:56:53.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:53 smithi112 bash[16324]: audit 2024-01-18T07:56:53.140676+0000 mon.smithi112 (mon.0) 188 : audit [DBG] from='client.? 172.21.15.131:0/1548580461' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:56:53.944 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:53 smithi131 bash[19154]: audit 2024-01-18T07:56:53.140676+0000 mon.smithi112 (mon.0) 188 : audit [DBG] from='client.? 172.21.15.131:0/1548580461' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:56:54.618 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-01-18T07:56:54.618 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph config generate-minimal-conf 2024-01-18T07:56:54.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:54 smithi131 bash[19154]: cluster 2024-01-18T07:56:53.122423+0000 mgr.smithi112.xshois (mgr.14182) 17 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:56:55.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:54 smithi112 bash[16324]: cluster 2024-01-18T07:56:53.122423+0000 mgr.smithi112.xshois (mgr.14182) 17 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:56:56.701 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:56 smithi131 bash[19154]: cluster 2024-01-18T07:56:55.122900+0000 mgr.smithi112.xshois (mgr.14182) 18 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:56:57.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:56 smithi112 bash[16324]: cluster 2024-01-18T07:56:55.122900+0000 mgr.smithi112.xshois (mgr.14182) 18 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:56:57.696 INFO:teuthology.orchestra.run.smithi112.stdout:# minimal ceph.conf for b612e886-b5d6-11ee-95ae-87774f69a715 2024-01-18T07:56:57.696 INFO:teuthology.orchestra.run.smithi112.stdout:[global] 2024-01-18T07:56:57.696 INFO:teuthology.orchestra.run.smithi112.stdout: fsid = b612e886-b5d6-11ee-95ae-87774f69a715 2024-01-18T07:56:57.696 INFO:teuthology.orchestra.run.smithi112.stdout: mon_host = [v2:172.21.15.112:3300/0,v1:172.21.15.112:6789/0] [v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0] 2024-01-18T07:56:58.264 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-01-18T07:56:58.264 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-01-18T07:56:58.264 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd of=/etc/ceph/ceph.conf 2024-01-18T07:56:58.278 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-01-18T07:56:58.278 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-18T07:56:58.335 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-01-18T07:56:58.335 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd of=/etc/ceph/ceph.conf 2024-01-18T07:56:58.351 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-01-18T07:56:58.351 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-18T07:56:58.403 INFO:tasks.cephadm:Deploying OSDs... 2024-01-18T07:56:58.403 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-01-18T07:56:58.403 DEBUG:teuthology.orchestra.run.smithi112:> dd if=/scratch_devs of=/dev/stdout 2024-01-18T07:56:58.409 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-18T07:56:58.409 DEBUG:teuthology.orchestra.run.smithi112:> stat /dev/nvme1n1 2024-01-18T07:56:58.459 INFO:teuthology.orchestra.run.smithi112.stdout: File: /dev/nvme1n1 2024-01-18T07:56:58.459 INFO:teuthology.orchestra.run.smithi112.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-18T07:56:58.459 INFO:teuthology.orchestra.run.smithi112.stdout:Device: 6h/6d Inode: 473 Links: 1 Device type: 103,2 2024-01-18T07:56:58.459 INFO:teuthology.orchestra.run.smithi112.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-18T07:56:58.459 INFO:teuthology.orchestra.run.smithi112.stdout:Access: 2024-01-18 07:55:43.736730909 +0000 2024-01-18T07:56:58.459 INFO:teuthology.orchestra.run.smithi112.stdout:Modify: 2024-01-18 07:53:45.923971826 +0000 2024-01-18T07:56:58.459 INFO:teuthology.orchestra.run.smithi112.stdout:Change: 2024-01-18 07:53:45.923971826 +0000 2024-01-18T07:56:58.460 INFO:teuthology.orchestra.run.smithi112.stdout: Birth: - 2024-01-18T07:56:58.460 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-01-18T07:56:58.514 INFO:teuthology.orchestra.run.smithi112.stderr:1+0 records in 2024-01-18T07:56:58.514 INFO:teuthology.orchestra.run.smithi112.stderr:1+0 records out 2024-01-18T07:56:58.514 INFO:teuthology.orchestra.run.smithi112.stderr:512 bytes copied, 0.000399364 s, 1.3 MB/s 2024-01-18T07:56:58.515 DEBUG:teuthology.orchestra.run.smithi112:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-01-18T07:56:58.565 DEBUG:teuthology.orchestra.run.smithi112:> stat /dev/nvme2n1 2024-01-18T07:56:58.611 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:58 smithi131 bash[19154]: cluster 2024-01-18T07:56:57.123371+0000 mgr.smithi112.xshois (mgr.14182) 19 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:56:58.611 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:58 smithi131 bash[19154]: audit 2024-01-18T07:56:57.513723+0000 mon.smithi112 (mon.0) 189 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:56:58.611 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:58 smithi131 bash[19154]: audit 2024-01-18T07:56:57.515903+0000 mon.smithi112 (mon.0) 190 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T07:56:58.611 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:56:58 smithi131 bash[19154]: audit 2024-01-18T07:56:57.693767+0000 mon.smithi112 (mon.0) 191 : audit [DBG] from='client.? 172.21.15.112:0/3342328123' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:56:58.615 INFO:teuthology.orchestra.run.smithi112.stdout: File: /dev/nvme2n1 2024-01-18T07:56:58.615 INFO:teuthology.orchestra.run.smithi112.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-18T07:56:58.615 INFO:teuthology.orchestra.run.smithi112.stdout:Device: 6h/6d Inode: 479 Links: 1 Device type: 103,4 2024-01-18T07:56:58.615 INFO:teuthology.orchestra.run.smithi112.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-18T07:56:58.615 INFO:teuthology.orchestra.run.smithi112.stdout:Access: 2024-01-18 07:55:43.752730529 +0000 2024-01-18T07:56:58.615 INFO:teuthology.orchestra.run.smithi112.stdout:Modify: 2024-01-18 07:53:46.039953368 +0000 2024-01-18T07:56:58.616 INFO:teuthology.orchestra.run.smithi112.stdout:Change: 2024-01-18 07:53:46.039953368 +0000 2024-01-18T07:56:58.616 INFO:teuthology.orchestra.run.smithi112.stdout: Birth: - 2024-01-18T07:56:58.616 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-01-18T07:56:58.670 INFO:teuthology.orchestra.run.smithi112.stderr:1+0 records in 2024-01-18T07:56:58.670 INFO:teuthology.orchestra.run.smithi112.stderr:1+0 records out 2024-01-18T07:56:58.670 INFO:teuthology.orchestra.run.smithi112.stderr:512 bytes copied, 0.000466865 s, 1.1 MB/s 2024-01-18T07:56:58.671 DEBUG:teuthology.orchestra.run.smithi112:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-01-18T07:56:58.723 DEBUG:teuthology.orchestra.run.smithi112:> stat /dev/nvme3n1 2024-01-18T07:56:58.771 INFO:teuthology.orchestra.run.smithi112.stdout: File: /dev/nvme3n1 2024-01-18T07:56:58.771 INFO:teuthology.orchestra.run.smithi112.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-18T07:56:58.771 INFO:teuthology.orchestra.run.smithi112.stdout:Device: 6h/6d Inode: 484 Links: 1 Device type: 103,6 2024-01-18T07:56:58.771 INFO:teuthology.orchestra.run.smithi112.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-18T07:56:58.771 INFO:teuthology.orchestra.run.smithi112.stdout:Access: 2024-01-18 07:55:43.768730148 +0000 2024-01-18T07:56:58.772 INFO:teuthology.orchestra.run.smithi112.stdout:Modify: 2024-01-18 07:53:46.155900393 +0000 2024-01-18T07:56:58.772 INFO:teuthology.orchestra.run.smithi112.stdout:Change: 2024-01-18 07:53:46.155900393 +0000 2024-01-18T07:56:58.772 INFO:teuthology.orchestra.run.smithi112.stdout: Birth: - 2024-01-18T07:56:58.772 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-01-18T07:56:58.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:58 smithi112 bash[16324]: cluster 2024-01-18T07:56:57.123371+0000 mgr.smithi112.xshois (mgr.14182) 19 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:56:58.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:58 smithi112 bash[16324]: audit 2024-01-18T07:56:57.513723+0000 mon.smithi112 (mon.0) 189 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:56:58.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:58 smithi112 bash[16324]: audit 2024-01-18T07:56:57.515903+0000 mon.smithi112 (mon.0) 190 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T07:56:58.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:56:58 smithi112 bash[16324]: audit 2024-01-18T07:56:57.693767+0000 mon.smithi112 (mon.0) 191 : audit [DBG] from='client.? 172.21.15.112:0/3342328123' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:56:58.796 INFO:teuthology.orchestra.run.smithi112.stderr:1+0 records in 2024-01-18T07:56:58.796 INFO:teuthology.orchestra.run.smithi112.stderr:1+0 records out 2024-01-18T07:56:58.796 INFO:teuthology.orchestra.run.smithi112.stderr:512 bytes copied, 0.000444727 s, 1.2 MB/s 2024-01-18T07:56:58.797 DEBUG:teuthology.orchestra.run.smithi112:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-01-18T07:56:58.849 DEBUG:teuthology.orchestra.run.smithi112:> stat /dev/nvme4n1 2024-01-18T07:56:58.899 INFO:teuthology.orchestra.run.smithi112.stdout: File: /dev/nvme4n1 2024-01-18T07:56:58.899 INFO:teuthology.orchestra.run.smithi112.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-18T07:56:58.899 INFO:teuthology.orchestra.run.smithi112.stdout:Device: 6h/6d Inode: 490 Links: 1 Device type: 103,8 2024-01-18T07:56:58.900 INFO:teuthology.orchestra.run.smithi112.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-18T07:56:58.900 INFO:teuthology.orchestra.run.smithi112.stdout:Access: 2024-01-18 07:55:43.784729767 +0000 2024-01-18T07:56:58.900 INFO:teuthology.orchestra.run.smithi112.stdout:Modify: 2024-01-18 07:53:46.251856551 +0000 2024-01-18T07:56:58.900 INFO:teuthology.orchestra.run.smithi112.stdout:Change: 2024-01-18 07:53:46.251856551 +0000 2024-01-18T07:56:58.900 INFO:teuthology.orchestra.run.smithi112.stdout: Birth: - 2024-01-18T07:56:58.900 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-01-18T07:56:58.954 INFO:teuthology.orchestra.run.smithi112.stderr:1+0 records in 2024-01-18T07:56:58.954 INFO:teuthology.orchestra.run.smithi112.stderr:1+0 records out 2024-01-18T07:56:58.954 INFO:teuthology.orchestra.run.smithi112.stderr:512 bytes copied, 0.000389788 s, 1.3 MB/s 2024-01-18T07:56:58.955 DEBUG:teuthology.orchestra.run.smithi112:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-01-18T07:56:59.004 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-01-18T07:56:59.005 DEBUG:teuthology.orchestra.run.smithi131:> dd if=/scratch_devs of=/dev/stdout 2024-01-18T07:56:59.012 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-18T07:56:59.012 DEBUG:teuthology.orchestra.run.smithi131:> stat /dev/nvme1n1 2024-01-18T07:56:59.063 INFO:teuthology.orchestra.run.smithi131.stdout: File: /dev/nvme1n1 2024-01-18T07:56:59.063 INFO:teuthology.orchestra.run.smithi131.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-18T07:56:59.063 INFO:teuthology.orchestra.run.smithi131.stdout:Device: 6h/6d Inode: 473 Links: 1 Device type: 103,2 2024-01-18T07:56:59.063 INFO:teuthology.orchestra.run.smithi131.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-18T07:56:59.063 INFO:teuthology.orchestra.run.smithi131.stdout:Access: 2024-01-18 07:56:31.782287993 +0000 2024-01-18T07:56:59.063 INFO:teuthology.orchestra.run.smithi131.stdout:Modify: 2024-01-18 07:53:47.225318289 +0000 2024-01-18T07:56:59.063 INFO:teuthology.orchestra.run.smithi131.stdout:Change: 2024-01-18 07:53:47.225318289 +0000 2024-01-18T07:56:59.063 INFO:teuthology.orchestra.run.smithi131.stdout: Birth: - 2024-01-18T07:56:59.064 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-01-18T07:56:59.118 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records in 2024-01-18T07:56:59.118 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records out 2024-01-18T07:56:59.118 INFO:teuthology.orchestra.run.smithi131.stderr:512 bytes copied, 0.00047523 s, 1.1 MB/s 2024-01-18T07:56:59.119 DEBUG:teuthology.orchestra.run.smithi131:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-01-18T07:56:59.168 DEBUG:teuthology.orchestra.run.smithi131:> stat /dev/nvme2n1 2024-01-18T07:56:59.222 INFO:teuthology.orchestra.run.smithi131.stdout: File: /dev/nvme2n1 2024-01-18T07:56:59.223 INFO:teuthology.orchestra.run.smithi131.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-18T07:56:59.223 INFO:teuthology.orchestra.run.smithi131.stdout:Device: 6h/6d Inode: 479 Links: 1 Device type: 103,4 2024-01-18T07:56:59.223 INFO:teuthology.orchestra.run.smithi131.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-18T07:56:59.223 INFO:teuthology.orchestra.run.smithi131.stdout:Access: 2024-01-18 07:56:31.798287612 +0000 2024-01-18T07:56:59.223 INFO:teuthology.orchestra.run.smithi131.stdout:Modify: 2024-01-18 07:53:47.329263830 +0000 2024-01-18T07:56:59.223 INFO:teuthology.orchestra.run.smithi131.stdout:Change: 2024-01-18 07:53:47.329263830 +0000 2024-01-18T07:56:59.223 INFO:teuthology.orchestra.run.smithi131.stdout: Birth: - 2024-01-18T07:56:59.223 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-01-18T07:56:59.277 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records in 2024-01-18T07:56:59.277 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records out 2024-01-18T07:56:59.277 INFO:teuthology.orchestra.run.smithi131.stderr:512 bytes copied, 0.000459219 s, 1.1 MB/s 2024-01-18T07:56:59.278 DEBUG:teuthology.orchestra.run.smithi131:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-01-18T07:56:59.328 DEBUG:teuthology.orchestra.run.smithi131:> stat /dev/nvme3n1 2024-01-18T07:56:59.382 INFO:teuthology.orchestra.run.smithi131.stdout: File: /dev/nvme3n1 2024-01-18T07:56:59.383 INFO:teuthology.orchestra.run.smithi131.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-18T07:56:59.383 INFO:teuthology.orchestra.run.smithi131.stdout:Device: 6h/6d Inode: 484 Links: 1 Device type: 103,6 2024-01-18T07:56:59.383 INFO:teuthology.orchestra.run.smithi131.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-18T07:56:59.383 INFO:teuthology.orchestra.run.smithi131.stdout:Access: 2024-01-18 07:56:31.814287232 +0000 2024-01-18T07:56:59.383 INFO:teuthology.orchestra.run.smithi131.stdout:Modify: 2024-01-18 07:53:47.425213560 +0000 2024-01-18T07:56:59.383 INFO:teuthology.orchestra.run.smithi131.stdout:Change: 2024-01-18 07:53:47.425213560 +0000 2024-01-18T07:56:59.383 INFO:teuthology.orchestra.run.smithi131.stdout: Birth: - 2024-01-18T07:56:59.383 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-01-18T07:56:59.437 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records in 2024-01-18T07:56:59.437 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records out 2024-01-18T07:56:59.437 INFO:teuthology.orchestra.run.smithi131.stderr:512 bytes copied, 0.000419313 s, 1.2 MB/s 2024-01-18T07:56:59.438 DEBUG:teuthology.orchestra.run.smithi131:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-01-18T07:56:59.488 DEBUG:teuthology.orchestra.run.smithi131:> stat /dev/nvme4n1 2024-01-18T07:56:59.539 INFO:teuthology.orchestra.run.smithi131.stdout: File: /dev/nvme4n1 2024-01-18T07:56:59.539 INFO:teuthology.orchestra.run.smithi131.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-18T07:56:59.539 INFO:teuthology.orchestra.run.smithi131.stdout:Device: 6h/6d Inode: 491 Links: 1 Device type: 103,8 2024-01-18T07:56:59.539 INFO:teuthology.orchestra.run.smithi131.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-18T07:56:59.539 INFO:teuthology.orchestra.run.smithi131.stdout:Access: 2024-01-18 07:56:31.830286851 +0000 2024-01-18T07:56:59.539 INFO:teuthology.orchestra.run.smithi131.stdout:Modify: 2024-01-18 07:53:47.513167478 +0000 2024-01-18T07:56:59.539 INFO:teuthology.orchestra.run.smithi131.stdout:Change: 2024-01-18 07:53:47.513167478 +0000 2024-01-18T07:56:59.539 INFO:teuthology.orchestra.run.smithi131.stdout: Birth: - 2024-01-18T07:56:59.539 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-01-18T07:56:59.593 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records in 2024-01-18T07:56:59.593 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records out 2024-01-18T07:56:59.593 INFO:teuthology.orchestra.run.smithi131.stderr:512 bytes copied, 0.000410843 s, 1.2 MB/s 2024-01-18T07:56:59.594 DEBUG:teuthology.orchestra.run.smithi131:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-01-18T07:56:59.648 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch apply osd --all-available-devices 2024-01-18T07:57:00.514 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:00 smithi131 bash[19154]: cluster 2024-01-18T07:56:59.123898+0000 mgr.smithi112.xshois (mgr.14182) 20 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:57:00.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:00 smithi112 bash[16324]: cluster 2024-01-18T07:56:59.123898+0000 mgr.smithi112.xshois (mgr.14182) 20 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:57:01.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:01 smithi131 bash[19154]: audit 2024-01-18T07:57:00.337445+0000 mon.smithi112 (mon.0) 192 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:57:01.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:01 smithi112 bash[16324]: audit 2024-01-18T07:57:00.337445+0000 mon.smithi112 (mon.0) 192 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:57:02.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:02 smithi131 bash[19154]: cluster 2024-01-18T07:57:01.124363+0000 mgr.smithi112.xshois (mgr.14182) 21 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:57:02.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:02 smithi112 bash[16324]: cluster 2024-01-18T07:57:01.124363+0000 mgr.smithi112.xshois (mgr.14182) 21 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:57:02.848 INFO:teuthology.orchestra.run.smithi131.stdout:Scheduled osd.all-available-devices update... 2024-01-18T07:57:03.451 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-01-18T07:57:03.451 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T07:57:04.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:03 smithi131 bash[19154]: audit 2024-01-18T07:57:02.834062+0000 mgr.smithi112.xshois (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-18T07:57:04.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:03 smithi131 bash[19154]: cephadm 2024-01-18T07:57:02.838418+0000 mgr.smithi112.xshois (mgr.14182) 23 : cephadm [INF] Marking host: smithi112 for OSDSpec preview refresh. 2024-01-18T07:57:04.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:03 smithi131 bash[19154]: cephadm 2024-01-18T07:57:02.838616+0000 mgr.smithi112.xshois (mgr.14182) 24 : cephadm [INF] Marking host: smithi131 for OSDSpec preview refresh. 2024-01-18T07:57:04.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:03 smithi131 bash[19154]: cephadm 2024-01-18T07:57:02.839359+0000 mgr.smithi112.xshois (mgr.14182) 25 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-01-18T07:57:04.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:03 smithi131 bash[19154]: audit 2024-01-18T07:57:02.846074+0000 mon.smithi112 (mon.0) 193 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:57:04.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:03 smithi131 bash[19154]: audit 2024-01-18T07:57:03.091479+0000 mon.smithi112 (mon.0) 194 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:57:04.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:03 smithi131 bash[19154]: audit 2024-01-18T07:57:03.102367+0000 mon.smithi112 (mon.0) 195 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:57:04.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:03 smithi131 bash[19154]: audit 2024-01-18T07:57:03.104404+0000 mon.smithi112 (mon.0) 196 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:57:04.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:03 smithi131 bash[19154]: audit 2024-01-18T07:57:03.106163+0000 mon.smithi112 (mon.0) 197 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T07:57:04.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:03 smithi131 bash[19154]: cephadm 2024-01-18T07:57:03.108608+0000 mgr.smithi112.xshois (mgr.14182) 26 : cephadm [INF] Updating smithi112:/etc/ceph/ceph.conf 2024-01-18T07:57:04.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:03 smithi131 bash[19154]: cephadm 2024-01-18T07:57:03.109123+0000 mgr.smithi112.xshois (mgr.14182) 27 : cephadm [INF] Updating smithi131:/etc/ceph/ceph.conf 2024-01-18T07:57:04.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:03 smithi131 bash[19154]: cluster 2024-01-18T07:57:03.124866+0000 mgr.smithi112.xshois (mgr.14182) 28 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:57:04.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:03 smithi131 bash[19154]: audit 2024-01-18T07:57:03.145601+0000 mon.smithi112 (mon.0) 198 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:57:04.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:03 smithi131 bash[19154]: audit 2024-01-18T07:57:03.230534+0000 mon.smithi112 (mon.0) 199 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:57:04.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:03 smithi131 bash[19154]: audit 2024-01-18T07:57:03.238620+0000 mon.smithi112 (mon.0) 200 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:57:04.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:03 smithi131 bash[19154]: audit 2024-01-18T07:57:03.248110+0000 mon.smithi112 (mon.0) 201 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T07:57:04.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:03 smithi131 bash[19154]: audit 2024-01-18T07:57:03.255455+0000 mon.smithi112 (mon.0) 202 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T07:57:04.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:03 smithi131 bash[19154]: audit 2024-01-18T07:57:03.258773+0000 mon.smithi112 (mon.0) 203 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T07:57:04.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:03 smithi131 bash[19154]: audit 2024-01-18T07:57:03.259232+0000 mon.smithi112 (mon.0) 204 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:57:04.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:03 smithi131 bash[19154]: audit 2024-01-18T07:57:03.260277+0000 mon.smithi112 (mon.0) 205 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:57:04.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:03 smithi112 bash[16324]: audit 2024-01-18T07:57:02.834062+0000 mgr.smithi112.xshois (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-18T07:57:04.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:03 smithi112 bash[16324]: cephadm 2024-01-18T07:57:02.838418+0000 mgr.smithi112.xshois (mgr.14182) 23 : cephadm [INF] Marking host: smithi112 for OSDSpec preview refresh. 2024-01-18T07:57:04.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:03 smithi112 bash[16324]: cephadm 2024-01-18T07:57:02.838616+0000 mgr.smithi112.xshois (mgr.14182) 24 : cephadm [INF] Marking host: smithi131 for OSDSpec preview refresh. 2024-01-18T07:57:04.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:03 smithi112 bash[16324]: cephadm 2024-01-18T07:57:02.839359+0000 mgr.smithi112.xshois (mgr.14182) 25 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-01-18T07:57:04.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:03 smithi112 bash[16324]: audit 2024-01-18T07:57:02.846074+0000 mon.smithi112 (mon.0) 193 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:57:04.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:03 smithi112 bash[16324]: audit 2024-01-18T07:57:03.091479+0000 mon.smithi112 (mon.0) 194 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:57:04.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:03 smithi112 bash[16324]: audit 2024-01-18T07:57:03.102367+0000 mon.smithi112 (mon.0) 195 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:57:04.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:03 smithi112 bash[16324]: audit 2024-01-18T07:57:03.104404+0000 mon.smithi112 (mon.0) 196 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:57:04.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:03 smithi112 bash[16324]: audit 2024-01-18T07:57:03.106163+0000 mon.smithi112 (mon.0) 197 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T07:57:04.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:03 smithi112 bash[16324]: cephadm 2024-01-18T07:57:03.108608+0000 mgr.smithi112.xshois (mgr.14182) 26 : cephadm [INF] Updating smithi112:/etc/ceph/ceph.conf 2024-01-18T07:57:04.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:03 smithi112 bash[16324]: cephadm 2024-01-18T07:57:03.109123+0000 mgr.smithi112.xshois (mgr.14182) 27 : cephadm [INF] Updating smithi131:/etc/ceph/ceph.conf 2024-01-18T07:57:04.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:03 smithi112 bash[16324]: cluster 2024-01-18T07:57:03.124866+0000 mgr.smithi112.xshois (mgr.14182) 28 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:57:04.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:03 smithi112 bash[16324]: audit 2024-01-18T07:57:03.145601+0000 mon.smithi112 (mon.0) 198 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:57:04.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:03 smithi112 bash[16324]: audit 2024-01-18T07:57:03.230534+0000 mon.smithi112 (mon.0) 199 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:57:04.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:03 smithi112 bash[16324]: audit 2024-01-18T07:57:03.238620+0000 mon.smithi112 (mon.0) 200 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:57:04.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:03 smithi112 bash[16324]: audit 2024-01-18T07:57:03.248110+0000 mon.smithi112 (mon.0) 201 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T07:57:04.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:03 smithi112 bash[16324]: audit 2024-01-18T07:57:03.255455+0000 mon.smithi112 (mon.0) 202 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T07:57:04.287 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:03 smithi112 bash[16324]: audit 2024-01-18T07:57:03.258773+0000 mon.smithi112 (mon.0) 203 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T07:57:04.287 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:03 smithi112 bash[16324]: audit 2024-01-18T07:57:03.259232+0000 mon.smithi112 (mon.0) 204 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:57:04.287 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:03 smithi112 bash[16324]: audit 2024-01-18T07:57:03.260277+0000 mon.smithi112 (mon.0) 205 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:57:06.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:06 smithi112 bash[16324]: cluster 2024-01-18T07:57:05.125327+0000 mgr.smithi112.xshois (mgr.14182) 29 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:57:06.537 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T07:57:06.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:06 smithi131 bash[19154]: cluster 2024-01-18T07:57:05.125327+0000 mgr.smithi112.xshois (mgr.14182) 29 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:57:07.143 INFO:teuthology.orchestra.run.smithi112.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-18T07:57:07.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:07 smithi112 bash[16324]: audit 2024-01-18T07:57:06.535207+0000 mon.smithi112 (mon.0) 206 : audit [DBG] from='client.? 172.21.15.112:0/103383019' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T07:57:07.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:07 smithi131 bash[19154]: audit 2024-01-18T07:57:06.535207+0000 mon.smithi112 (mon.0) 206 : audit [DBG] from='client.? 172.21.15.112:0/103383019' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T07:57:08.144 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T07:57:08.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:08 smithi112 bash[16324]: cluster 2024-01-18T07:57:07.125846+0000 mgr.smithi112.xshois (mgr.14182) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:57:08.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:08 smithi131 bash[19154]: cluster 2024-01-18T07:57:07.125846+0000 mgr.smithi112.xshois (mgr.14182) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:57:10.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:10 smithi131 bash[19154]: cluster 2024-01-18T07:57:09.126433+0000 mgr.smithi112.xshois (mgr.14182) 31 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:57:10.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:10 smithi112 bash[16324]: cluster 2024-01-18T07:57:09.126433+0000 mgr.smithi112.xshois (mgr.14182) 31 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:57:12.170 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T07:57:12.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:12 smithi112 bash[16324]: cluster 2024-01-18T07:57:11.126897+0000 mgr.smithi112.xshois (mgr.14182) 32 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:57:12.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:12 smithi112 bash[16324]: audit 2024-01-18T07:57:11.705230+0000 mon.smithi131 (mon.1) 2 : audit [INF] from='client.? 172.21.15.131:0/2966773931' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fa76c855-30a1-4354-bf41-c373d7fa03f9"}]: dispatch 2024-01-18T07:57:12.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:12 smithi112 bash[16324]: audit 2024-01-18T07:57:11.706192+0000 mon.smithi112 (mon.0) 207 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fa76c855-30a1-4354-bf41-c373d7fa03f9"}]: dispatch 2024-01-18T07:57:12.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:12 smithi112 bash[16324]: audit 2024-01-18T07:57:11.713952+0000 mon.smithi112 (mon.0) 208 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fa76c855-30a1-4354-bf41-c373d7fa03f9"}]': finished 2024-01-18T07:57:12.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:12 smithi112 bash[16324]: cluster 2024-01-18T07:57:11.714039+0000 mon.smithi112 (mon.0) 209 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-01-18T07:57:12.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:12 smithi112 bash[16324]: audit 2024-01-18T07:57:11.714196+0000 mon.smithi112 (mon.0) 210 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T07:57:12.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:12 smithi112 bash[16324]: audit 2024-01-18T07:57:12.168451+0000 mon.smithi112 (mon.0) 211 : audit [DBG] from='client.? 172.21.15.112:0/3668981670' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T07:57:12.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:12 smithi131 bash[19154]: cluster 2024-01-18T07:57:11.126897+0000 mgr.smithi112.xshois (mgr.14182) 32 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:57:12.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:12 smithi131 bash[19154]: audit 2024-01-18T07:57:11.705230+0000 mon.smithi131 (mon.1) 2 : audit [INF] from='client.? 172.21.15.131:0/2966773931' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fa76c855-30a1-4354-bf41-c373d7fa03f9"}]: dispatch 2024-01-18T07:57:12.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:12 smithi131 bash[19154]: audit 2024-01-18T07:57:11.706192+0000 mon.smithi112 (mon.0) 207 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fa76c855-30a1-4354-bf41-c373d7fa03f9"}]: dispatch 2024-01-18T07:57:12.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:12 smithi131 bash[19154]: audit 2024-01-18T07:57:11.713952+0000 mon.smithi112 (mon.0) 208 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fa76c855-30a1-4354-bf41-c373d7fa03f9"}]': finished 2024-01-18T07:57:12.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:12 smithi131 bash[19154]: cluster 2024-01-18T07:57:11.714039+0000 mon.smithi112 (mon.0) 209 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-01-18T07:57:12.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:12 smithi131 bash[19154]: audit 2024-01-18T07:57:11.714196+0000 mon.smithi112 (mon.0) 210 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T07:57:12.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:12 smithi131 bash[19154]: audit 2024-01-18T07:57:12.168451+0000 mon.smithi112 (mon.0) 211 : audit [DBG] from='client.? 172.21.15.112:0/3668981670' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T07:57:12.842 INFO:teuthology.orchestra.run.smithi112.stdout:{"epoch":6,"num_osds":1,"num_up_osds":0,"osd_up_since":0,"num_in_osds":1,"osd_in_since":1705564631,"num_remapped_pgs":0} 2024-01-18T07:57:13.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:13 smithi112 bash[16324]: audit 2024-01-18T07:57:12.749015+0000 mon.smithi131 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.131:0/1269038190' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T07:57:13.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:13 smithi112 bash[16324]: audit 2024-01-18T07:57:13.080785+0000 mon.smithi112 (mon.0) 212 : audit [INF] from='client.? 172.21.15.112:0/2133925779' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2791ef34-4693-4a8e-88c6-5e7980b1adb1"}]: dispatch 2024-01-18T07:57:13.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:13 smithi112 bash[16324]: audit 2024-01-18T07:57:13.087264+0000 mon.smithi112 (mon.0) 213 : audit [INF] from='client.? 172.21.15.112:0/2133925779' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2791ef34-4693-4a8e-88c6-5e7980b1adb1"}]': finished 2024-01-18T07:57:13.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:13 smithi112 bash[16324]: cluster 2024-01-18T07:57:13.087363+0000 mon.smithi112 (mon.0) 214 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-01-18T07:57:13.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:13 smithi112 bash[16324]: audit 2024-01-18T07:57:13.087608+0000 mon.smithi112 (mon.0) 215 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T07:57:13.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:13 smithi112 bash[16324]: audit 2024-01-18T07:57:13.088590+0000 mon.smithi112 (mon.0) 216 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T07:57:13.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:13 smithi131 bash[19154]: audit 2024-01-18T07:57:12.749015+0000 mon.smithi131 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.131:0/1269038190' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T07:57:13.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:13 smithi131 bash[19154]: audit 2024-01-18T07:57:13.080785+0000 mon.smithi112 (mon.0) 212 : audit [INF] from='client.? 172.21.15.112:0/2133925779' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2791ef34-4693-4a8e-88c6-5e7980b1adb1"}]: dispatch 2024-01-18T07:57:13.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:13 smithi131 bash[19154]: audit 2024-01-18T07:57:13.087264+0000 mon.smithi112 (mon.0) 213 : audit [INF] from='client.? 172.21.15.112:0/2133925779' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2791ef34-4693-4a8e-88c6-5e7980b1adb1"}]': finished 2024-01-18T07:57:13.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:13 smithi131 bash[19154]: cluster 2024-01-18T07:57:13.087363+0000 mon.smithi112 (mon.0) 214 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-01-18T07:57:13.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:13 smithi131 bash[19154]: audit 2024-01-18T07:57:13.087608+0000 mon.smithi112 (mon.0) 215 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T07:57:13.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:13 smithi131 bash[19154]: audit 2024-01-18T07:57:13.088590+0000 mon.smithi112 (mon.0) 216 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T07:57:13.843 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T07:57:14.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:14 smithi112 bash[16324]: cluster 2024-01-18T07:57:13.127279+0000 mgr.smithi112.xshois (mgr.14182) 33 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:57:14.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:14 smithi112 bash[16324]: audit 2024-01-18T07:57:14.149523+0000 mon.smithi112 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.112:0/2427417051' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T07:57:14.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:14 smithi131 bash[19154]: cluster 2024-01-18T07:57:13.127279+0000 mgr.smithi112.xshois (mgr.14182) 33 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:57:14.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:14 smithi131 bash[19154]: audit 2024-01-18T07:57:14.149523+0000 mon.smithi112 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.112:0/2427417051' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T07:57:16.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:16 smithi112 bash[16324]: cluster 2024-01-18T07:57:15.127722+0000 mgr.smithi112.xshois (mgr.14182) 34 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:57:16.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:16 smithi112 bash[16324]: audit 2024-01-18T07:57:15.428148+0000 mon.smithi131 (mon.1) 4 : audit [INF] from='client.? 172.21.15.131:0/1207276556' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3ed423d8-fc82-41fc-b1e7-28799f37881a"}]: dispatch 2024-01-18T07:57:16.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:16 smithi112 bash[16324]: audit 2024-01-18T07:57:15.429213+0000 mon.smithi112 (mon.0) 218 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3ed423d8-fc82-41fc-b1e7-28799f37881a"}]: dispatch 2024-01-18T07:57:16.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:16 smithi112 bash[16324]: audit 2024-01-18T07:57:15.437333+0000 mon.smithi112 (mon.0) 219 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3ed423d8-fc82-41fc-b1e7-28799f37881a"}]': finished 2024-01-18T07:57:16.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:16 smithi112 bash[16324]: cluster 2024-01-18T07:57:15.437467+0000 mon.smithi112 (mon.0) 220 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-01-18T07:57:16.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:16 smithi112 bash[16324]: audit 2024-01-18T07:57:15.437737+0000 mon.smithi112 (mon.0) 221 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T07:57:16.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:16 smithi112 bash[16324]: audit 2024-01-18T07:57:15.438502+0000 mon.smithi112 (mon.0) 222 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T07:57:16.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:16 smithi112 bash[16324]: audit 2024-01-18T07:57:15.438961+0000 mon.smithi112 (mon.0) 223 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T07:57:16.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:16 smithi131 bash[19154]: cluster 2024-01-18T07:57:15.127722+0000 mgr.smithi112.xshois (mgr.14182) 34 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:57:16.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:16 smithi131 bash[19154]: audit 2024-01-18T07:57:15.428148+0000 mon.smithi131 (mon.1) 4 : audit [INF] from='client.? 172.21.15.131:0/1207276556' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3ed423d8-fc82-41fc-b1e7-28799f37881a"}]: dispatch 2024-01-18T07:57:16.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:16 smithi131 bash[19154]: audit 2024-01-18T07:57:15.429213+0000 mon.smithi112 (mon.0) 218 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3ed423d8-fc82-41fc-b1e7-28799f37881a"}]: dispatch 2024-01-18T07:57:16.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:16 smithi131 bash[19154]: audit 2024-01-18T07:57:15.437333+0000 mon.smithi112 (mon.0) 219 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3ed423d8-fc82-41fc-b1e7-28799f37881a"}]': finished 2024-01-18T07:57:16.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:16 smithi131 bash[19154]: cluster 2024-01-18T07:57:15.437467+0000 mon.smithi112 (mon.0) 220 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-01-18T07:57:16.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:16 smithi131 bash[19154]: audit 2024-01-18T07:57:15.437737+0000 mon.smithi112 (mon.0) 221 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T07:57:16.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:16 smithi131 bash[19154]: audit 2024-01-18T07:57:15.438502+0000 mon.smithi112 (mon.0) 222 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T07:57:16.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:16 smithi131 bash[19154]: audit 2024-01-18T07:57:15.438961+0000 mon.smithi112 (mon.0) 223 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T07:57:17.010 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T07:57:17.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:17 smithi112 bash[16324]: audit 2024-01-18T07:57:16.473445+0000 mon.smithi131 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.131:0/333692002' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T07:57:17.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:17 smithi112 bash[16324]: audit 2024-01-18T07:57:16.931765+0000 mon.smithi112 (mon.0) 224 : audit [INF] from='client.? 172.21.15.112:0/2257181952' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4fa7e486-8b4a-4656-b4f2-a2d0729d2de8"}]: dispatch 2024-01-18T07:57:17.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:17 smithi112 bash[16324]: audit 2024-01-18T07:57:16.938664+0000 mon.smithi112 (mon.0) 225 : audit [INF] from='client.? 172.21.15.112:0/2257181952' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4fa7e486-8b4a-4656-b4f2-a2d0729d2de8"}]': finished 2024-01-18T07:57:17.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:17 smithi112 bash[16324]: cluster 2024-01-18T07:57:16.938835+0000 mon.smithi112 (mon.0) 226 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-01-18T07:57:17.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:17 smithi112 bash[16324]: audit 2024-01-18T07:57:16.939039+0000 mon.smithi112 (mon.0) 227 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T07:57:17.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:17 smithi112 bash[16324]: audit 2024-01-18T07:57:16.939465+0000 mon.smithi112 (mon.0) 228 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T07:57:17.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:17 smithi112 bash[16324]: audit 2024-01-18T07:57:16.939797+0000 mon.smithi112 (mon.0) 229 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T07:57:17.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:17 smithi112 bash[16324]: audit 2024-01-18T07:57:16.940067+0000 mon.smithi112 (mon.0) 230 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:57:17.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:17 smithi112 bash[16324]: audit 2024-01-18T07:57:17.009100+0000 mon.smithi112 (mon.0) 231 : audit [DBG] from='client.? 172.21.15.112:0/4212689477' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T07:57:17.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:17 smithi131 bash[19154]: audit 2024-01-18T07:57:16.473445+0000 mon.smithi131 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.131:0/333692002' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T07:57:17.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:17 smithi131 bash[19154]: audit 2024-01-18T07:57:16.931765+0000 mon.smithi112 (mon.0) 224 : audit [INF] from='client.? 172.21.15.112:0/2257181952' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4fa7e486-8b4a-4656-b4f2-a2d0729d2de8"}]: dispatch 2024-01-18T07:57:17.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:17 smithi131 bash[19154]: audit 2024-01-18T07:57:16.938664+0000 mon.smithi112 (mon.0) 225 : audit [INF] from='client.? 172.21.15.112:0/2257181952' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4fa7e486-8b4a-4656-b4f2-a2d0729d2de8"}]': finished 2024-01-18T07:57:17.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:17 smithi131 bash[19154]: cluster 2024-01-18T07:57:16.938835+0000 mon.smithi112 (mon.0) 226 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-01-18T07:57:17.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:17 smithi131 bash[19154]: audit 2024-01-18T07:57:16.939039+0000 mon.smithi112 (mon.0) 227 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T07:57:17.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:17 smithi131 bash[19154]: audit 2024-01-18T07:57:16.939465+0000 mon.smithi112 (mon.0) 228 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T07:57:17.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:17 smithi131 bash[19154]: audit 2024-01-18T07:57:16.939797+0000 mon.smithi112 (mon.0) 229 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T07:57:17.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:17 smithi131 bash[19154]: audit 2024-01-18T07:57:16.940067+0000 mon.smithi112 (mon.0) 230 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:57:17.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:17 smithi131 bash[19154]: audit 2024-01-18T07:57:17.009100+0000 mon.smithi112 (mon.0) 231 : audit [DBG] from='client.? 172.21.15.112:0/4212689477' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T07:57:17.794 INFO:teuthology.orchestra.run.smithi112.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1705564636,"num_remapped_pgs":0} 2024-01-18T07:57:18.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:18 smithi112 bash[16324]: cluster 2024-01-18T07:57:17.128097+0000 mgr.smithi112.xshois (mgr.14182) 35 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:57:18.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:18 smithi131 bash[19154]: cluster 2024-01-18T07:57:17.128097+0000 mgr.smithi112.xshois (mgr.14182) 35 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:57:18.796 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T07:57:19.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:19 smithi112 bash[16324]: audit 2024-01-18T07:57:18.346973+0000 mon.smithi112 (mon.0) 232 : audit [DBG] from='client.? 172.21.15.112:0/2734661733' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T07:57:19.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:19 smithi131 bash[19154]: audit 2024-01-18T07:57:18.346973+0000 mon.smithi112 (mon.0) 232 : audit [DBG] from='client.? 172.21.15.112:0/2734661733' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T07:57:20.538 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:20 smithi112 bash[16324]: cluster 2024-01-18T07:57:19.128552+0000 mgr.smithi112.xshois (mgr.14182) 36 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:57:20.538 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:20 smithi112 bash[16324]: audit 2024-01-18T07:57:19.236587+0000 mon.smithi131 (mon.1) 6 : audit [INF] from='client.? 172.21.15.131:0/3122246467' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "985e68f9-f894-4011-8d33-924aa53e4861"}]: dispatch 2024-01-18T07:57:20.538 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:20 smithi112 bash[16324]: audit 2024-01-18T07:57:19.237435+0000 mon.smithi112 (mon.0) 233 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "985e68f9-f894-4011-8d33-924aa53e4861"}]: dispatch 2024-01-18T07:57:20.538 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:20 smithi112 bash[16324]: audit 2024-01-18T07:57:19.244886+0000 mon.smithi112 (mon.0) 234 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "985e68f9-f894-4011-8d33-924aa53e4861"}]': finished 2024-01-18T07:57:20.538 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:20 smithi112 bash[16324]: cluster 2024-01-18T07:57:19.245043+0000 mon.smithi112 (mon.0) 235 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-01-18T07:57:20.539 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:20 smithi112 bash[16324]: audit 2024-01-18T07:57:19.245227+0000 mon.smithi112 (mon.0) 236 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T07:57:20.539 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:20 smithi112 bash[16324]: audit 2024-01-18T07:57:19.245561+0000 mon.smithi112 (mon.0) 237 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T07:57:20.539 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:20 smithi112 bash[16324]: audit 2024-01-18T07:57:19.245786+0000 mon.smithi112 (mon.0) 238 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T07:57:20.539 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:20 smithi112 bash[16324]: audit 2024-01-18T07:57:19.246071+0000 mon.smithi112 (mon.0) 239 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:57:20.539 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:20 smithi112 bash[16324]: audit 2024-01-18T07:57:19.246310+0000 mon.smithi112 (mon.0) 240 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T07:57:20.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:20 smithi131 bash[19154]: cluster 2024-01-18T07:57:19.128552+0000 mgr.smithi112.xshois (mgr.14182) 36 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:57:20.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:20 smithi131 bash[19154]: audit 2024-01-18T07:57:19.236587+0000 mon.smithi131 (mon.1) 6 : audit [INF] from='client.? 172.21.15.131:0/3122246467' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "985e68f9-f894-4011-8d33-924aa53e4861"}]: dispatch 2024-01-18T07:57:20.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:20 smithi131 bash[19154]: audit 2024-01-18T07:57:19.237435+0000 mon.smithi112 (mon.0) 233 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "985e68f9-f894-4011-8d33-924aa53e4861"}]: dispatch 2024-01-18T07:57:20.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:20 smithi131 bash[19154]: audit 2024-01-18T07:57:19.244886+0000 mon.smithi112 (mon.0) 234 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "985e68f9-f894-4011-8d33-924aa53e4861"}]': finished 2024-01-18T07:57:20.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:20 smithi131 bash[19154]: cluster 2024-01-18T07:57:19.245043+0000 mon.smithi112 (mon.0) 235 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-01-18T07:57:20.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:20 smithi131 bash[19154]: audit 2024-01-18T07:57:19.245227+0000 mon.smithi112 (mon.0) 236 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T07:57:20.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:20 smithi131 bash[19154]: audit 2024-01-18T07:57:19.245561+0000 mon.smithi112 (mon.0) 237 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T07:57:20.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:20 smithi131 bash[19154]: audit 2024-01-18T07:57:19.245786+0000 mon.smithi112 (mon.0) 238 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T07:57:20.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:20 smithi131 bash[19154]: audit 2024-01-18T07:57:19.246071+0000 mon.smithi112 (mon.0) 239 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:57:20.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:20 smithi131 bash[19154]: audit 2024-01-18T07:57:19.246310+0000 mon.smithi112 (mon.0) 240 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T07:57:21.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:21 smithi112 bash[16324]: audit 2024-01-18T07:57:20.306129+0000 mon.smithi131 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.131:0/1582187141' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T07:57:21.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:21 smithi112 bash[16324]: audit 2024-01-18T07:57:21.089143+0000 mon.smithi112 (mon.0) 241 : audit [INF] from='client.? 172.21.15.112:0/3440653442' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c2828a2b-11f3-4f99-8d21-def0c7f4e98b"}]: dispatch 2024-01-18T07:57:21.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:21 smithi112 bash[16324]: audit 2024-01-18T07:57:21.096747+0000 mon.smithi112 (mon.0) 242 : audit [INF] from='client.? 172.21.15.112:0/3440653442' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c2828a2b-11f3-4f99-8d21-def0c7f4e98b"}]': finished 2024-01-18T07:57:21.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:21 smithi112 bash[16324]: cluster 2024-01-18T07:57:21.096850+0000 mon.smithi112 (mon.0) 243 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-01-18T07:57:21.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:21 smithi112 bash[16324]: audit 2024-01-18T07:57:21.097123+0000 mon.smithi112 (mon.0) 244 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T07:57:21.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:21 smithi112 bash[16324]: audit 2024-01-18T07:57:21.097766+0000 mon.smithi112 (mon.0) 245 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T07:57:21.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:21 smithi112 bash[16324]: audit 2024-01-18T07:57:21.098135+0000 mon.smithi112 (mon.0) 246 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T07:57:21.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:21 smithi112 bash[16324]: audit 2024-01-18T07:57:21.098476+0000 mon.smithi112 (mon.0) 247 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:57:21.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:21 smithi112 bash[16324]: audit 2024-01-18T07:57:21.098828+0000 mon.smithi112 (mon.0) 248 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T07:57:21.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:21 smithi112 bash[16324]: audit 2024-01-18T07:57:21.099222+0000 mon.smithi112 (mon.0) 249 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:57:21.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:21 smithi131 bash[19154]: audit 2024-01-18T07:57:20.306129+0000 mon.smithi131 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.131:0/1582187141' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T07:57:21.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:21 smithi131 bash[19154]: audit 2024-01-18T07:57:21.089143+0000 mon.smithi112 (mon.0) 241 : audit [INF] from='client.? 172.21.15.112:0/3440653442' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c2828a2b-11f3-4f99-8d21-def0c7f4e98b"}]: dispatch 2024-01-18T07:57:21.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:21 smithi131 bash[19154]: audit 2024-01-18T07:57:21.096747+0000 mon.smithi112 (mon.0) 242 : audit [INF] from='client.? 172.21.15.112:0/3440653442' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c2828a2b-11f3-4f99-8d21-def0c7f4e98b"}]': finished 2024-01-18T07:57:21.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:21 smithi131 bash[19154]: cluster 2024-01-18T07:57:21.096850+0000 mon.smithi112 (mon.0) 243 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-01-18T07:57:21.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:21 smithi131 bash[19154]: audit 2024-01-18T07:57:21.097123+0000 mon.smithi112 (mon.0) 244 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T07:57:21.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:21 smithi131 bash[19154]: audit 2024-01-18T07:57:21.097766+0000 mon.smithi112 (mon.0) 245 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T07:57:21.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:21 smithi131 bash[19154]: audit 2024-01-18T07:57:21.098135+0000 mon.smithi112 (mon.0) 246 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T07:57:21.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:21 smithi131 bash[19154]: audit 2024-01-18T07:57:21.098476+0000 mon.smithi112 (mon.0) 247 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:57:21.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:21 smithi131 bash[19154]: audit 2024-01-18T07:57:21.098828+0000 mon.smithi112 (mon.0) 248 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T07:57:21.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:21 smithi131 bash[19154]: audit 2024-01-18T07:57:21.099222+0000 mon.smithi112 (mon.0) 249 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:57:21.999 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T07:57:22.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:22 smithi112 bash[16324]: cluster 2024-01-18T07:57:21.128937+0000 mgr.smithi112.xshois (mgr.14182) 37 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:57:22.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:22 smithi112 bash[16324]: audit 2024-01-18T07:57:21.998090+0000 mon.smithi112 (mon.0) 250 : audit [DBG] from='client.? 172.21.15.112:0/3849517131' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T07:57:22.648 INFO:teuthology.orchestra.run.smithi112.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1705564641,"num_remapped_pgs":0} 2024-01-18T07:57:22.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:22 smithi131 bash[19154]: cluster 2024-01-18T07:57:21.128937+0000 mgr.smithi112.xshois (mgr.14182) 37 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:57:22.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:22 smithi131 bash[19154]: audit 2024-01-18T07:57:21.998090+0000 mon.smithi112 (mon.0) 250 : audit [DBG] from='client.? 172.21.15.112:0/3849517131' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T07:57:23.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:23 smithi112 bash[16324]: audit 2024-01-18T07:57:22.334503+0000 mon.smithi112 (mon.0) 251 : audit [DBG] from='client.? 172.21.15.112:0/1731977963' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T07:57:23.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:23 smithi112 bash[16324]: audit 2024-01-18T07:57:23.019996+0000 mon.smithi131 (mon.1) 8 : audit [INF] from='client.? 172.21.15.131:0/2003224411' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "000ca655-6f42-4f0f-926f-d3bb7d283890"}]: dispatch 2024-01-18T07:57:23.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:23 smithi112 bash[16324]: audit 2024-01-18T07:57:23.020941+0000 mon.smithi112 (mon.0) 252 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "000ca655-6f42-4f0f-926f-d3bb7d283890"}]: dispatch 2024-01-18T07:57:23.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:23 smithi112 bash[16324]: audit 2024-01-18T07:57:23.029266+0000 mon.smithi112 (mon.0) 253 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "000ca655-6f42-4f0f-926f-d3bb7d283890"}]': finished 2024-01-18T07:57:23.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:23 smithi112 bash[16324]: cluster 2024-01-18T07:57:23.029401+0000 mon.smithi112 (mon.0) 254 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-01-18T07:57:23.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:23 smithi112 bash[16324]: audit 2024-01-18T07:57:23.029613+0000 mon.smithi112 (mon.0) 255 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T07:57:23.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:23 smithi112 bash[16324]: audit 2024-01-18T07:57:23.030297+0000 mon.smithi112 (mon.0) 256 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T07:57:23.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:23 smithi112 bash[16324]: audit 2024-01-18T07:57:23.030675+0000 mon.smithi112 (mon.0) 257 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T07:57:23.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:23 smithi112 bash[16324]: audit 2024-01-18T07:57:23.031148+0000 mon.smithi112 (mon.0) 258 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:57:23.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:23 smithi112 bash[16324]: audit 2024-01-18T07:57:23.031585+0000 mon.smithi112 (mon.0) 259 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T07:57:23.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:23 smithi112 bash[16324]: audit 2024-01-18T07:57:23.031987+0000 mon.smithi112 (mon.0) 260 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:57:23.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:23 smithi112 bash[16324]: audit 2024-01-18T07:57:23.032547+0000 mon.smithi112 (mon.0) 261 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:57:23.650 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T07:57:23.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:23 smithi131 bash[19154]: audit 2024-01-18T07:57:22.334503+0000 mon.smithi112 (mon.0) 251 : audit [DBG] from='client.? 172.21.15.112:0/1731977963' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T07:57:23.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:23 smithi131 bash[19154]: audit 2024-01-18T07:57:23.019996+0000 mon.smithi131 (mon.1) 8 : audit [INF] from='client.? 172.21.15.131:0/2003224411' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "000ca655-6f42-4f0f-926f-d3bb7d283890"}]: dispatch 2024-01-18T07:57:23.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:23 smithi131 bash[19154]: audit 2024-01-18T07:57:23.020941+0000 mon.smithi112 (mon.0) 252 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "000ca655-6f42-4f0f-926f-d3bb7d283890"}]: dispatch 2024-01-18T07:57:23.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:23 smithi131 bash[19154]: audit 2024-01-18T07:57:23.029266+0000 mon.smithi112 (mon.0) 253 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "000ca655-6f42-4f0f-926f-d3bb7d283890"}]': finished 2024-01-18T07:57:23.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:23 smithi131 bash[19154]: cluster 2024-01-18T07:57:23.029401+0000 mon.smithi112 (mon.0) 254 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-01-18T07:57:23.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:23 smithi131 bash[19154]: audit 2024-01-18T07:57:23.029613+0000 mon.smithi112 (mon.0) 255 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T07:57:23.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:23 smithi131 bash[19154]: audit 2024-01-18T07:57:23.030297+0000 mon.smithi112 (mon.0) 256 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T07:57:23.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:23 smithi131 bash[19154]: audit 2024-01-18T07:57:23.030675+0000 mon.smithi112 (mon.0) 257 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T07:57:23.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:23 smithi131 bash[19154]: audit 2024-01-18T07:57:23.031148+0000 mon.smithi112 (mon.0) 258 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:57:23.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:23 smithi131 bash[19154]: audit 2024-01-18T07:57:23.031585+0000 mon.smithi112 (mon.0) 259 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T07:57:23.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:23 smithi131 bash[19154]: audit 2024-01-18T07:57:23.031987+0000 mon.smithi112 (mon.0) 260 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:57:23.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:23 smithi131 bash[19154]: audit 2024-01-18T07:57:23.032547+0000 mon.smithi112 (mon.0) 261 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:57:24.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:24 smithi112 bash[16324]: cluster 2024-01-18T07:57:23.129317+0000 mgr.smithi112.xshois (mgr.14182) 38 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:57:24.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:24 smithi112 bash[16324]: audit 2024-01-18T07:57:24.124202+0000 mon.smithi112 (mon.0) 262 : audit [DBG] from='client.? 172.21.15.131:0/1196401942' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T07:57:24.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:24 smithi131 bash[19154]: cluster 2024-01-18T07:57:23.129317+0000 mgr.smithi112.xshois (mgr.14182) 38 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:57:24.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:24 smithi131 bash[19154]: audit 2024-01-18T07:57:24.124202+0000 mon.smithi112 (mon.0) 262 : audit [DBG] from='client.? 172.21.15.131:0/1196401942' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T07:57:25.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:25 smithi112 bash[16324]: audit 2024-01-18T07:57:25.084222+0000 mon.smithi112 (mon.0) 263 : audit [INF] from='client.? 172.21.15.112:0/833476399' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f5a5f018-e0f3-4b73-9b37-2cb010311f6e"}]: dispatch 2024-01-18T07:57:25.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:25 smithi112 bash[16324]: audit 2024-01-18T07:57:25.089983+0000 mon.smithi112 (mon.0) 264 : audit [INF] from='client.? 172.21.15.112:0/833476399' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f5a5f018-e0f3-4b73-9b37-2cb010311f6e"}]': finished 2024-01-18T07:57:25.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:25 smithi112 bash[16324]: cluster 2024-01-18T07:57:25.090043+0000 mon.smithi112 (mon.0) 265 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-01-18T07:57:25.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:25 smithi112 bash[16324]: audit 2024-01-18T07:57:25.090208+0000 mon.smithi112 (mon.0) 266 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T07:57:25.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:25 smithi112 bash[16324]: audit 2024-01-18T07:57:25.090475+0000 mon.smithi112 (mon.0) 267 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T07:57:25.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:25 smithi112 bash[16324]: audit 2024-01-18T07:57:25.090614+0000 mon.smithi112 (mon.0) 268 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T07:57:25.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:25 smithi112 bash[16324]: audit 2024-01-18T07:57:25.090752+0000 mon.smithi112 (mon.0) 269 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:57:25.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:25 smithi112 bash[16324]: audit 2024-01-18T07:57:25.090877+0000 mon.smithi112 (mon.0) 270 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T07:57:25.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:25 smithi112 bash[16324]: audit 2024-01-18T07:57:25.091114+0000 mon.smithi112 (mon.0) 271 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:57:25.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:25 smithi112 bash[16324]: audit 2024-01-18T07:57:25.091309+0000 mon.smithi112 (mon.0) 272 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:57:25.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:25 smithi112 bash[16324]: audit 2024-01-18T07:57:25.091595+0000 mon.smithi112 (mon.0) 273 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:57:25.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:25 smithi131 bash[19154]: audit 2024-01-18T07:57:25.084222+0000 mon.smithi112 (mon.0) 263 : audit [INF] from='client.? 172.21.15.112:0/833476399' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f5a5f018-e0f3-4b73-9b37-2cb010311f6e"}]: dispatch 2024-01-18T07:57:25.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:25 smithi131 bash[19154]: audit 2024-01-18T07:57:25.089983+0000 mon.smithi112 (mon.0) 264 : audit [INF] from='client.? 172.21.15.112:0/833476399' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f5a5f018-e0f3-4b73-9b37-2cb010311f6e"}]': finished 2024-01-18T07:57:25.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:25 smithi131 bash[19154]: cluster 2024-01-18T07:57:25.090043+0000 mon.smithi112 (mon.0) 265 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-01-18T07:57:25.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:25 smithi131 bash[19154]: audit 2024-01-18T07:57:25.090208+0000 mon.smithi112 (mon.0) 266 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T07:57:25.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:25 smithi131 bash[19154]: audit 2024-01-18T07:57:25.090475+0000 mon.smithi112 (mon.0) 267 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T07:57:25.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:25 smithi131 bash[19154]: audit 2024-01-18T07:57:25.090614+0000 mon.smithi112 (mon.0) 268 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T07:57:25.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:25 smithi131 bash[19154]: audit 2024-01-18T07:57:25.090752+0000 mon.smithi112 (mon.0) 269 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:57:25.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:25 smithi131 bash[19154]: audit 2024-01-18T07:57:25.090877+0000 mon.smithi112 (mon.0) 270 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T07:57:25.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:25 smithi131 bash[19154]: audit 2024-01-18T07:57:25.091114+0000 mon.smithi112 (mon.0) 271 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:57:25.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:25 smithi131 bash[19154]: audit 2024-01-18T07:57:25.091309+0000 mon.smithi112 (mon.0) 272 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:57:25.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:25 smithi131 bash[19154]: audit 2024-01-18T07:57:25.091595+0000 mon.smithi112 (mon.0) 273 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:57:26.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:26 smithi112 bash[16324]: cluster 2024-01-18T07:57:25.129695+0000 mgr.smithi112.xshois (mgr.14182) 39 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:57:26.574 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:26 smithi131 bash[19154]: cluster 2024-01-18T07:57:25.129695+0000 mgr.smithi112.xshois (mgr.14182) 39 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:57:27.187 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T07:57:27.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:27 smithi112 bash[16324]: audit 2024-01-18T07:57:27.026288+0000 mon.smithi112 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.112:0/1621989254' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T07:57:27.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:27 smithi112 bash[16324]: audit 2024-01-18T07:57:27.185773+0000 mon.smithi112 (mon.0) 275 : audit [DBG] from='client.? 172.21.15.112:0/3624459547' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T07:57:27.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:27 smithi131 bash[19154]: audit 2024-01-18T07:57:27.026288+0000 mon.smithi112 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.112:0/1621989254' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T07:57:27.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:27 smithi131 bash[19154]: audit 2024-01-18T07:57:27.185773+0000 mon.smithi112 (mon.0) 275 : audit [DBG] from='client.? 172.21.15.112:0/3624459547' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T07:57:27.848 INFO:teuthology.orchestra.run.smithi112.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705564645,"num_remapped_pgs":0} 2024-01-18T07:57:28.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:28 smithi112 bash[16324]: cluster 2024-01-18T07:57:27.130031+0000 mgr.smithi112.xshois (mgr.14182) 40 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:57:28.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:28 smithi131 bash[19154]: cluster 2024-01-18T07:57:27.130031+0000 mgr.smithi112.xshois (mgr.14182) 40 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:57:28.850 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T07:57:30.396 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:30 smithi112 bash[16324]: cluster 2024-01-18T07:57:29.130405+0000 mgr.smithi112.xshois (mgr.14182) 41 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:57:30.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:30 smithi131 bash[19154]: cluster 2024-01-18T07:57:29.130405+0000 mgr.smithi112.xshois (mgr.14182) 41 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:57:32.313 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T07:57:32.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:32 smithi112 bash[16324]: cluster 2024-01-18T07:57:31.130829+0000 mgr.smithi112.xshois (mgr.14182) 42 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:57:32.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:32 smithi131 bash[19154]: cluster 2024-01-18T07:57:31.130829+0000 mgr.smithi112.xshois (mgr.14182) 42 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:57:32.930 INFO:teuthology.orchestra.run.smithi112.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705564645,"num_remapped_pgs":0} 2024-01-18T07:57:33.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:33 smithi112 bash[16324]: audit 2024-01-18T07:57:32.312227+0000 mon.smithi112 (mon.0) 276 : audit [DBG] from='client.? 172.21.15.112:0/659165210' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T07:57:33.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:33 smithi131 bash[19154]: audit 2024-01-18T07:57:32.312227+0000 mon.smithi112 (mon.0) 276 : audit [DBG] from='client.? 172.21.15.112:0/659165210' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T07:57:33.931 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T07:57:34.510 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:34 smithi131 bash[19154]: cluster 2024-01-18T07:57:33.131281+0000 mgr.smithi112.xshois (mgr.14182) 43 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:57:34.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:34 smithi112 bash[16324]: cluster 2024-01-18T07:57:33.131281+0000 mgr.smithi112.xshois (mgr.14182) 43 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:57:36.469 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:36 smithi131 bash[19154]: cluster 2024-01-18T07:57:35.131772+0000 mgr.smithi112.xshois (mgr.14182) 44 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:57:36.469 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:36 smithi131 bash[19154]: audit 2024-01-18T07:57:35.485992+0000 mon.smithi112 (mon.0) 277 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-18T07:57:36.469 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:36 smithi131 bash[19154]: audit 2024-01-18T07:57:35.487491+0000 mon.smithi112 (mon.0) 278 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:57:36.469 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:36 smithi131 bash[19154]: cephadm 2024-01-18T07:57:35.488790+0000 mgr.smithi112.xshois (mgr.14182) 45 : cephadm [INF] Deploying daemon osd.0 on smithi131 2024-01-18T07:57:36.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:36 smithi112 bash[16324]: cluster 2024-01-18T07:57:35.131772+0000 mgr.smithi112.xshois (mgr.14182) 44 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:57:36.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:36 smithi112 bash[16324]: audit 2024-01-18T07:57:35.485992+0000 mon.smithi112 (mon.0) 277 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-18T07:57:36.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:36 smithi112 bash[16324]: audit 2024-01-18T07:57:35.487491+0000 mon.smithi112 (mon.0) 278 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:57:36.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:36 smithi112 bash[16324]: cephadm 2024-01-18T07:57:35.488790+0000 mgr.smithi112.xshois (mgr.14182) 45 : cephadm [INF] Deploying daemon osd.0 on smithi131 2024-01-18T07:57:37.568 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T07:57:38.356 INFO:teuthology.orchestra.run.smithi112.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705564645,"num_remapped_pgs":0} 2024-01-18T07:57:38.400 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:38 smithi131 bash[19154]: cluster 2024-01-18T07:57:37.132118+0000 mgr.smithi112.xshois (mgr.14182) 46 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:57:38.400 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:38 smithi131 bash[19154]: audit 2024-01-18T07:57:37.567577+0000 mon.smithi112 (mon.0) 279 : audit [DBG] from='client.? 172.21.15.112:0/3402601884' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T07:57:38.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:38 smithi112 bash[16324]: cluster 2024-01-18T07:57:37.132118+0000 mgr.smithi112.xshois (mgr.14182) 46 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:57:38.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:38 smithi112 bash[16324]: audit 2024-01-18T07:57:37.567577+0000 mon.smithi112 (mon.0) 279 : audit [DBG] from='client.? 172.21.15.112:0/3402601884' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T07:57:39.357 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T07:57:40.550 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:40 smithi131 bash[19154]: cluster 2024-01-18T07:57:39.132490+0000 mgr.smithi112.xshois (mgr.14182) 47 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:57:40.550 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:40 smithi131 bash[19154]: audit 2024-01-18T07:57:39.240861+0000 mon.smithi112 (mon.0) 280 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:57:40.550 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:40 smithi131 bash[19154]: audit 2024-01-18T07:57:39.242088+0000 mon.smithi112 (mon.0) 281 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-18T07:57:40.550 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:40 smithi131 bash[19154]: audit 2024-01-18T07:57:39.243211+0000 mon.smithi112 (mon.0) 282 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:57:40.550 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:40 smithi131 bash[19154]: cephadm 2024-01-18T07:57:39.244568+0000 mgr.smithi112.xshois (mgr.14182) 48 : cephadm [INF] Deploying daemon osd.2 on smithi131 2024-01-18T07:57:40.550 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:40 smithi131 bash[19154]: audit 2024-01-18T07:57:40.004993+0000 mon.smithi112 (mon.0) 283 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-18T07:57:40.551 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:40 smithi131 bash[19154]: audit 2024-01-18T07:57:40.006596+0000 mon.smithi112 (mon.0) 284 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:57:40.606 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:40 smithi112 bash[16324]: cluster 2024-01-18T07:57:39.132490+0000 mgr.smithi112.xshois (mgr.14182) 47 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:57:40.607 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:40 smithi112 bash[16324]: audit 2024-01-18T07:57:39.240861+0000 mon.smithi112 (mon.0) 280 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:57:40.607 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:40 smithi112 bash[16324]: audit 2024-01-18T07:57:39.242088+0000 mon.smithi112 (mon.0) 281 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-18T07:57:40.607 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:40 smithi112 bash[16324]: audit 2024-01-18T07:57:39.243211+0000 mon.smithi112 (mon.0) 282 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:57:40.607 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:40 smithi112 bash[16324]: cephadm 2024-01-18T07:57:39.244568+0000 mgr.smithi112.xshois (mgr.14182) 48 : cephadm [INF] Deploying daemon osd.2 on smithi131 2024-01-18T07:57:40.607 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:40 smithi112 bash[16324]: audit 2024-01-18T07:57:40.004993+0000 mon.smithi112 (mon.0) 283 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-18T07:57:40.607 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:40 smithi112 bash[16324]: audit 2024-01-18T07:57:40.006596+0000 mon.smithi112 (mon.0) 284 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:57:41.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:41 smithi112 bash[16324]: cephadm 2024-01-18T07:57:40.007940+0000 mgr.smithi112.xshois (mgr.14182) 49 : cephadm [INF] Deploying daemon osd.1 on smithi112 2024-01-18T07:57:41.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:41 smithi131 bash[19154]: cephadm 2024-01-18T07:57:40.007940+0000 mgr.smithi112.xshois (mgr.14182) 49 : cephadm [INF] Deploying daemon osd.1 on smithi112 2024-01-18T07:57:42.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:42 smithi112 bash[16324]: cluster 2024-01-18T07:57:41.132906+0000 mgr.smithi112.xshois (mgr.14182) 50 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:57:42.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:42 smithi131 bash[19154]: cluster 2024-01-18T07:57:41.132906+0000 mgr.smithi112.xshois (mgr.14182) 50 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:57:43.403 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T07:57:44.149 INFO:teuthology.orchestra.run.smithi112.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705564645,"num_remapped_pgs":0} 2024-01-18T07:57:44.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:44 smithi131 bash[19154]: cluster 2024-01-18T07:57:43.133297+0000 mgr.smithi112.xshois (mgr.14182) 51 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:57:44.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:44 smithi131 bash[19154]: audit 2024-01-18T07:57:43.402786+0000 mon.smithi131 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.112:0/1337508029' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T07:57:44.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:44 smithi131 bash[19154]: audit 2024-01-18T07:57:44.198661+0000 mon.smithi112 (mon.0) 285 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:57:44.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:44 smithi131 bash[19154]: audit 2024-01-18T07:57:44.200326+0000 mon.smithi112 (mon.0) 286 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-18T07:57:44.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:44 smithi131 bash[19154]: audit 2024-01-18T07:57:44.201689+0000 mon.smithi112 (mon.0) 287 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:57:44.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:44 smithi112 bash[16324]: cluster 2024-01-18T07:57:43.133297+0000 mgr.smithi112.xshois (mgr.14182) 51 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:57:44.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:44 smithi112 bash[16324]: audit 2024-01-18T07:57:43.402786+0000 mon.smithi131 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.112:0/1337508029' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T07:57:44.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:44 smithi112 bash[16324]: audit 2024-01-18T07:57:44.198661+0000 mon.smithi112 (mon.0) 285 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:57:44.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:44 smithi112 bash[16324]: audit 2024-01-18T07:57:44.200326+0000 mon.smithi112 (mon.0) 286 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-18T07:57:44.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:44 smithi112 bash[16324]: audit 2024-01-18T07:57:44.201689+0000 mon.smithi112 (mon.0) 287 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:57:45.150 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T07:57:45.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:45 smithi112 bash[16324]: cephadm 2024-01-18T07:57:44.202914+0000 mgr.smithi112.xshois (mgr.14182) 52 : cephadm [INF] Deploying daemon osd.4 on smithi131 2024-01-18T07:57:45.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:45 smithi112 bash[16324]: audit 2024-01-18T07:57:45.151596+0000 mon.smithi112 (mon.0) 288 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:57:45.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:45 smithi112 bash[16324]: audit 2024-01-18T07:57:45.152550+0000 mon.smithi112 (mon.0) 289 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-18T07:57:45.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:45 smithi112 bash[16324]: audit 2024-01-18T07:57:45.153585+0000 mon.smithi112 (mon.0) 290 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:57:45.535 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:45 smithi131 bash[19154]: cephadm 2024-01-18T07:57:44.202914+0000 mgr.smithi112.xshois (mgr.14182) 52 : cephadm [INF] Deploying daemon osd.4 on smithi131 2024-01-18T07:57:45.535 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:45 smithi131 bash[19154]: audit 2024-01-18T07:57:45.151596+0000 mon.smithi112 (mon.0) 288 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:57:45.535 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:45 smithi131 bash[19154]: audit 2024-01-18T07:57:45.152550+0000 mon.smithi112 (mon.0) 289 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-18T07:57:45.535 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:45 smithi131 bash[19154]: audit 2024-01-18T07:57:45.153585+0000 mon.smithi112 (mon.0) 290 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:57:46.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:46 smithi112 bash[16324]: cluster 2024-01-18T07:57:45.133664+0000 mgr.smithi112.xshois (mgr.14182) 53 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:57:46.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:46 smithi112 bash[16324]: cephadm 2024-01-18T07:57:45.154582+0000 mgr.smithi112.xshois (mgr.14182) 54 : cephadm [INF] Deploying daemon osd.3 on smithi112 2024-01-18T07:57:46.625 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:46 smithi131 bash[19154]: cluster 2024-01-18T07:57:45.133664+0000 mgr.smithi112.xshois (mgr.14182) 53 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:57:46.625 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:46 smithi131 bash[19154]: cephadm 2024-01-18T07:57:45.154582+0000 mgr.smithi112.xshois (mgr.14182) 54 : cephadm [INF] Deploying daemon osd.3 on smithi112 2024-01-18T07:57:47.460 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:47 smithi112 bash[16324]: audit 2024-01-18T07:57:46.628697+0000 mon.smithi131 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.131:6800/4256798958,v1:172.21.15.131:6801/4256798958]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-18T07:57:47.460 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:47 smithi112 bash[16324]: audit 2024-01-18T07:57:46.629267+0000 mon.smithi112 (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-18T07:57:47.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:47 smithi131 bash[19154]: audit 2024-01-18T07:57:46.628697+0000 mon.smithi131 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.131:6800/4256798958,v1:172.21.15.131:6801/4256798958]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-18T07:57:47.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:47 smithi131 bash[19154]: audit 2024-01-18T07:57:46.629267+0000 mon.smithi112 (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-18T07:57:48.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:48 smithi131 bash[19154]: cluster 2024-01-18T07:57:47.133970+0000 mgr.smithi112.xshois (mgr.14182) 55 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:57:48.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:48 smithi131 bash[19154]: audit 2024-01-18T07:57:47.280852+0000 mon.smithi112 (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-18T07:57:48.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:48 smithi131 bash[19154]: cluster 2024-01-18T07:57:47.280954+0000 mon.smithi112 (mon.0) 293 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-01-18T07:57:48.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:48 smithi131 bash[19154]: audit 2024-01-18T07:57:47.281098+0000 mon.smithi112 (mon.0) 294 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T07:57:48.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:48 smithi131 bash[19154]: audit 2024-01-18T07:57:47.281490+0000 mon.smithi112 (mon.0) 295 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T07:57:48.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:48 smithi131 bash[19154]: audit 2024-01-18T07:57:47.281710+0000 mon.smithi112 (mon.0) 296 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T07:57:48.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:48 smithi131 bash[19154]: audit 2024-01-18T07:57:47.281893+0000 mon.smithi112 (mon.0) 297 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:57:48.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:48 smithi131 bash[19154]: audit 2024-01-18T07:57:47.282116+0000 mon.smithi112 (mon.0) 298 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T07:57:48.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:48 smithi131 bash[19154]: audit 2024-01-18T07:57:47.282197+0000 mon.smithi131 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.131:6800/4256798958,v1:172.21.15.131:6801/4256798958]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-01-18T07:57:48.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:48 smithi131 bash[19154]: audit 2024-01-18T07:57:47.282430+0000 mon.smithi112 (mon.0) 299 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:57:48.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:48 smithi131 bash[19154]: audit 2024-01-18T07:57:47.282734+0000 mon.smithi112 (mon.0) 300 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-01-18T07:57:48.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:48 smithi131 bash[19154]: audit 2024-01-18T07:57:47.282998+0000 mon.smithi112 (mon.0) 301 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:57:48.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:48 smithi131 bash[19154]: audit 2024-01-18T07:57:47.283164+0000 mon.smithi112 (mon.0) 302 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:57:48.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:48 smithi112 bash[16324]: cluster 2024-01-18T07:57:47.133970+0000 mgr.smithi112.xshois (mgr.14182) 55 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:57:48.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:48 smithi112 bash[16324]: audit 2024-01-18T07:57:47.280852+0000 mon.smithi112 (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-18T07:57:48.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:48 smithi112 bash[16324]: cluster 2024-01-18T07:57:47.280954+0000 mon.smithi112 (mon.0) 293 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-01-18T07:57:48.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:48 smithi112 bash[16324]: audit 2024-01-18T07:57:47.281098+0000 mon.smithi112 (mon.0) 294 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T07:57:48.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:48 smithi112 bash[16324]: audit 2024-01-18T07:57:47.281490+0000 mon.smithi112 (mon.0) 295 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T07:57:48.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:48 smithi112 bash[16324]: audit 2024-01-18T07:57:47.281710+0000 mon.smithi112 (mon.0) 296 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T07:57:48.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:48 smithi112 bash[16324]: audit 2024-01-18T07:57:47.281893+0000 mon.smithi112 (mon.0) 297 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:57:48.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:48 smithi112 bash[16324]: audit 2024-01-18T07:57:47.282116+0000 mon.smithi112 (mon.0) 298 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T07:57:48.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:48 smithi112 bash[16324]: audit 2024-01-18T07:57:47.282197+0000 mon.smithi131 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.131:6800/4256798958,v1:172.21.15.131:6801/4256798958]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-01-18T07:57:48.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:48 smithi112 bash[16324]: audit 2024-01-18T07:57:47.282430+0000 mon.smithi112 (mon.0) 299 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:57:48.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:48 smithi112 bash[16324]: audit 2024-01-18T07:57:47.282734+0000 mon.smithi112 (mon.0) 300 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-01-18T07:57:48.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:48 smithi112 bash[16324]: audit 2024-01-18T07:57:47.282998+0000 mon.smithi112 (mon.0) 301 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:57:48.786 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:48 smithi112 bash[16324]: audit 2024-01-18T07:57:47.283164+0000 mon.smithi112 (mon.0) 302 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:57:49.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:49 smithi131 bash[19154]: audit 2024-01-18T07:57:48.281602+0000 mon.smithi112 (mon.0) 303 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]': finished 2024-01-18T07:57:49.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:49 smithi131 bash[19154]: cluster 2024-01-18T07:57:48.281814+0000 mon.smithi112 (mon.0) 304 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-01-18T07:57:49.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:49 smithi131 bash[19154]: audit 2024-01-18T07:57:48.282469+0000 mon.smithi112 (mon.0) 305 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T07:57:49.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:49 smithi131 bash[19154]: audit 2024-01-18T07:57:48.282919+0000 mon.smithi112 (mon.0) 306 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T07:57:49.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:49 smithi131 bash[19154]: audit 2024-01-18T07:57:48.283136+0000 mon.smithi112 (mon.0) 307 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T07:57:49.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:49 smithi131 bash[19154]: audit 2024-01-18T07:57:48.283345+0000 mon.smithi112 (mon.0) 308 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:57:49.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:49 smithi131 bash[19154]: audit 2024-01-18T07:57:48.283610+0000 mon.smithi112 (mon.0) 309 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T07:57:49.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:49 smithi131 bash[19154]: audit 2024-01-18T07:57:48.283889+0000 mon.smithi112 (mon.0) 310 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:57:49.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:49 smithi131 bash[19154]: audit 2024-01-18T07:57:48.284205+0000 mon.smithi112 (mon.0) 311 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:57:49.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:49 smithi131 bash[19154]: audit 2024-01-18T07:57:48.284486+0000 mon.smithi112 (mon.0) 312 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:57:49.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:49 smithi131 bash[19154]: audit 2024-01-18T07:57:48.291403+0000 mon.smithi112 (mon.0) 313 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T07:57:49.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:49 smithi131 bash[19154]: audit 2024-01-18T07:57:49.236476+0000 mon.smithi112 (mon.0) 314 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:57:49.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:49 smithi131 bash[19154]: audit 2024-01-18T07:57:49.238092+0000 mon.smithi112 (mon.0) 315 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-18T07:57:49.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:49 smithi131 bash[19154]: audit 2024-01-18T07:57:49.239735+0000 mon.smithi112 (mon.0) 316 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:57:49.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:49 smithi112 bash[16324]: audit 2024-01-18T07:57:48.281602+0000 mon.smithi112 (mon.0) 303 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]': finished 2024-01-18T07:57:49.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:49 smithi112 bash[16324]: cluster 2024-01-18T07:57:48.281814+0000 mon.smithi112 (mon.0) 304 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-01-18T07:57:49.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:49 smithi112 bash[16324]: audit 2024-01-18T07:57:48.282469+0000 mon.smithi112 (mon.0) 305 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T07:57:49.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:49 smithi112 bash[16324]: audit 2024-01-18T07:57:48.282919+0000 mon.smithi112 (mon.0) 306 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T07:57:49.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:49 smithi112 bash[16324]: audit 2024-01-18T07:57:48.283136+0000 mon.smithi112 (mon.0) 307 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T07:57:49.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:49 smithi112 bash[16324]: audit 2024-01-18T07:57:48.283345+0000 mon.smithi112 (mon.0) 308 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:57:49.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:49 smithi112 bash[16324]: audit 2024-01-18T07:57:48.283610+0000 mon.smithi112 (mon.0) 309 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T07:57:49.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:49 smithi112 bash[16324]: audit 2024-01-18T07:57:48.283889+0000 mon.smithi112 (mon.0) 310 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:57:49.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:49 smithi112 bash[16324]: audit 2024-01-18T07:57:48.284205+0000 mon.smithi112 (mon.0) 311 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:57:49.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:49 smithi112 bash[16324]: audit 2024-01-18T07:57:48.284486+0000 mon.smithi112 (mon.0) 312 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:57:49.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:49 smithi112 bash[16324]: audit 2024-01-18T07:57:48.291403+0000 mon.smithi112 (mon.0) 313 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T07:57:49.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:49 smithi112 bash[16324]: audit 2024-01-18T07:57:49.236476+0000 mon.smithi112 (mon.0) 314 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:57:49.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:49 smithi112 bash[16324]: audit 2024-01-18T07:57:49.238092+0000 mon.smithi112 (mon.0) 315 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-18T07:57:49.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:49 smithi112 bash[16324]: audit 2024-01-18T07:57:49.239735+0000 mon.smithi112 (mon.0) 316 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:57:50.342 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T07:57:50.500 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:50 smithi112 bash[16324]: cluster 2024-01-18T07:57:47.634295+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T07:57:50.500 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:50 smithi112 bash[16324]: cluster 2024-01-18T07:57:47.634360+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T07:57:50.500 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:50 smithi112 bash[16324]: cluster 2024-01-18T07:57:49.134390+0000 mgr.smithi112.xshois (mgr.14182) 56 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:57:50.500 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:50 smithi112 bash[16324]: cephadm 2024-01-18T07:57:49.241222+0000 mgr.smithi112.xshois (mgr.14182) 57 : cephadm [INF] Deploying daemon osd.6 on smithi131 2024-01-18T07:57:50.500 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:50 smithi112 bash[16324]: cluster 2024-01-18T07:57:49.292529+0000 mon.smithi112 (mon.0) 317 : cluster [INF] osd.0 [v2:172.21.15.131:6800/4256798958,v1:172.21.15.131:6801/4256798958] boot 2024-01-18T07:57:50.500 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:50 smithi112 bash[16324]: cluster 2024-01-18T07:57:49.292596+0000 mon.smithi112 (mon.0) 318 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-01-18T07:57:50.501 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:50 smithi112 bash[16324]: audit 2024-01-18T07:57:49.293210+0000 mon.smithi112 (mon.0) 319 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T07:57:50.501 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:50 smithi112 bash[16324]: audit 2024-01-18T07:57:49.294163+0000 mon.smithi112 (mon.0) 320 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T07:57:50.501 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:50 smithi112 bash[16324]: audit 2024-01-18T07:57:49.302040+0000 mon.smithi112 (mon.0) 321 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T07:57:50.501 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:50 smithi112 bash[16324]: audit 2024-01-18T07:57:49.302461+0000 mon.smithi112 (mon.0) 322 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:57:50.501 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:50 smithi112 bash[16324]: audit 2024-01-18T07:57:49.302942+0000 mon.smithi112 (mon.0) 323 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T07:57:50.501 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:50 smithi112 bash[16324]: audit 2024-01-18T07:57:49.303350+0000 mon.smithi112 (mon.0) 324 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:57:50.501 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:50 smithi112 bash[16324]: audit 2024-01-18T07:57:49.303806+0000 mon.smithi112 (mon.0) 325 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:57:50.501 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:50 smithi112 bash[16324]: audit 2024-01-18T07:57:49.304190+0000 mon.smithi112 (mon.0) 326 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:57:50.641 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:50 smithi131 bash[19154]: cluster 2024-01-18T07:57:47.634295+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T07:57:50.641 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:50 smithi131 bash[19154]: cluster 2024-01-18T07:57:47.634360+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T07:57:50.641 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:50 smithi131 bash[19154]: cluster 2024-01-18T07:57:49.134390+0000 mgr.smithi112.xshois (mgr.14182) 56 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:57:50.641 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:50 smithi131 bash[19154]: cephadm 2024-01-18T07:57:49.241222+0000 mgr.smithi112.xshois (mgr.14182) 57 : cephadm [INF] Deploying daemon osd.6 on smithi131 2024-01-18T07:57:50.641 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:50 smithi131 bash[19154]: cluster 2024-01-18T07:57:49.292529+0000 mon.smithi112 (mon.0) 317 : cluster [INF] osd.0 [v2:172.21.15.131:6800/4256798958,v1:172.21.15.131:6801/4256798958] boot 2024-01-18T07:57:50.641 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:50 smithi131 bash[19154]: cluster 2024-01-18T07:57:49.292596+0000 mon.smithi112 (mon.0) 318 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-01-18T07:57:50.641 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:50 smithi131 bash[19154]: audit 2024-01-18T07:57:49.293210+0000 mon.smithi112 (mon.0) 319 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T07:57:50.642 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:50 smithi131 bash[19154]: audit 2024-01-18T07:57:49.294163+0000 mon.smithi112 (mon.0) 320 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T07:57:50.642 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:50 smithi131 bash[19154]: audit 2024-01-18T07:57:49.302040+0000 mon.smithi112 (mon.0) 321 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T07:57:50.642 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:50 smithi131 bash[19154]: audit 2024-01-18T07:57:49.302461+0000 mon.smithi112 (mon.0) 322 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:57:50.642 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:50 smithi131 bash[19154]: audit 2024-01-18T07:57:49.302942+0000 mon.smithi112 (mon.0) 323 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T07:57:50.642 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:50 smithi131 bash[19154]: audit 2024-01-18T07:57:49.303350+0000 mon.smithi112 (mon.0) 324 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:57:50.642 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:50 smithi131 bash[19154]: audit 2024-01-18T07:57:49.303806+0000 mon.smithi112 (mon.0) 325 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:57:50.642 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:50 smithi131 bash[19154]: audit 2024-01-18T07:57:49.304190+0000 mon.smithi112 (mon.0) 326 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:57:51.263 INFO:teuthology.orchestra.run.smithi112.stdout:{"epoch":17,"num_osds":8,"num_up_osds":1,"osd_up_since":1705564669,"num_in_osds":8,"osd_in_since":1705564645,"num_remapped_pgs":0} 2024-01-18T07:57:51.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:51 smithi112 bash[16324]: cluster 2024-01-18T07:57:50.309090+0000 mon.smithi112 (mon.0) 327 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-01-18T07:57:51.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:51 smithi112 bash[16324]: audit 2024-01-18T07:57:50.309215+0000 mon.smithi112 (mon.0) 328 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T07:57:51.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:51 smithi112 bash[16324]: audit 2024-01-18T07:57:50.309488+0000 mon.smithi112 (mon.0) 329 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T07:57:51.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:51 smithi112 bash[16324]: audit 2024-01-18T07:57:50.309710+0000 mon.smithi112 (mon.0) 330 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:57:51.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:51 smithi112 bash[16324]: audit 2024-01-18T07:57:50.309901+0000 mon.smithi112 (mon.0) 331 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T07:57:51.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:51 smithi112 bash[16324]: audit 2024-01-18T07:57:50.310083+0000 mon.smithi112 (mon.0) 332 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:57:51.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:51 smithi112 bash[16324]: audit 2024-01-18T07:57:50.310278+0000 mon.smithi112 (mon.0) 333 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:57:51.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:51 smithi112 bash[16324]: audit 2024-01-18T07:57:50.310419+0000 mon.smithi112 (mon.0) 334 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:57:51.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:51 smithi112 bash[16324]: audit 2024-01-18T07:57:50.342136+0000 mon.smithi112 (mon.0) 335 : audit [DBG] from='client.? 172.21.15.112:0/3559079405' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T07:57:51.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:51 smithi131 bash[19154]: cluster 2024-01-18T07:57:50.309090+0000 mon.smithi112 (mon.0) 327 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-01-18T07:57:51.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:51 smithi131 bash[19154]: audit 2024-01-18T07:57:50.309215+0000 mon.smithi112 (mon.0) 328 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T07:57:51.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:51 smithi131 bash[19154]: audit 2024-01-18T07:57:50.309488+0000 mon.smithi112 (mon.0) 329 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T07:57:51.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:51 smithi131 bash[19154]: audit 2024-01-18T07:57:50.309710+0000 mon.smithi112 (mon.0) 330 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:57:51.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:51 smithi131 bash[19154]: audit 2024-01-18T07:57:50.309901+0000 mon.smithi112 (mon.0) 331 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T07:57:51.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:51 smithi131 bash[19154]: audit 2024-01-18T07:57:50.310083+0000 mon.smithi112 (mon.0) 332 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:57:51.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:51 smithi131 bash[19154]: audit 2024-01-18T07:57:50.310278+0000 mon.smithi112 (mon.0) 333 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:57:51.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:51 smithi131 bash[19154]: audit 2024-01-18T07:57:50.310419+0000 mon.smithi112 (mon.0) 334 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:57:51.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:51 smithi131 bash[19154]: audit 2024-01-18T07:57:50.342136+0000 mon.smithi112 (mon.0) 335 : audit [DBG] from='client.? 172.21.15.112:0/3559079405' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T07:57:52.264 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T07:57:53.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:52 smithi112 bash[16324]: cluster 2024-01-18T07:57:51.134994+0000 mgr.smithi112.xshois (mgr.14182) 58 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-18T07:57:53.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:52 smithi112 bash[16324]: audit 2024-01-18T07:57:51.705555+0000 mon.smithi112 (mon.0) 336 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:57:53.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:52 smithi112 bash[16324]: audit 2024-01-18T07:57:51.706784+0000 mon.smithi112 (mon.0) 337 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-18T07:57:53.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:52 smithi112 bash[16324]: audit 2024-01-18T07:57:51.707949+0000 mon.smithi112 (mon.0) 338 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:57:53.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:52 smithi112 bash[16324]: cephadm 2024-01-18T07:57:51.709100+0000 mgr.smithi112.xshois (mgr.14182) 59 : cephadm [INF] Deploying daemon osd.5 on smithi112 2024-01-18T07:57:53.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:52 smithi112 bash[16324]: audit 2024-01-18T07:57:51.811896+0000 mon.smithi131 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.131:6808/3162509479,v1:172.21.15.131:6809/3162509479]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-18T07:57:53.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:52 smithi112 bash[16324]: audit 2024-01-18T07:57:51.812278+0000 mon.smithi112 (mon.0) 339 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-18T07:57:53.058 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:52 smithi131 bash[19154]: cluster 2024-01-18T07:57:51.134994+0000 mgr.smithi112.xshois (mgr.14182) 58 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-18T07:57:53.058 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:52 smithi131 bash[19154]: audit 2024-01-18T07:57:51.705555+0000 mon.smithi112 (mon.0) 336 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:57:53.058 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:52 smithi131 bash[19154]: audit 2024-01-18T07:57:51.706784+0000 mon.smithi112 (mon.0) 337 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-18T07:57:53.058 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:52 smithi131 bash[19154]: audit 2024-01-18T07:57:51.707949+0000 mon.smithi112 (mon.0) 338 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:57:53.058 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:52 smithi131 bash[19154]: cephadm 2024-01-18T07:57:51.709100+0000 mgr.smithi112.xshois (mgr.14182) 59 : cephadm [INF] Deploying daemon osd.5 on smithi112 2024-01-18T07:57:53.058 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:52 smithi131 bash[19154]: audit 2024-01-18T07:57:51.811896+0000 mon.smithi131 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.131:6808/3162509479,v1:172.21.15.131:6809/3162509479]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-18T07:57:53.058 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:52 smithi131 bash[19154]: audit 2024-01-18T07:57:51.812278+0000 mon.smithi112 (mon.0) 339 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-18T07:57:53.971 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:53 smithi112 bash[16324]: audit 2024-01-18T07:57:52.714986+0000 mon.smithi112 (mon.0) 340 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-18T07:57:53.971 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:53 smithi112 bash[16324]: cluster 2024-01-18T07:57:52.715063+0000 mon.smithi112 (mon.0) 341 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-01-18T07:57:53.971 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:53 smithi112 bash[16324]: audit 2024-01-18T07:57:52.715206+0000 mon.smithi112 (mon.0) 342 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T07:57:53.971 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:53 smithi112 bash[16324]: audit 2024-01-18T07:57:52.715557+0000 mon.smithi112 (mon.0) 343 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T07:57:53.971 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:53 smithi112 bash[16324]: audit 2024-01-18T07:57:52.715779+0000 mon.smithi112 (mon.0) 344 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:57:53.971 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:53 smithi112 bash[16324]: audit 2024-01-18T07:57:52.716029+0000 mon.smithi112 (mon.0) 345 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T07:57:53.971 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:53 smithi112 bash[16324]: audit 2024-01-18T07:57:52.716233+0000 mon.smithi112 (mon.0) 346 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:57:53.972 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:53 smithi112 bash[16324]: audit 2024-01-18T07:57:52.716461+0000 mon.smithi131 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.131:6808/3162509479,v1:172.21.15.131:6809/3162509479]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-01-18T07:57:53.972 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:53 smithi112 bash[16324]: audit 2024-01-18T07:57:52.716472+0000 mon.smithi112 (mon.0) 347 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:57:53.972 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:53 smithi112 bash[16324]: audit 2024-01-18T07:57:52.716672+0000 mon.smithi112 (mon.0) 348 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:57:53.972 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:53 smithi112 bash[16324]: audit 2024-01-18T07:57:52.717053+0000 mon.smithi112 (mon.0) 349 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-01-18T07:57:54.084 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:53 smithi131 bash[19154]: audit 2024-01-18T07:57:52.714986+0000 mon.smithi112 (mon.0) 340 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-18T07:57:54.085 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:53 smithi131 bash[19154]: cluster 2024-01-18T07:57:52.715063+0000 mon.smithi112 (mon.0) 341 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-01-18T07:57:54.085 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:53 smithi131 bash[19154]: audit 2024-01-18T07:57:52.715206+0000 mon.smithi112 (mon.0) 342 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T07:57:54.085 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:53 smithi131 bash[19154]: audit 2024-01-18T07:57:52.715557+0000 mon.smithi112 (mon.0) 343 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T07:57:54.085 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:53 smithi131 bash[19154]: audit 2024-01-18T07:57:52.715779+0000 mon.smithi112 (mon.0) 344 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:57:54.085 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:53 smithi131 bash[19154]: audit 2024-01-18T07:57:52.716029+0000 mon.smithi112 (mon.0) 345 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T07:57:54.085 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:53 smithi131 bash[19154]: audit 2024-01-18T07:57:52.716233+0000 mon.smithi112 (mon.0) 346 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:57:54.085 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:53 smithi131 bash[19154]: audit 2024-01-18T07:57:52.716461+0000 mon.smithi131 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.131:6808/3162509479,v1:172.21.15.131:6809/3162509479]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-01-18T07:57:54.085 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:53 smithi131 bash[19154]: audit 2024-01-18T07:57:52.716472+0000 mon.smithi112 (mon.0) 347 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:57:54.085 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:53 smithi131 bash[19154]: audit 2024-01-18T07:57:52.716672+0000 mon.smithi112 (mon.0) 348 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:57:54.085 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:53 smithi131 bash[19154]: audit 2024-01-18T07:57:52.717053+0000 mon.smithi112 (mon.0) 349 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-01-18T07:57:54.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:54 smithi112 bash[16324]: cluster 2024-01-18T07:57:53.135549+0000 mgr.smithi112.xshois (mgr.14182) 60 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-18T07:57:54.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:54 smithi112 bash[16324]: audit 2024-01-18T07:57:53.717490+0000 mon.smithi112 (mon.0) 350 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]': finished 2024-01-18T07:57:54.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:54 smithi112 bash[16324]: cluster 2024-01-18T07:57:53.717592+0000 mon.smithi112 (mon.0) 351 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-01-18T07:57:54.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:54 smithi112 bash[16324]: audit 2024-01-18T07:57:53.718177+0000 mon.smithi112 (mon.0) 352 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T07:57:54.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:54 smithi112 bash[16324]: audit 2024-01-18T07:57:53.718749+0000 mon.smithi112 (mon.0) 353 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T07:57:54.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:54 smithi112 bash[16324]: audit 2024-01-18T07:57:53.719163+0000 mon.smithi112 (mon.0) 354 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:57:54.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:54 smithi112 bash[16324]: audit 2024-01-18T07:57:53.719538+0000 mon.smithi112 (mon.0) 355 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T07:57:54.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:54 smithi112 bash[16324]: audit 2024-01-18T07:57:53.719924+0000 mon.smithi112 (mon.0) 356 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:57:54.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:54 smithi112 bash[16324]: audit 2024-01-18T07:57:53.720357+0000 mon.smithi112 (mon.0) 357 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:57:54.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:54 smithi112 bash[16324]: audit 2024-01-18T07:57:53.728403+0000 mon.smithi112 (mon.0) 358 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:57:54.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:54 smithi112 bash[16324]: audit 2024-01-18T07:57:53.729652+0000 mon.smithi112 (mon.0) 359 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T07:57:54.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:54 smithi112 bash[16324]: audit 2024-01-18T07:57:53.826380+0000 mon.smithi112 (mon.0) 360 : audit [INF] from='osd.1 [v2:172.21.15.112:6802/1355739790,v1:172.21.15.112:6803/1355739790]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-18T07:57:54.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:54 smithi112 bash[16324]: audit 2024-01-18T07:57:54.417829+0000 mon.smithi112 (mon.0) 361 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:57:55.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:54 smithi131 bash[19154]: cluster 2024-01-18T07:57:53.135549+0000 mgr.smithi112.xshois (mgr.14182) 60 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-18T07:57:55.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:54 smithi131 bash[19154]: audit 2024-01-18T07:57:53.717490+0000 mon.smithi112 (mon.0) 350 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]': finished 2024-01-18T07:57:55.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:54 smithi131 bash[19154]: cluster 2024-01-18T07:57:53.717592+0000 mon.smithi112 (mon.0) 351 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-01-18T07:57:55.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:54 smithi131 bash[19154]: audit 2024-01-18T07:57:53.718177+0000 mon.smithi112 (mon.0) 352 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T07:57:55.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:54 smithi131 bash[19154]: audit 2024-01-18T07:57:53.718749+0000 mon.smithi112 (mon.0) 353 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T07:57:55.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:54 smithi131 bash[19154]: audit 2024-01-18T07:57:53.719163+0000 mon.smithi112 (mon.0) 354 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:57:55.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:54 smithi131 bash[19154]: audit 2024-01-18T07:57:53.719538+0000 mon.smithi112 (mon.0) 355 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T07:57:55.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:54 smithi131 bash[19154]: audit 2024-01-18T07:57:53.719924+0000 mon.smithi112 (mon.0) 356 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:57:55.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:54 smithi131 bash[19154]: audit 2024-01-18T07:57:53.720357+0000 mon.smithi112 (mon.0) 357 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:57:55.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:54 smithi131 bash[19154]: audit 2024-01-18T07:57:53.728403+0000 mon.smithi112 (mon.0) 358 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:57:55.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:54 smithi131 bash[19154]: audit 2024-01-18T07:57:53.729652+0000 mon.smithi112 (mon.0) 359 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T07:57:55.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:54 smithi131 bash[19154]: audit 2024-01-18T07:57:53.826380+0000 mon.smithi112 (mon.0) 360 : audit [INF] from='osd.1 [v2:172.21.15.112:6802/1355739790,v1:172.21.15.112:6803/1355739790]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-18T07:57:55.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:54 smithi131 bash[19154]: audit 2024-01-18T07:57:54.417829+0000 mon.smithi112 (mon.0) 361 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:57:56.025 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:55 smithi131 bash[19154]: cluster 2024-01-18T07:57:52.798823+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T07:57:56.025 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:55 smithi131 bash[19154]: cluster 2024-01-18T07:57:52.798928+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T07:57:56.025 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:55 smithi131 bash[19154]: audit 2024-01-18T07:57:54.729548+0000 mon.smithi112 (mon.0) 362 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T07:57:56.025 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:55 smithi131 bash[19154]: cluster 2024-01-18T07:57:54.735064+0000 mon.smithi112 (mon.0) 363 : cluster [INF] osd.2 [v2:172.21.15.131:6808/3162509479,v1:172.21.15.131:6809/3162509479] boot 2024-01-18T07:57:56.025 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:55 smithi131 bash[19154]: audit 2024-01-18T07:57:54.735190+0000 mon.smithi112 (mon.0) 364 : audit [INF] from='osd.1 [v2:172.21.15.112:6802/1355739790,v1:172.21.15.112:6803/1355739790]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-18T07:57:56.025 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:55 smithi131 bash[19154]: cluster 2024-01-18T07:57:54.735296+0000 mon.smithi112 (mon.0) 365 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-01-18T07:57:56.026 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:55 smithi131 bash[19154]: audit 2024-01-18T07:57:54.735486+0000 mon.smithi112 (mon.0) 366 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T07:57:56.026 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:55 smithi131 bash[19154]: audit 2024-01-18T07:57:54.735993+0000 mon.smithi112 (mon.0) 367 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T07:57:56.026 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:55 smithi131 bash[19154]: audit 2024-01-18T07:57:54.736360+0000 mon.smithi112 (mon.0) 368 : audit [INF] from='osd.1 [v2:172.21.15.112:6802/1355739790,v1:172.21.15.112:6803/1355739790]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi112", "root=default"]}]: dispatch 2024-01-18T07:57:56.026 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:55 smithi131 bash[19154]: audit 2024-01-18T07:57:54.736703+0000 mon.smithi112 (mon.0) 369 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:57:56.026 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:55 smithi131 bash[19154]: audit 2024-01-18T07:57:54.736994+0000 mon.smithi112 (mon.0) 370 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T07:57:56.026 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:55 smithi131 bash[19154]: audit 2024-01-18T07:57:54.737254+0000 mon.smithi112 (mon.0) 371 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:57:56.026 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:55 smithi131 bash[19154]: audit 2024-01-18T07:57:54.737512+0000 mon.smithi112 (mon.0) 372 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:57:56.026 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:55 smithi131 bash[19154]: audit 2024-01-18T07:57:54.737769+0000 mon.smithi112 (mon.0) 373 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:57:56.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:55 smithi112 bash[16324]: cluster 2024-01-18T07:57:52.798823+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T07:57:56.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:55 smithi112 bash[16324]: cluster 2024-01-18T07:57:52.798928+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T07:57:56.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:55 smithi112 bash[16324]: audit 2024-01-18T07:57:54.729548+0000 mon.smithi112 (mon.0) 362 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T07:57:56.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:55 smithi112 bash[16324]: cluster 2024-01-18T07:57:54.735064+0000 mon.smithi112 (mon.0) 363 : cluster [INF] osd.2 [v2:172.21.15.131:6808/3162509479,v1:172.21.15.131:6809/3162509479] boot 2024-01-18T07:57:56.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:55 smithi112 bash[16324]: audit 2024-01-18T07:57:54.735190+0000 mon.smithi112 (mon.0) 364 : audit [INF] from='osd.1 [v2:172.21.15.112:6802/1355739790,v1:172.21.15.112:6803/1355739790]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-18T07:57:56.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:55 smithi112 bash[16324]: cluster 2024-01-18T07:57:54.735296+0000 mon.smithi112 (mon.0) 365 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-01-18T07:57:56.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:55 smithi112 bash[16324]: audit 2024-01-18T07:57:54.735486+0000 mon.smithi112 (mon.0) 366 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T07:57:56.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:55 smithi112 bash[16324]: audit 2024-01-18T07:57:54.735993+0000 mon.smithi112 (mon.0) 367 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T07:57:56.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:55 smithi112 bash[16324]: audit 2024-01-18T07:57:54.736360+0000 mon.smithi112 (mon.0) 368 : audit [INF] from='osd.1 [v2:172.21.15.112:6802/1355739790,v1:172.21.15.112:6803/1355739790]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi112", "root=default"]}]: dispatch 2024-01-18T07:57:56.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:55 smithi112 bash[16324]: audit 2024-01-18T07:57:54.736703+0000 mon.smithi112 (mon.0) 369 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:57:56.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:55 smithi112 bash[16324]: audit 2024-01-18T07:57:54.736994+0000 mon.smithi112 (mon.0) 370 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T07:57:56.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:55 smithi112 bash[16324]: audit 2024-01-18T07:57:54.737254+0000 mon.smithi112 (mon.0) 371 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:57:56.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:55 smithi112 bash[16324]: audit 2024-01-18T07:57:54.737512+0000 mon.smithi112 (mon.0) 372 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:57:56.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:55 smithi112 bash[16324]: audit 2024-01-18T07:57:54.737769+0000 mon.smithi112 (mon.0) 373 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:57:57.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:57 smithi131 bash[19154]: cluster 2024-01-18T07:57:55.136140+0000 mgr.smithi112.xshois (mgr.14182) 61 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-18T07:57:57.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:57 smithi131 bash[19154]: audit 2024-01-18T07:57:55.742712+0000 mon.smithi112 (mon.0) 374 : audit [INF] from='osd.1 [v2:172.21.15.112:6802/1355739790,v1:172.21.15.112:6803/1355739790]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi112", "root=default"]}]': finished 2024-01-18T07:57:57.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:57 smithi131 bash[19154]: cluster 2024-01-18T07:57:55.742889+0000 mon.smithi112 (mon.0) 375 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2024-01-18T07:57:57.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:57 smithi131 bash[19154]: audit 2024-01-18T07:57:55.743137+0000 mon.smithi112 (mon.0) 376 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T07:57:57.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:57 smithi131 bash[19154]: audit 2024-01-18T07:57:55.743953+0000 mon.smithi112 (mon.0) 377 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:57:57.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:57 smithi131 bash[19154]: audit 2024-01-18T07:57:55.744784+0000 mon.smithi112 (mon.0) 378 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T07:57:57.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:57 smithi131 bash[19154]: audit 2024-01-18T07:57:55.745150+0000 mon.smithi112 (mon.0) 379 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:57:57.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:57 smithi131 bash[19154]: audit 2024-01-18T07:57:55.745432+0000 mon.smithi112 (mon.0) 380 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:57:57.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:57 smithi131 bash[19154]: audit 2024-01-18T07:57:55.745699+0000 mon.smithi112 (mon.0) 381 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:57:57.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:57 smithi131 bash[19154]: audit 2024-01-18T07:57:55.750519+0000 mon.smithi112 (mon.0) 382 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T07:57:57.504 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:57 smithi112 bash[16324]: cluster 2024-01-18T07:57:55.136140+0000 mgr.smithi112.xshois (mgr.14182) 61 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-18T07:57:57.504 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:57 smithi112 bash[16324]: audit 2024-01-18T07:57:55.742712+0000 mon.smithi112 (mon.0) 374 : audit [INF] from='osd.1 [v2:172.21.15.112:6802/1355739790,v1:172.21.15.112:6803/1355739790]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi112", "root=default"]}]': finished 2024-01-18T07:57:57.504 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:57 smithi112 bash[16324]: cluster 2024-01-18T07:57:55.742889+0000 mon.smithi112 (mon.0) 375 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2024-01-18T07:57:57.504 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:57 smithi112 bash[16324]: audit 2024-01-18T07:57:55.743137+0000 mon.smithi112 (mon.0) 376 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T07:57:57.504 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:57 smithi112 bash[16324]: audit 2024-01-18T07:57:55.743953+0000 mon.smithi112 (mon.0) 377 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:57:57.504 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:57 smithi112 bash[16324]: audit 2024-01-18T07:57:55.744784+0000 mon.smithi112 (mon.0) 378 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T07:57:57.505 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:57 smithi112 bash[16324]: audit 2024-01-18T07:57:55.745150+0000 mon.smithi112 (mon.0) 379 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:57:57.505 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:57 smithi112 bash[16324]: audit 2024-01-18T07:57:55.745432+0000 mon.smithi112 (mon.0) 380 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:57:57.505 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:57 smithi112 bash[16324]: audit 2024-01-18T07:57:55.745699+0000 mon.smithi112 (mon.0) 381 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:57:57.505 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:57 smithi112 bash[16324]: audit 2024-01-18T07:57:55.750519+0000 mon.smithi112 (mon.0) 382 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T07:57:57.836 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T07:57:58.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:58 smithi131 bash[19154]: cluster 2024-01-18T07:57:54.794442+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T07:57:58.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:58 smithi131 bash[19154]: cluster 2024-01-18T07:57:54.794531+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T07:57:58.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:58 smithi131 bash[19154]: cluster 2024-01-18T07:57:56.743987+0000 mon.smithi112 (mon.0) 383 : cluster [INF] osd.1 [v2:172.21.15.112:6802/1355739790,v1:172.21.15.112:6803/1355739790] boot 2024-01-18T07:57:58.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:58 smithi131 bash[19154]: cluster 2024-01-18T07:57:56.744023+0000 mon.smithi112 (mon.0) 384 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-01-18T07:57:58.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:58 smithi131 bash[19154]: audit 2024-01-18T07:57:56.744736+0000 mon.smithi112 (mon.0) 385 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T07:57:58.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:58 smithi131 bash[19154]: audit 2024-01-18T07:57:56.745090+0000 mon.smithi112 (mon.0) 386 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:57:58.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:58 smithi131 bash[19154]: audit 2024-01-18T07:57:56.745334+0000 mon.smithi112 (mon.0) 387 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T07:57:58.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:58 smithi131 bash[19154]: audit 2024-01-18T07:57:56.745597+0000 mon.smithi112 (mon.0) 388 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:57:58.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:58 smithi131 bash[19154]: audit 2024-01-18T07:57:56.745853+0000 mon.smithi112 (mon.0) 389 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:57:58.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:58 smithi131 bash[19154]: audit 2024-01-18T07:57:56.746104+0000 mon.smithi112 (mon.0) 390 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:57:58.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:58 smithi131 bash[19154]: audit 2024-01-18T07:57:56.746403+0000 mon.smithi112 (mon.0) 391 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 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-18T07:57:58.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:58 smithi131 bash[19154]: cluster 2024-01-18T07:57:57.136678+0000 mgr.smithi112.xshois (mgr.14182) 62 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-01-18T07:57:58.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:58 smithi131 bash[19154]: audit 2024-01-18T07:57:57.214534+0000 mon.smithi131 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.131:6816/161461741,v1:172.21.15.131:6817/161461741]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-18T07:57:58.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:58 smithi131 bash[19154]: audit 2024-01-18T07:57:57.214985+0000 mon.smithi112 (mon.0) 392 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-18T07:57:58.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:58 smithi131 bash[19154]: audit 2024-01-18T07:57:57.752992+0000 mon.smithi112 (mon.0) 393 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 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-18T07:57:58.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:58 smithi131 bash[19154]: audit 2024-01-18T07:57:57.753133+0000 mon.smithi112 (mon.0) 394 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-18T07:57:58.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:58 smithi131 bash[19154]: cluster 2024-01-18T07:57:57.753299+0000 mon.smithi112 (mon.0) 395 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-01-18T07:57:58.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:58 smithi131 bash[19154]: audit 2024-01-18T07:57:57.753586+0000 mon.smithi112 (mon.0) 396 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:57:58.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:58 smithi131 bash[19154]: audit 2024-01-18T07:57:57.754084+0000 mon.smithi112 (mon.0) 397 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T07:57:58.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:58 smithi131 bash[19154]: audit 2024-01-18T07:57:57.754410+0000 mon.smithi112 (mon.0) 398 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:57:58.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:58 smithi131 bash[19154]: audit 2024-01-18T07:57:57.754524+0000 mon.smithi131 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.131:6816/161461741,v1:172.21.15.131:6817/161461741]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-01-18T07:57:58.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:58 smithi131 bash[19154]: audit 2024-01-18T07:57:57.754662+0000 mon.smithi112 (mon.0) 399 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:57:58.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:58 smithi131 bash[19154]: audit 2024-01-18T07:57:57.755252+0000 mon.smithi112 (mon.0) 400 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:57:58.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:58 smithi131 bash[19154]: audit 2024-01-18T07:57:57.755596+0000 mon.smithi112 (mon.0) 401 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-01-18T07:57:58.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:58 smithi131 bash[19154]: audit 2024-01-18T07:57:57.756563+0000 mon.smithi112 (mon.0) 402 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-18T07:57:58.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:58 smithi131 bash[19154]: audit 2024-01-18T07:57:57.835685+0000 mon.smithi112 (mon.0) 403 : audit [DBG] from='client.? 172.21.15.112:0/1989513988' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T07:57:58.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:58 smithi112 bash[16324]: cluster 2024-01-18T07:57:54.794442+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T07:57:58.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:58 smithi112 bash[16324]: cluster 2024-01-18T07:57:54.794531+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T07:57:58.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:58 smithi112 bash[16324]: cluster 2024-01-18T07:57:56.743987+0000 mon.smithi112 (mon.0) 383 : cluster [INF] osd.1 [v2:172.21.15.112:6802/1355739790,v1:172.21.15.112:6803/1355739790] boot 2024-01-18T07:57:58.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:58 smithi112 bash[16324]: cluster 2024-01-18T07:57:56.744023+0000 mon.smithi112 (mon.0) 384 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-01-18T07:57:58.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:58 smithi112 bash[16324]: audit 2024-01-18T07:57:56.744736+0000 mon.smithi112 (mon.0) 385 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T07:57:58.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:58 smithi112 bash[16324]: audit 2024-01-18T07:57:56.745090+0000 mon.smithi112 (mon.0) 386 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:57:58.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:58 smithi112 bash[16324]: audit 2024-01-18T07:57:56.745334+0000 mon.smithi112 (mon.0) 387 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T07:57:58.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:58 smithi112 bash[16324]: audit 2024-01-18T07:57:56.745597+0000 mon.smithi112 (mon.0) 388 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:57:58.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:58 smithi112 bash[16324]: audit 2024-01-18T07:57:56.745853+0000 mon.smithi112 (mon.0) 389 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:57:58.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:58 smithi112 bash[16324]: audit 2024-01-18T07:57:56.746104+0000 mon.smithi112 (mon.0) 390 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:57:58.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:58 smithi112 bash[16324]: audit 2024-01-18T07:57:56.746403+0000 mon.smithi112 (mon.0) 391 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 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-18T07:57:58.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:58 smithi112 bash[16324]: cluster 2024-01-18T07:57:57.136678+0000 mgr.smithi112.xshois (mgr.14182) 62 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-01-18T07:57:58.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:58 smithi112 bash[16324]: audit 2024-01-18T07:57:57.214534+0000 mon.smithi131 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.131:6816/161461741,v1:172.21.15.131:6817/161461741]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-18T07:57:58.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:58 smithi112 bash[16324]: audit 2024-01-18T07:57:57.214985+0000 mon.smithi112 (mon.0) 392 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-18T07:57:58.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:58 smithi112 bash[16324]: audit 2024-01-18T07:57:57.752992+0000 mon.smithi112 (mon.0) 393 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 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-18T07:57:58.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:58 smithi112 bash[16324]: audit 2024-01-18T07:57:57.753133+0000 mon.smithi112 (mon.0) 394 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-18T07:57:58.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:58 smithi112 bash[16324]: cluster 2024-01-18T07:57:57.753299+0000 mon.smithi112 (mon.0) 395 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-01-18T07:57:58.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:58 smithi112 bash[16324]: audit 2024-01-18T07:57:57.753586+0000 mon.smithi112 (mon.0) 396 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:57:58.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:58 smithi112 bash[16324]: audit 2024-01-18T07:57:57.754084+0000 mon.smithi112 (mon.0) 397 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T07:57:58.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:58 smithi112 bash[16324]: audit 2024-01-18T07:57:57.754410+0000 mon.smithi112 (mon.0) 398 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:57:58.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:58 smithi112 bash[16324]: audit 2024-01-18T07:57:57.754524+0000 mon.smithi131 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.131:6816/161461741,v1:172.21.15.131:6817/161461741]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-01-18T07:57:58.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:58 smithi112 bash[16324]: audit 2024-01-18T07:57:57.754662+0000 mon.smithi112 (mon.0) 399 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:57:58.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:58 smithi112 bash[16324]: audit 2024-01-18T07:57:57.755252+0000 mon.smithi112 (mon.0) 400 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:57:58.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:58 smithi112 bash[16324]: audit 2024-01-18T07:57:57.755596+0000 mon.smithi112 (mon.0) 401 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-01-18T07:57:58.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:58 smithi112 bash[16324]: audit 2024-01-18T07:57:57.756563+0000 mon.smithi112 (mon.0) 402 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-18T07:57:58.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:58 smithi112 bash[16324]: audit 2024-01-18T07:57:57.835685+0000 mon.smithi112 (mon.0) 403 : audit [DBG] from='client.? 172.21.15.112:0/1989513988' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T07:57:58.651 INFO:teuthology.orchestra.run.smithi112.stdout:{"epoch":23,"num_osds":8,"num_up_osds":3,"osd_up_since":1705564676,"num_in_osds":8,"osd_in_since":1705564645,"num_remapped_pgs":0} 2024-01-18T07:57:59.652 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T07:58:00.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:59 smithi112 bash[16324]: audit 2024-01-18T07:57:58.756711+0000 mon.smithi112 (mon.0) 404 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]': finished 2024-01-18T07:58:00.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:59 smithi112 bash[16324]: audit 2024-01-18T07:57:58.756867+0000 mon.smithi112 (mon.0) 405 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-18T07:58:00.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:59 smithi112 bash[16324]: cluster 2024-01-18T07:57:58.756977+0000 mon.smithi112 (mon.0) 406 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-01-18T07:58:00.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:59 smithi112 bash[16324]: audit 2024-01-18T07:57:58.757202+0000 mon.smithi112 (mon.0) 407 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:58:00.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:59 smithi112 bash[16324]: audit 2024-01-18T07:57:58.757832+0000 mon.smithi112 (mon.0) 408 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T07:58:00.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:59 smithi112 bash[16324]: audit 2024-01-18T07:57:58.758286+0000 mon.smithi112 (mon.0) 409 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:58:00.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:59 smithi112 bash[16324]: audit 2024-01-18T07:57:58.758615+0000 mon.smithi112 (mon.0) 410 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:58:00.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:59 smithi112 bash[16324]: audit 2024-01-18T07:57:58.758906+0000 mon.smithi112 (mon.0) 411 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:58:00.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:59 smithi112 bash[16324]: audit 2024-01-18T07:57:58.761992+0000 mon.smithi112 (mon.0) 412 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T07:58:00.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:59 smithi112 bash[16324]: audit 2024-01-18T07:57:58.975203+0000 mon.smithi112 (mon.0) 413 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:58:00.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:59 smithi112 bash[16324]: audit 2024-01-18T07:57:58.976182+0000 mon.smithi112 (mon.0) 414 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-18T07:58:00.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:57:59 smithi112 bash[16324]: audit 2024-01-18T07:57:58.977354+0000 mon.smithi112 (mon.0) 415 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:58:00.097 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:59 smithi131 bash[19154]: audit 2024-01-18T07:57:58.756711+0000 mon.smithi112 (mon.0) 404 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]': finished 2024-01-18T07:58:00.097 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:59 smithi131 bash[19154]: audit 2024-01-18T07:57:58.756867+0000 mon.smithi112 (mon.0) 405 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-18T07:58:00.097 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:59 smithi131 bash[19154]: cluster 2024-01-18T07:57:58.756977+0000 mon.smithi112 (mon.0) 406 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-01-18T07:58:00.097 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:59 smithi131 bash[19154]: audit 2024-01-18T07:57:58.757202+0000 mon.smithi112 (mon.0) 407 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:58:00.097 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:59 smithi131 bash[19154]: audit 2024-01-18T07:57:58.757832+0000 mon.smithi112 (mon.0) 408 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T07:58:00.098 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:59 smithi131 bash[19154]: audit 2024-01-18T07:57:58.758286+0000 mon.smithi112 (mon.0) 409 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:58:00.098 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:59 smithi131 bash[19154]: audit 2024-01-18T07:57:58.758615+0000 mon.smithi112 (mon.0) 410 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:58:00.098 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:59 smithi131 bash[19154]: audit 2024-01-18T07:57:58.758906+0000 mon.smithi112 (mon.0) 411 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:58:00.098 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:59 smithi131 bash[19154]: audit 2024-01-18T07:57:58.761992+0000 mon.smithi112 (mon.0) 412 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T07:58:00.098 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:59 smithi131 bash[19154]: audit 2024-01-18T07:57:58.975203+0000 mon.smithi112 (mon.0) 413 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:58:00.098 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:59 smithi131 bash[19154]: audit 2024-01-18T07:57:58.976182+0000 mon.smithi112 (mon.0) 414 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-18T07:58:00.098 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:57:59 smithi131 bash[19154]: audit 2024-01-18T07:57:58.977354+0000 mon.smithi112 (mon.0) 415 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:58:01.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:00 smithi112 bash[16324]: cluster 2024-01-18T07:57:58.116032+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T07:58:01.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:00 smithi112 bash[16324]: cluster 2024-01-18T07:57:58.116135+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T07:58:01.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:00 smithi112 bash[16324]: cephadm 2024-01-18T07:57:58.978333+0000 mgr.smithi112.xshois (mgr.14182) 63 : cephadm [INF] Deploying daemon osd.7 on smithi112 2024-01-18T07:58:01.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:00 smithi112 bash[16324]: cluster 2024-01-18T07:57:59.137229+0000 mgr.smithi112.xshois (mgr.14182) 64 : cluster [DBG] pgmap v60: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-01-18T07:58:01.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:00 smithi112 bash[16324]: cluster 2024-01-18T07:57:59.765430+0000 mon.smithi112 (mon.0) 416 : cluster [INF] osd.4 [v2:172.21.15.131:6816/161461741,v1:172.21.15.131:6817/161461741] boot 2024-01-18T07:58:01.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:00 smithi112 bash[16324]: cluster 2024-01-18T07:57:59.765560+0000 mon.smithi112 (mon.0) 417 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2024-01-18T07:58:01.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:00 smithi112 bash[16324]: audit 2024-01-18T07:57:59.765909+0000 mon.smithi112 (mon.0) 418 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:58:01.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:00 smithi112 bash[16324]: audit 2024-01-18T07:57:59.766846+0000 mon.smithi112 (mon.0) 419 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T07:58:01.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:00 smithi112 bash[16324]: audit 2024-01-18T07:57:59.767512+0000 mon.smithi112 (mon.0) 420 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:58:01.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:00 smithi112 bash[16324]: audit 2024-01-18T07:57:59.767883+0000 mon.smithi112 (mon.0) 421 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:58:01.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:00 smithi112 bash[16324]: audit 2024-01-18T07:57:59.768315+0000 mon.smithi112 (mon.0) 422 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:58:01.117 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:00 smithi131 bash[19154]: cluster 2024-01-18T07:57:58.116032+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T07:58:01.118 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:00 smithi131 bash[19154]: cluster 2024-01-18T07:57:58.116135+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T07:58:01.118 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:00 smithi131 bash[19154]: cephadm 2024-01-18T07:57:58.978333+0000 mgr.smithi112.xshois (mgr.14182) 63 : cephadm [INF] Deploying daemon osd.7 on smithi112 2024-01-18T07:58:01.118 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:00 smithi131 bash[19154]: cluster 2024-01-18T07:57:59.137229+0000 mgr.smithi112.xshois (mgr.14182) 64 : cluster [DBG] pgmap v60: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-01-18T07:58:01.118 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:00 smithi131 bash[19154]: cluster 2024-01-18T07:57:59.765430+0000 mon.smithi112 (mon.0) 416 : cluster [INF] osd.4 [v2:172.21.15.131:6816/161461741,v1:172.21.15.131:6817/161461741] boot 2024-01-18T07:58:01.118 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:00 smithi131 bash[19154]: cluster 2024-01-18T07:57:59.765560+0000 mon.smithi112 (mon.0) 417 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2024-01-18T07:58:01.118 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:00 smithi131 bash[19154]: audit 2024-01-18T07:57:59.765909+0000 mon.smithi112 (mon.0) 418 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:58:01.118 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:00 smithi131 bash[19154]: audit 2024-01-18T07:57:59.766846+0000 mon.smithi112 (mon.0) 419 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T07:58:01.118 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:00 smithi131 bash[19154]: audit 2024-01-18T07:57:59.767512+0000 mon.smithi112 (mon.0) 420 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:58:01.118 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:00 smithi131 bash[19154]: audit 2024-01-18T07:57:59.767883+0000 mon.smithi112 (mon.0) 421 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:58:01.118 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:00 smithi131 bash[19154]: audit 2024-01-18T07:57:59.768315+0000 mon.smithi112 (mon.0) 422 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:58:02.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:02 smithi131 bash[19154]: cluster 2024-01-18T07:58:01.108268+0000 mon.smithi112 (mon.0) 423 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2024-01-18T07:58:02.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:02 smithi131 bash[19154]: audit 2024-01-18T07:58:01.108507+0000 mon.smithi112 (mon.0) 424 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:58:02.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:02 smithi131 bash[19154]: audit 2024-01-18T07:58:01.109141+0000 mon.smithi112 (mon.0) 425 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:58:02.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:02 smithi131 bash[19154]: audit 2024-01-18T07:58:01.109491+0000 mon.smithi112 (mon.0) 426 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:58:02.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:02 smithi131 bash[19154]: audit 2024-01-18T07:58:01.109783+0000 mon.smithi112 (mon.0) 427 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:58:02.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:02 smithi131 bash[19154]: audit 2024-01-18T07:58:01.121390+0000 mon.smithi131 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.131:6824/254088662,v1:172.21.15.131:6825/254088662]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-18T07:58:02.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:02 smithi131 bash[19154]: audit 2024-01-18T07:58:01.121654+0000 mon.smithi112 (mon.0) 428 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-18T07:58:02.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:02 smithi131 bash[19154]: audit 2024-01-18T07:58:01.136749+0000 mon.smithi112 (mon.0) 429 : audit [INF] from='osd.3 [v2:172.21.15.112:6810/3172365679,v1:172.21.15.112:6811/3172365679]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-18T07:58:02.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:02 smithi131 bash[19154]: cluster 2024-01-18T07:58:01.137569+0000 mgr.smithi112.xshois (mgr.14182) 65 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-01-18T07:58:02.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:02 smithi112 bash[16324]: cluster 2024-01-18T07:58:01.108268+0000 mon.smithi112 (mon.0) 423 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2024-01-18T07:58:02.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:02 smithi112 bash[16324]: audit 2024-01-18T07:58:01.108507+0000 mon.smithi112 (mon.0) 424 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:58:02.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:02 smithi112 bash[16324]: audit 2024-01-18T07:58:01.109141+0000 mon.smithi112 (mon.0) 425 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:58:02.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:02 smithi112 bash[16324]: audit 2024-01-18T07:58:01.109491+0000 mon.smithi112 (mon.0) 426 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:58:02.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:02 smithi112 bash[16324]: audit 2024-01-18T07:58:01.109783+0000 mon.smithi112 (mon.0) 427 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:58:02.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:02 smithi112 bash[16324]: audit 2024-01-18T07:58:01.121390+0000 mon.smithi131 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.131:6824/254088662,v1:172.21.15.131:6825/254088662]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-18T07:58:02.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:02 smithi112 bash[16324]: audit 2024-01-18T07:58:01.121654+0000 mon.smithi112 (mon.0) 428 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-18T07:58:02.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:02 smithi112 bash[16324]: audit 2024-01-18T07:58:01.136749+0000 mon.smithi112 (mon.0) 429 : audit [INF] from='osd.3 [v2:172.21.15.112:6810/3172365679,v1:172.21.15.112:6811/3172365679]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-18T07:58:02.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:02 smithi112 bash[16324]: cluster 2024-01-18T07:58:01.137569+0000 mgr.smithi112.xshois (mgr.14182) 65 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-01-18T07:58:03.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:03 smithi131 bash[19154]: audit 2024-01-18T07:58:02.120075+0000 mon.smithi112 (mon.0) 430 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-18T07:58:03.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:03 smithi131 bash[19154]: audit 2024-01-18T07:58:02.120246+0000 mon.smithi112 (mon.0) 431 : audit [INF] from='osd.3 [v2:172.21.15.112:6810/3172365679,v1:172.21.15.112:6811/3172365679]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-18T07:58:03.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:03 smithi131 bash[19154]: cluster 2024-01-18T07:58:02.120388+0000 mon.smithi112 (mon.0) 432 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2024-01-18T07:58:03.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:03 smithi131 bash[19154]: audit 2024-01-18T07:58:02.121273+0000 mon.smithi131 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.131:6824/254088662,v1:172.21.15.131:6825/254088662]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-01-18T07:58:03.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:03 smithi131 bash[19154]: audit 2024-01-18T07:58:02.121417+0000 mon.smithi112 (mon.0) 433 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:58:03.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:03 smithi131 bash[19154]: audit 2024-01-18T07:58:02.121957+0000 mon.smithi112 (mon.0) 434 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:58:03.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:03 smithi131 bash[19154]: audit 2024-01-18T07:58:02.122213+0000 mon.smithi112 (mon.0) 435 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-01-18T07:58:03.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:03 smithi131 bash[19154]: audit 2024-01-18T07:58:02.122789+0000 mon.smithi112 (mon.0) 436 : audit [INF] from='osd.3 [v2:172.21.15.112:6810/3172365679,v1:172.21.15.112:6811/3172365679]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi112", "root=default"]}]: dispatch 2024-01-18T07:58:03.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:03 smithi131 bash[19154]: audit 2024-01-18T07:58:02.122995+0000 mon.smithi112 (mon.0) 437 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:58:03.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:03 smithi131 bash[19154]: audit 2024-01-18T07:58:02.123198+0000 mon.smithi112 (mon.0) 438 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:58:03.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:03 smithi131 bash[19154]: audit 2024-01-18T07:58:02.900909+0000 mon.smithi112 (mon.0) 439 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:58:03.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:03 smithi112 bash[16324]: audit 2024-01-18T07:58:02.120075+0000 mon.smithi112 (mon.0) 430 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-18T07:58:03.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:03 smithi112 bash[16324]: audit 2024-01-18T07:58:02.120246+0000 mon.smithi112 (mon.0) 431 : audit [INF] from='osd.3 [v2:172.21.15.112:6810/3172365679,v1:172.21.15.112:6811/3172365679]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-18T07:58:03.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:03 smithi112 bash[16324]: cluster 2024-01-18T07:58:02.120388+0000 mon.smithi112 (mon.0) 432 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2024-01-18T07:58:03.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:03 smithi112 bash[16324]: audit 2024-01-18T07:58:02.121273+0000 mon.smithi131 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.131:6824/254088662,v1:172.21.15.131:6825/254088662]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-01-18T07:58:03.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:03 smithi112 bash[16324]: audit 2024-01-18T07:58:02.121417+0000 mon.smithi112 (mon.0) 433 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:58:03.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:03 smithi112 bash[16324]: audit 2024-01-18T07:58:02.121957+0000 mon.smithi112 (mon.0) 434 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:58:03.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:03 smithi112 bash[16324]: audit 2024-01-18T07:58:02.122213+0000 mon.smithi112 (mon.0) 435 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-01-18T07:58:03.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:03 smithi112 bash[16324]: audit 2024-01-18T07:58:02.122789+0000 mon.smithi112 (mon.0) 436 : audit [INF] from='osd.3 [v2:172.21.15.112:6810/3172365679,v1:172.21.15.112:6811/3172365679]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi112", "root=default"]}]: dispatch 2024-01-18T07:58:03.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:03 smithi112 bash[16324]: audit 2024-01-18T07:58:02.122995+0000 mon.smithi112 (mon.0) 437 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:58:03.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:03 smithi112 bash[16324]: audit 2024-01-18T07:58:02.123198+0000 mon.smithi112 (mon.0) 438 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:58:03.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:03 smithi112 bash[16324]: audit 2024-01-18T07:58:02.900909+0000 mon.smithi112 (mon.0) 439 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:58:04.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:04 smithi131 bash[19154]: cluster 2024-01-18T07:58:02.132707+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T07:58:04.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:04 smithi131 bash[19154]: cluster 2024-01-18T07:58:02.132797+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T07:58:04.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:04 smithi131 bash[19154]: audit 2024-01-18T07:58:03.126387+0000 mon.smithi112 (mon.0) 440 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]': finished 2024-01-18T07:58:04.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:04 smithi131 bash[19154]: audit 2024-01-18T07:58:03.126493+0000 mon.smithi112 (mon.0) 441 : audit [INF] from='osd.3 [v2:172.21.15.112:6810/3172365679,v1:172.21.15.112:6811/3172365679]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi112", "root=default"]}]': finished 2024-01-18T07:58:04.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:04 smithi131 bash[19154]: cluster 2024-01-18T07:58:03.126572+0000 mon.smithi112 (mon.0) 442 : cluster [DBG] osdmap e28: 8 total, 4 up, 8 in 2024-01-18T07:58:04.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:04 smithi131 bash[19154]: audit 2024-01-18T07:58:03.126758+0000 mon.smithi112 (mon.0) 443 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:58:04.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:04 smithi131 bash[19154]: audit 2024-01-18T07:58:03.127237+0000 mon.smithi112 (mon.0) 444 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:58:04.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:04 smithi131 bash[19154]: audit 2024-01-18T07:58:03.127408+0000 mon.smithi112 (mon.0) 445 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:58:04.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:04 smithi131 bash[19154]: audit 2024-01-18T07:58:03.127748+0000 mon.smithi112 (mon.0) 446 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:58:04.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:04 smithi131 bash[19154]: audit 2024-01-18T07:58:03.132501+0000 mon.smithi112 (mon.0) 447 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:58:04.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:04 smithi131 bash[19154]: audit 2024-01-18T07:58:03.133086+0000 mon.smithi112 (mon.0) 448 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:58:04.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:04 smithi131 bash[19154]: cluster 2024-01-18T07:58:03.137881+0000 mgr.smithi112.xshois (mgr.14182) 66 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-01-18T07:58:04.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:04 smithi131 bash[19154]: cluster 2024-01-18T07:58:04.106265+0000 mon.smithi112 (mon.0) 449 : cluster [INF] osd.3 [v2:172.21.15.112:6810/3172365679,v1:172.21.15.112:6811/3172365679] boot 2024-01-18T07:58:04.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:04 smithi131 bash[19154]: cluster 2024-01-18T07:58:04.106434+0000 mon.smithi112 (mon.0) 450 : cluster [INF] osd.6 [v2:172.21.15.131:6824/254088662,v1:172.21.15.131:6825/254088662] boot 2024-01-18T07:58:04.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:04 smithi131 bash[19154]: cluster 2024-01-18T07:58:04.106544+0000 mon.smithi112 (mon.0) 451 : cluster [DBG] osdmap e29: 8 total, 6 up, 8 in 2024-01-18T07:58:04.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:04 smithi131 bash[19154]: audit 2024-01-18T07:58:04.107077+0000 mon.smithi112 (mon.0) 452 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:58:04.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:04 smithi131 bash[19154]: audit 2024-01-18T07:58:04.107637+0000 mon.smithi112 (mon.0) 453 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:58:04.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:04 smithi131 bash[19154]: audit 2024-01-18T07:58:04.108084+0000 mon.smithi112 (mon.0) 454 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:58:04.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:04 smithi131 bash[19154]: audit 2024-01-18T07:58:04.108435+0000 mon.smithi112 (mon.0) 455 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:58:04.536 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:04 smithi112 bash[16324]: cluster 2024-01-18T07:58:02.132707+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T07:58:04.536 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:04 smithi112 bash[16324]: cluster 2024-01-18T07:58:02.132797+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T07:58:04.536 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:04 smithi112 bash[16324]: audit 2024-01-18T07:58:03.126387+0000 mon.smithi112 (mon.0) 440 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]': finished 2024-01-18T07:58:04.537 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:04 smithi112 bash[16324]: audit 2024-01-18T07:58:03.126493+0000 mon.smithi112 (mon.0) 441 : audit [INF] from='osd.3 [v2:172.21.15.112:6810/3172365679,v1:172.21.15.112:6811/3172365679]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi112", "root=default"]}]': finished 2024-01-18T07:58:04.537 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:04 smithi112 bash[16324]: cluster 2024-01-18T07:58:03.126572+0000 mon.smithi112 (mon.0) 442 : cluster [DBG] osdmap e28: 8 total, 4 up, 8 in 2024-01-18T07:58:04.537 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:04 smithi112 bash[16324]: audit 2024-01-18T07:58:03.126758+0000 mon.smithi112 (mon.0) 443 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:58:04.537 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:04 smithi112 bash[16324]: audit 2024-01-18T07:58:03.127237+0000 mon.smithi112 (mon.0) 444 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:58:04.537 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:04 smithi112 bash[16324]: audit 2024-01-18T07:58:03.127408+0000 mon.smithi112 (mon.0) 445 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:58:04.537 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:04 smithi112 bash[16324]: audit 2024-01-18T07:58:03.127748+0000 mon.smithi112 (mon.0) 446 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:58:04.537 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:04 smithi112 bash[16324]: audit 2024-01-18T07:58:03.132501+0000 mon.smithi112 (mon.0) 447 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:58:04.537 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:04 smithi112 bash[16324]: audit 2024-01-18T07:58:03.133086+0000 mon.smithi112 (mon.0) 448 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:58:04.537 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:04 smithi112 bash[16324]: cluster 2024-01-18T07:58:03.137881+0000 mgr.smithi112.xshois (mgr.14182) 66 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-01-18T07:58:04.537 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:04 smithi112 bash[16324]: cluster 2024-01-18T07:58:04.106265+0000 mon.smithi112 (mon.0) 449 : cluster [INF] osd.3 [v2:172.21.15.112:6810/3172365679,v1:172.21.15.112:6811/3172365679] boot 2024-01-18T07:58:04.537 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:04 smithi112 bash[16324]: cluster 2024-01-18T07:58:04.106434+0000 mon.smithi112 (mon.0) 450 : cluster [INF] osd.6 [v2:172.21.15.131:6824/254088662,v1:172.21.15.131:6825/254088662] boot 2024-01-18T07:58:04.537 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:04 smithi112 bash[16324]: cluster 2024-01-18T07:58:04.106544+0000 mon.smithi112 (mon.0) 451 : cluster [DBG] osdmap e29: 8 total, 6 up, 8 in 2024-01-18T07:58:04.537 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:04 smithi112 bash[16324]: audit 2024-01-18T07:58:04.107077+0000 mon.smithi112 (mon.0) 452 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:58:04.537 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:04 smithi112 bash[16324]: audit 2024-01-18T07:58:04.107637+0000 mon.smithi112 (mon.0) 453 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:58:04.537 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:04 smithi112 bash[16324]: audit 2024-01-18T07:58:04.108084+0000 mon.smithi112 (mon.0) 454 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:58:04.537 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:04 smithi112 bash[16324]: audit 2024-01-18T07:58:04.108435+0000 mon.smithi112 (mon.0) 455 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:58:05.122 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T07:58:05.197 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:05 smithi112 bash[16324]: cluster 2024-01-18T07:58:02.153991+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T07:58:05.197 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:05 smithi112 bash[16324]: cluster 2024-01-18T07:58:02.154082+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T07:58:05.197 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:05 smithi112 bash[16324]: cluster 2024-01-18T07:58:05.107103+0000 mon.smithi112 (mon.0) 456 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2024-01-18T07:58:05.197 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:05 smithi112 bash[16324]: audit 2024-01-18T07:58:05.107308+0000 mon.smithi112 (mon.0) 457 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:58:05.198 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:05 smithi112 bash[16324]: audit 2024-01-18T07:58:05.107549+0000 mon.smithi112 (mon.0) 458 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:58:05.198 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:05 smithi112 bash[16324]: audit 2024-01-18T07:58:05.121950+0000 mon.smithi112 (mon.0) 459 : audit [DBG] from='client.? 172.21.15.112:0/2735558992' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T07:58:05.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:05 smithi131 bash[19154]: cluster 2024-01-18T07:58:02.153991+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T07:58:05.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:05 smithi131 bash[19154]: cluster 2024-01-18T07:58:02.154082+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T07:58:05.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:05 smithi131 bash[19154]: cluster 2024-01-18T07:58:05.107103+0000 mon.smithi112 (mon.0) 456 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2024-01-18T07:58:05.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:05 smithi131 bash[19154]: audit 2024-01-18T07:58:05.107308+0000 mon.smithi112 (mon.0) 457 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:58:05.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:05 smithi131 bash[19154]: audit 2024-01-18T07:58:05.107549+0000 mon.smithi112 (mon.0) 458 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:58:05.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:05 smithi131 bash[19154]: audit 2024-01-18T07:58:05.121950+0000 mon.smithi112 (mon.0) 459 : audit [DBG] from='client.? 172.21.15.112:0/2735558992' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T07:58:05.914 INFO:teuthology.orchestra.run.smithi112.stdout:{"epoch":30,"num_osds":8,"num_up_osds":6,"osd_up_since":1705564684,"num_in_osds":8,"osd_in_since":1705564645,"num_remapped_pgs":0} 2024-01-18T07:58:06.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:06 smithi112 bash[16324]: cluster 2024-01-18T07:58:05.138167+0000 mgr.smithi112.xshois (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-18T07:58:06.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:06 smithi112 bash[16324]: audit 2024-01-18T07:58:06.057214+0000 mon.smithi112 (mon.0) 460 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:58:06.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:06 smithi112 bash[16324]: cluster 2024-01-18T07:58:06.108109+0000 mon.smithi112 (mon.0) 461 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2024-01-18T07:58:06.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:06 smithi112 bash[16324]: audit 2024-01-18T07:58:06.108286+0000 mon.smithi112 (mon.0) 462 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:58:06.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:06 smithi112 bash[16324]: audit 2024-01-18T07:58:06.108582+0000 mon.smithi112 (mon.0) 463 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:58:06.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:06 smithi131 bash[19154]: cluster 2024-01-18T07:58:05.138167+0000 mgr.smithi112.xshois (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-18T07:58:06.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:06 smithi131 bash[19154]: audit 2024-01-18T07:58:06.057214+0000 mon.smithi112 (mon.0) 460 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:58:06.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:06 smithi131 bash[19154]: cluster 2024-01-18T07:58:06.108109+0000 mon.smithi112 (mon.0) 461 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2024-01-18T07:58:06.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:06 smithi131 bash[19154]: audit 2024-01-18T07:58:06.108286+0000 mon.smithi112 (mon.0) 462 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:58:06.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:06 smithi131 bash[19154]: audit 2024-01-18T07:58:06.108582+0000 mon.smithi112 (mon.0) 463 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:58:06.915 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T07:58:08.408 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:08 smithi112 bash[16324]: cluster 2024-01-18T07:58:07.138540+0000 mgr.smithi112.xshois (mgr.14182) 68 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-18T07:58:08.419 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:08 smithi131 bash[19154]: cluster 2024-01-18T07:58:07.138540+0000 mgr.smithi112.xshois (mgr.14182) 68 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-18T07:58:09.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:09 smithi131 bash[19154]: audit 2024-01-18T07:58:08.902036+0000 mon.smithi112 (mon.0) 464 : audit [INF] from='osd.5 [v2:172.21.15.112:6818/2272491394,v1:172.21.15.112:6819/2272491394]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-18T07:58:09.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:09 smithi112 bash[16324]: audit 2024-01-18T07:58:08.902036+0000 mon.smithi112 (mon.0) 464 : audit [INF] from='osd.5 [v2:172.21.15.112:6818/2272491394,v1:172.21.15.112:6819/2272491394]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-18T07:58:10.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:10 smithi131 bash[19154]: cluster 2024-01-18T07:58:09.139080+0000 mgr.smithi112.xshois (mgr.14182) 69 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-18T07:58:10.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:10 smithi131 bash[19154]: audit 2024-01-18T07:58:09.160931+0000 mon.smithi112 (mon.0) 465 : audit [INF] from='osd.5 [v2:172.21.15.112:6818/2272491394,v1:172.21.15.112:6819/2272491394]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-18T07:58:10.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:10 smithi131 bash[19154]: cluster 2024-01-18T07:58:09.161052+0000 mon.smithi112 (mon.0) 466 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-01-18T07:58:10.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:10 smithi131 bash[19154]: audit 2024-01-18T07:58:09.161369+0000 mon.smithi112 (mon.0) 467 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:58:10.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:10 smithi131 bash[19154]: audit 2024-01-18T07:58:09.162169+0000 mon.smithi112 (mon.0) 468 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:58:10.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:10 smithi131 bash[19154]: audit 2024-01-18T07:58:09.162827+0000 mon.smithi112 (mon.0) 469 : audit [INF] from='osd.5 [v2:172.21.15.112:6818/2272491394,v1:172.21.15.112:6819/2272491394]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi112", "root=default"]}]: dispatch 2024-01-18T07:58:10.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:10 smithi112 bash[16324]: cluster 2024-01-18T07:58:09.139080+0000 mgr.smithi112.xshois (mgr.14182) 69 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-18T07:58:10.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:10 smithi112 bash[16324]: audit 2024-01-18T07:58:09.160931+0000 mon.smithi112 (mon.0) 465 : audit [INF] from='osd.5 [v2:172.21.15.112:6818/2272491394,v1:172.21.15.112:6819/2272491394]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-18T07:58:10.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:10 smithi112 bash[16324]: cluster 2024-01-18T07:58:09.161052+0000 mon.smithi112 (mon.0) 466 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-01-18T07:58:10.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:10 smithi112 bash[16324]: audit 2024-01-18T07:58:09.161369+0000 mon.smithi112 (mon.0) 467 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:58:10.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:10 smithi112 bash[16324]: audit 2024-01-18T07:58:09.162169+0000 mon.smithi112 (mon.0) 468 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:58:10.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:10 smithi112 bash[16324]: audit 2024-01-18T07:58:09.162827+0000 mon.smithi112 (mon.0) 469 : audit [INF] from='osd.5 [v2:172.21.15.112:6818/2272491394,v1:172.21.15.112:6819/2272491394]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi112", "root=default"]}]: dispatch 2024-01-18T07:58:11.061 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T07:58:11.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:11 smithi112 bash[16324]: audit 2024-01-18T07:58:10.163385+0000 mon.smithi112 (mon.0) 470 : audit [INF] from='osd.5 [v2:172.21.15.112:6818/2272491394,v1:172.21.15.112:6819/2272491394]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi112", "root=default"]}]': finished 2024-01-18T07:58:11.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:11 smithi112 bash[16324]: cluster 2024-01-18T07:58:10.163447+0000 mon.smithi112 (mon.0) 471 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2024-01-18T07:58:11.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:11 smithi112 bash[16324]: audit 2024-01-18T07:58:10.164142+0000 mon.smithi112 (mon.0) 472 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:58:11.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:11 smithi112 bash[16324]: audit 2024-01-18T07:58:10.164985+0000 mon.smithi112 (mon.0) 473 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:58:11.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:11 smithi112 bash[16324]: audit 2024-01-18T07:58:10.171676+0000 mon.smithi112 (mon.0) 474 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:58:11.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:11 smithi112 bash[16324]: audit 2024-01-18T07:58:11.060496+0000 mon.smithi112 (mon.0) 475 : audit [DBG] from='client.? 172.21.15.112:0/2914361601' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T07:58:11.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:11 smithi131 bash[19154]: audit 2024-01-18T07:58:10.163385+0000 mon.smithi112 (mon.0) 470 : audit [INF] from='osd.5 [v2:172.21.15.112:6818/2272491394,v1:172.21.15.112:6819/2272491394]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi112", "root=default"]}]': finished 2024-01-18T07:58:11.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:11 smithi131 bash[19154]: cluster 2024-01-18T07:58:10.163447+0000 mon.smithi112 (mon.0) 471 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2024-01-18T07:58:11.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:11 smithi131 bash[19154]: audit 2024-01-18T07:58:10.164142+0000 mon.smithi112 (mon.0) 472 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:58:11.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:11 smithi131 bash[19154]: audit 2024-01-18T07:58:10.164985+0000 mon.smithi112 (mon.0) 473 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:58:11.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:11 smithi131 bash[19154]: audit 2024-01-18T07:58:10.171676+0000 mon.smithi112 (mon.0) 474 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:58:11.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:11 smithi131 bash[19154]: audit 2024-01-18T07:58:11.060496+0000 mon.smithi112 (mon.0) 475 : audit [DBG] from='client.? 172.21.15.112:0/2914361601' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T07:58:11.753 INFO:teuthology.orchestra.run.smithi112.stdout:{"epoch":33,"num_osds":8,"num_up_osds":6,"osd_up_since":1705564684,"num_in_osds":8,"osd_in_since":1705564645,"num_remapped_pgs":0} 2024-01-18T07:58:12.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:12 smithi112 bash[16324]: cluster 2024-01-18T07:58:09.924305+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T07:58:12.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:12 smithi112 bash[16324]: cluster 2024-01-18T07:58:09.924361+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T07:58:12.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:12 smithi112 bash[16324]: cluster 2024-01-18T07:58:11.139471+0000 mgr.smithi112.xshois (mgr.14182) 70 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-18T07:58:12.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:12 smithi112 bash[16324]: cluster 2024-01-18T07:58:11.177418+0000 mon.smithi112 (mon.0) 476 : cluster [INF] osd.5 [v2:172.21.15.112:6818/2272491394,v1:172.21.15.112:6819/2272491394] boot 2024-01-18T07:58:12.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:12 smithi112 bash[16324]: cluster 2024-01-18T07:58:11.177502+0000 mon.smithi112 (mon.0) 477 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2024-01-18T07:58:12.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:12 smithi112 bash[16324]: audit 2024-01-18T07:58:11.178452+0000 mon.smithi112 (mon.0) 478 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:58:12.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:12 smithi112 bash[16324]: audit 2024-01-18T07:58:11.179867+0000 mon.smithi112 (mon.0) 479 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:58:12.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:12 smithi131 bash[19154]: cluster 2024-01-18T07:58:09.924305+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T07:58:12.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:12 smithi131 bash[19154]: cluster 2024-01-18T07:58:09.924361+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T07:58:12.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:12 smithi131 bash[19154]: cluster 2024-01-18T07:58:11.139471+0000 mgr.smithi112.xshois (mgr.14182) 70 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-18T07:58:12.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:12 smithi131 bash[19154]: cluster 2024-01-18T07:58:11.177418+0000 mon.smithi112 (mon.0) 476 : cluster [INF] osd.5 [v2:172.21.15.112:6818/2272491394,v1:172.21.15.112:6819/2272491394] boot 2024-01-18T07:58:12.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:12 smithi131 bash[19154]: cluster 2024-01-18T07:58:11.177502+0000 mon.smithi112 (mon.0) 477 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2024-01-18T07:58:12.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:12 smithi131 bash[19154]: audit 2024-01-18T07:58:11.178452+0000 mon.smithi112 (mon.0) 478 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:58:12.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:12 smithi131 bash[19154]: audit 2024-01-18T07:58:11.179867+0000 mon.smithi112 (mon.0) 479 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:58:12.754 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T07:58:13.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:13 smithi112 bash[16324]: cluster 2024-01-18T07:58:12.195004+0000 mon.smithi112 (mon.0) 480 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2024-01-18T07:58:13.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:13 smithi112 bash[16324]: audit 2024-01-18T07:58:12.195244+0000 mon.smithi112 (mon.0) 481 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:58:13.669 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:13 smithi131 bash[19154]: cluster 2024-01-18T07:58:12.195004+0000 mon.smithi112 (mon.0) 480 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2024-01-18T07:58:13.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:13 smithi131 bash[19154]: audit 2024-01-18T07:58:12.195244+0000 mon.smithi112 (mon.0) 481 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:58:14.503 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:14 smithi112 bash[16324]: cluster 2024-01-18T07:58:13.140089+0000 mgr.smithi112.xshois (mgr.14182) 71 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-18T07:58:14.504 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:14 smithi112 bash[16324]: audit 2024-01-18T07:58:13.959958+0000 mon.smithi112 (mon.0) 482 : audit [INF] from='osd.7 [v2:172.21.15.112:6826/2072607739,v1:172.21.15.112:6827/2072607739]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-18T07:58:14.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:14 smithi131 bash[19154]: cluster 2024-01-18T07:58:13.140089+0000 mgr.smithi112.xshois (mgr.14182) 71 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-18T07:58:14.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:14 smithi131 bash[19154]: audit 2024-01-18T07:58:13.959958+0000 mon.smithi112 (mon.0) 482 : audit [INF] from='osd.7 [v2:172.21.15.112:6826/2072607739,v1:172.21.15.112:6827/2072607739]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-18T07:58:15.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:15 smithi112 bash[16324]: audit 2024-01-18T07:58:14.206297+0000 mon.smithi112 (mon.0) 483 : audit [INF] from='osd.7 [v2:172.21.15.112:6826/2072607739,v1:172.21.15.112:6827/2072607739]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-18T07:58:15.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:15 smithi112 bash[16324]: cluster 2024-01-18T07:58:14.206504+0000 mon.smithi112 (mon.0) 484 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-01-18T07:58:15.536 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:15 smithi112 bash[16324]: audit 2024-01-18T07:58:14.207300+0000 mon.smithi112 (mon.0) 485 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:58:15.536 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:15 smithi112 bash[16324]: audit 2024-01-18T07:58:14.207997+0000 mon.smithi112 (mon.0) 486 : audit [INF] from='osd.7 [v2:172.21.15.112:6826/2072607739,v1:172.21.15.112:6827/2072607739]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi112", "root=default"]}]: dispatch 2024-01-18T07:58:15.536 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:15 smithi112 bash[16324]: audit 2024-01-18T07:58:15.208082+0000 mon.smithi112 (mon.0) 487 : audit [INF] from='osd.7 [v2:172.21.15.112:6826/2072607739,v1:172.21.15.112:6827/2072607739]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi112", "root=default"]}]': finished 2024-01-18T07:58:15.536 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:15 smithi112 bash[16324]: cluster 2024-01-18T07:58:15.208207+0000 mon.smithi112 (mon.0) 488 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2024-01-18T07:58:15.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:15 smithi131 bash[19154]: audit 2024-01-18T07:58:14.206297+0000 mon.smithi112 (mon.0) 483 : audit [INF] from='osd.7 [v2:172.21.15.112:6826/2072607739,v1:172.21.15.112:6827/2072607739]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-18T07:58:15.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:15 smithi131 bash[19154]: cluster 2024-01-18T07:58:14.206504+0000 mon.smithi112 (mon.0) 484 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-01-18T07:58:15.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:15 smithi131 bash[19154]: audit 2024-01-18T07:58:14.207300+0000 mon.smithi112 (mon.0) 485 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:58:15.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:15 smithi131 bash[19154]: audit 2024-01-18T07:58:14.207997+0000 mon.smithi112 (mon.0) 486 : audit [INF] from='osd.7 [v2:172.21.15.112:6826/2072607739,v1:172.21.15.112:6827/2072607739]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi112", "root=default"]}]: dispatch 2024-01-18T07:58:15.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:15 smithi131 bash[19154]: audit 2024-01-18T07:58:15.208082+0000 mon.smithi112 (mon.0) 487 : audit [INF] from='osd.7 [v2:172.21.15.112:6826/2072607739,v1:172.21.15.112:6827/2072607739]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi112", "root=default"]}]': finished 2024-01-18T07:58:15.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:15 smithi131 bash[19154]: cluster 2024-01-18T07:58:15.208207+0000 mon.smithi112 (mon.0) 488 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2024-01-18T07:58:16.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:16 smithi112 bash[16324]: cluster 2024-01-18T07:58:15.140611+0000 mgr.smithi112.xshois (mgr.14182) 72 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-18T07:58:16.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:16 smithi112 bash[16324]: audit 2024-01-18T07:58:15.208506+0000 mon.smithi112 (mon.0) 489 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:58:16.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:16 smithi112 bash[16324]: audit 2024-01-18T07:58:15.217304+0000 mon.smithi112 (mon.0) 490 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:58:16.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:16 smithi131 bash[19154]: cluster 2024-01-18T07:58:15.140611+0000 mgr.smithi112.xshois (mgr.14182) 72 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-18T07:58:16.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:16 smithi131 bash[19154]: audit 2024-01-18T07:58:15.208506+0000 mon.smithi112 (mon.0) 489 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:58:16.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:16 smithi131 bash[19154]: audit 2024-01-18T07:58:15.217304+0000 mon.smithi112 (mon.0) 490 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:58:17.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:17 smithi112 bash[16324]: cluster 2024-01-18T07:58:14.923474+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T07:58:17.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:17 smithi112 bash[16324]: cluster 2024-01-18T07:58:14.923607+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T07:58:17.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:17 smithi112 bash[16324]: cluster 2024-01-18T07:58:16.217535+0000 mon.smithi112 (mon.0) 491 : cluster [INF] osd.7 [v2:172.21.15.112:6826/2072607739,v1:172.21.15.112:6827/2072607739] boot 2024-01-18T07:58:17.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:17 smithi112 bash[16324]: cluster 2024-01-18T07:58:16.217623+0000 mon.smithi112 (mon.0) 492 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-01-18T07:58:17.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:17 smithi112 bash[16324]: audit 2024-01-18T07:58:16.218850+0000 mon.smithi112 (mon.0) 493 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:58:17.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:17 smithi131 bash[19154]: cluster 2024-01-18T07:58:14.923474+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T07:58:17.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:17 smithi131 bash[19154]: cluster 2024-01-18T07:58:14.923607+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T07:58:17.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:17 smithi131 bash[19154]: cluster 2024-01-18T07:58:16.217535+0000 mon.smithi112 (mon.0) 491 : cluster [INF] osd.7 [v2:172.21.15.112:6826/2072607739,v1:172.21.15.112:6827/2072607739] boot 2024-01-18T07:58:17.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:17 smithi131 bash[19154]: cluster 2024-01-18T07:58:16.217623+0000 mon.smithi112 (mon.0) 492 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-01-18T07:58:17.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:17 smithi131 bash[19154]: audit 2024-01-18T07:58:16.218850+0000 mon.smithi112 (mon.0) 493 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:58:17.731 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T07:58:18.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:18 smithi112 bash[16324]: cluster 2024-01-18T07:58:17.141227+0000 mgr.smithi112.xshois (mgr.14182) 73 : cluster [DBG] pgmap v83: 1 pgs: 1 peering; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-18T07:58:18.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:18 smithi112 bash[16324]: cluster 2024-01-18T07:58:17.227363+0000 mon.smithi112 (mon.0) 494 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-01-18T07:58:18.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:18 smithi112 bash[16324]: audit 2024-01-18T07:58:17.574234+0000 mon.smithi112 (mon.0) 495 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:58:18.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:18 smithi112 bash[16324]: cephadm 2024-01-18T07:58:17.576042+0000 mgr.smithi112.xshois (mgr.14182) 74 : cephadm [INF] Reconfiguring mon.smithi112 (unknown last config time)... 2024-01-18T07:58:18.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:18 smithi112 bash[16324]: audit 2024-01-18T07:58:17.576493+0000 mon.smithi112 (mon.0) 496 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T07:58:18.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:18 smithi112 bash[16324]: audit 2024-01-18T07:58:17.577699+0000 mon.smithi112 (mon.0) 497 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-18T07:58:18.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:18 smithi112 bash[16324]: audit 2024-01-18T07:58:17.578885+0000 mon.smithi112 (mon.0) 498 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:58:18.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:18 smithi112 bash[16324]: cephadm 2024-01-18T07:58:17.579928+0000 mgr.smithi112.xshois (mgr.14182) 75 : cephadm [INF] Reconfiguring daemon mon.smithi112 on smithi112 2024-01-18T07:58:18.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:18 smithi112 bash[16324]: audit 2024-01-18T07:58:17.730968+0000 mon.smithi112 (mon.0) 499 : audit [DBG] from='client.? 172.21.15.112:0/772430361' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T07:58:18.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:18 smithi131 bash[19154]: cluster 2024-01-18T07:58:17.141227+0000 mgr.smithi112.xshois (mgr.14182) 73 : cluster [DBG] pgmap v83: 1 pgs: 1 peering; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-18T07:58:18.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:18 smithi131 bash[19154]: cluster 2024-01-18T07:58:17.227363+0000 mon.smithi112 (mon.0) 494 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-01-18T07:58:18.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:18 smithi131 bash[19154]: audit 2024-01-18T07:58:17.574234+0000 mon.smithi112 (mon.0) 495 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:58:18.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:18 smithi131 bash[19154]: cephadm 2024-01-18T07:58:17.576042+0000 mgr.smithi112.xshois (mgr.14182) 74 : cephadm [INF] Reconfiguring mon.smithi112 (unknown last config time)... 2024-01-18T07:58:18.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:18 smithi131 bash[19154]: audit 2024-01-18T07:58:17.576493+0000 mon.smithi112 (mon.0) 496 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T07:58:18.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:18 smithi131 bash[19154]: audit 2024-01-18T07:58:17.577699+0000 mon.smithi112 (mon.0) 497 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-18T07:58:18.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:18 smithi131 bash[19154]: audit 2024-01-18T07:58:17.578885+0000 mon.smithi112 (mon.0) 498 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:58:18.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:18 smithi131 bash[19154]: cephadm 2024-01-18T07:58:17.579928+0000 mgr.smithi112.xshois (mgr.14182) 75 : cephadm [INF] Reconfiguring daemon mon.smithi112 on smithi112 2024-01-18T07:58:18.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:18 smithi131 bash[19154]: audit 2024-01-18T07:58:17.730968+0000 mon.smithi112 (mon.0) 499 : audit [DBG] from='client.? 172.21.15.112:0/772430361' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T07:58:18.936 INFO:teuthology.orchestra.run.smithi112.stdout:{"epoch":39,"num_osds":8,"num_up_osds":8,"osd_up_since":1705564696,"num_in_osds":8,"osd_in_since":1705564645,"num_remapped_pgs":0} 2024-01-18T07:58:18.936 INFO:tasks.cephadm:Setting up client nodes... 2024-01-18T07:58:18.937 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-18T07:58:19.501 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:19 smithi112 bash[16324]: cluster 2024-01-18T07:58:18.243943+0000 mon.smithi112 (mon.0) 500 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-01-18T07:58:19.669 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:19 smithi131 bash[19154]: cluster 2024-01-18T07:58:18.243943+0000 mon.smithi112 (mon.0) 500 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-01-18T07:58:20.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:20 smithi112 bash[16324]: cluster 2024-01-18T07:58:19.141641+0000 mgr.smithi112.xshois (mgr.14182) 76 : cluster [DBG] pgmap v86: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:58:20.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:20 smithi131 bash[19154]: cluster 2024-01-18T07:58:19.141641+0000 mgr.smithi112.xshois (mgr.14182) 76 : cluster [DBG] pgmap v86: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:58:21.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:21 smithi131 bash[19154]: audit 2024-01-18T07:58:20.395109+0000 mon.smithi112 (mon.0) 501 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:58:21.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:21 smithi131 bash[19154]: cephadm 2024-01-18T07:58:20.396331+0000 mgr.smithi112.xshois (mgr.14182) 77 : cephadm [INF] Reconfiguring mgr.smithi112.xshois (unknown last config time)... 2024-01-18T07:58:21.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:21 smithi131 bash[19154]: audit 2024-01-18T07:58:20.396811+0000 mon.smithi112 (mon.0) 502 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi112.xshois", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-18T07:58:21.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:21 smithi131 bash[19154]: audit 2024-01-18T07:58:20.398127+0000 mon.smithi112 (mon.0) 503 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-18T07:58:21.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:21 smithi131 bash[19154]: audit 2024-01-18T07:58:20.399205+0000 mon.smithi112 (mon.0) 504 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:58:21.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:21 smithi131 bash[19154]: cephadm 2024-01-18T07:58:20.400243+0000 mgr.smithi112.xshois (mgr.14182) 78 : cephadm [INF] Reconfiguring daemon mgr.smithi112.xshois on smithi112 2024-01-18T07:58:21.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:21 smithi112 bash[16324]: audit 2024-01-18T07:58:20.395109+0000 mon.smithi112 (mon.0) 501 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:58:21.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:21 smithi112 bash[16324]: cephadm 2024-01-18T07:58:20.396331+0000 mgr.smithi112.xshois (mgr.14182) 77 : cephadm [INF] Reconfiguring mgr.smithi112.xshois (unknown last config time)... 2024-01-18T07:58:21.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:21 smithi112 bash[16324]: audit 2024-01-18T07:58:20.396811+0000 mon.smithi112 (mon.0) 502 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi112.xshois", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-18T07:58:21.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:21 smithi112 bash[16324]: audit 2024-01-18T07:58:20.398127+0000 mon.smithi112 (mon.0) 503 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-18T07:58:21.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:21 smithi112 bash[16324]: audit 2024-01-18T07:58:20.399205+0000 mon.smithi112 (mon.0) 504 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:58:21.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:21 smithi112 bash[16324]: cephadm 2024-01-18T07:58:20.400243+0000 mgr.smithi112.xshois (mgr.14182) 78 : cephadm [INF] Reconfiguring daemon mgr.smithi112.xshois on smithi112 2024-01-18T07:58:22.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:22 smithi131 bash[19154]: cluster 2024-01-18T07:58:21.142162+0000 mgr.smithi112.xshois (mgr.14182) 79 : cluster [DBG] pgmap v87: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:58:22.720 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:22 smithi112 bash[16324]: cluster 2024-01-18T07:58:21.142162+0000 mgr.smithi112.xshois (mgr.14182) 79 : cluster [DBG] pgmap v87: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:58:23.834 INFO:teuthology.orchestra.run.smithi112.stdout:[client.0] 2024-01-18T07:58:23.834 INFO:teuthology.orchestra.run.smithi112.stdout: key = AQAf2qhlAUNOMRAADGK6JftArZDl1lLl/5slKA== 2024-01-18T07:58:24.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:24 smithi131 bash[19154]: cluster 2024-01-18T07:58:23.142777+0000 mgr.smithi112.xshois (mgr.14182) 80 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:58:24.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:24 smithi131 bash[19154]: audit 2024-01-18T07:58:23.343293+0000 mon.smithi112 (mon.0) 505 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:58:24.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:24 smithi131 bash[19154]: cephadm 2024-01-18T07:58:23.345090+0000 mgr.smithi112.xshois (mgr.14182) 81 : cephadm [INF] Reconfiguring alertmanager.smithi112 (dependencies changed)... 2024-01-18T07:58:24.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:24 smithi131 bash[19154]: cephadm 2024-01-18T07:58:23.357307+0000 mgr.smithi112.xshois (mgr.14182) 82 : cephadm [INF] Reconfiguring daemon alertmanager.smithi112 on smithi112 2024-01-18T07:58:24.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:24 smithi131 bash[19154]: audit 2024-01-18T07:58:23.826870+0000 mon.smithi112 (mon.0) 506 : audit [INF] from='client.? 172.21.15.112:0/3560294108' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-18T07:58:24.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:24 smithi131 bash[19154]: audit 2024-01-18T07:58:23.834128+0000 mon.smithi112 (mon.0) 507 : audit [INF] from='client.? 172.21.15.112:0/3560294108' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-18T07:58:24.718 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:24 smithi112 bash[16324]: cluster 2024-01-18T07:58:23.142777+0000 mgr.smithi112.xshois (mgr.14182) 80 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:58:24.718 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:24 smithi112 bash[16324]: audit 2024-01-18T07:58:23.343293+0000 mon.smithi112 (mon.0) 505 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:58:24.718 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:24 smithi112 bash[16324]: cephadm 2024-01-18T07:58:23.345090+0000 mgr.smithi112.xshois (mgr.14182) 81 : cephadm [INF] Reconfiguring alertmanager.smithi112 (dependencies changed)... 2024-01-18T07:58:24.718 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:24 smithi112 bash[16324]: cephadm 2024-01-18T07:58:23.357307+0000 mgr.smithi112.xshois (mgr.14182) 82 : cephadm [INF] Reconfiguring daemon alertmanager.smithi112 on smithi112 2024-01-18T07:58:24.718 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:24 smithi112 bash[16324]: audit 2024-01-18T07:58:23.826870+0000 mon.smithi112 (mon.0) 506 : audit [INF] from='client.? 172.21.15.112:0/3560294108' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-18T07:58:24.718 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:24 smithi112 bash[16324]: audit 2024-01-18T07:58:23.834128+0000 mon.smithi112 (mon.0) 507 : audit [INF] from='client.? 172.21.15.112:0/3560294108' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-18T07:58:24.719 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-01-18T07:58:24.719 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-01-18T07:58:24.719 DEBUG:teuthology.orchestra.run.smithi112:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-01-18T07:58:24.740 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-18T07:58:26.627 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:26 smithi112 bash[16324]: cluster 2024-01-18T07:58:25.143380+0000 mgr.smithi112.xshois (mgr.14182) 83 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:58:26.669 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:26 smithi131 bash[19154]: cluster 2024-01-18T07:58:25.143380+0000 mgr.smithi112.xshois (mgr.14182) 83 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:58:27.800 INFO:teuthology.orchestra.run.smithi131.stdout:[client.1] 2024-01-18T07:58:27.800 INFO:teuthology.orchestra.run.smithi131.stdout: key = AQAj2qhl63VFLxAAbN2Jrn1RXqQ7XBxU2WFiyw== 2024-01-18T07:58:28.364 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-01-18T07:58:28.364 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-01-18T07:58:28.364 DEBUG:teuthology.orchestra.run.smithi131:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-01-18T07:58:28.387 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph osd dump --format=json 2024-01-18T07:58:28.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:28 smithi112 bash[16324]: cluster 2024-01-18T07:58:27.144064+0000 mgr.smithi112.xshois (mgr.14182) 84 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:58:28.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:28 smithi112 bash[16324]: audit 2024-01-18T07:58:27.791712+0000 mon.smithi131 (mon.1) 18 : audit [INF] from='client.? 172.21.15.131:0/2310119516' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-18T07:58:28.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:28 smithi112 bash[16324]: audit 2024-01-18T07:58:27.792766+0000 mon.smithi112 (mon.0) 508 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-18T07:58:28.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:28 smithi112 bash[16324]: audit 2024-01-18T07:58:27.799548+0000 mon.smithi112 (mon.0) 509 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-18T07:58:28.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:28 smithi131 bash[19154]: cluster 2024-01-18T07:58:27.144064+0000 mgr.smithi112.xshois (mgr.14182) 84 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:58:28.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:28 smithi131 bash[19154]: audit 2024-01-18T07:58:27.791712+0000 mon.smithi131 (mon.1) 18 : audit [INF] from='client.? 172.21.15.131:0/2310119516' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-18T07:58:28.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:28 smithi131 bash[19154]: audit 2024-01-18T07:58:27.792766+0000 mon.smithi112 (mon.0) 508 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-18T07:58:28.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:28 smithi131 bash[19154]: audit 2024-01-18T07:58:27.799548+0000 mon.smithi112 (mon.0) 509 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-18T07:58:29.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:29 smithi131 bash[19154]: audit 2024-01-18T07:58:28.371974+0000 mon.smithi112 (mon.0) 510 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:58:29.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:29 smithi131 bash[19154]: cephadm 2024-01-18T07:58:28.372989+0000 mgr.smithi112.xshois (mgr.14182) 85 : cephadm [INF] Reconfiguring crash.smithi112 (monmap changed)... 2024-01-18T07:58:29.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:29 smithi131 bash[19154]: audit 2024-01-18T07:58:28.373427+0000 mon.smithi112 (mon.0) 511 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi112", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-18T07:58:29.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:29 smithi131 bash[19154]: audit 2024-01-18T07:58:28.374652+0000 mon.smithi112 (mon.0) 512 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:58:29.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:29 smithi131 bash[19154]: cephadm 2024-01-18T07:58:28.375536+0000 mgr.smithi112.xshois (mgr.14182) 86 : cephadm [INF] Reconfiguring daemon crash.smithi112 on smithi112 2024-01-18T07:58:29.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:29 smithi112 bash[16324]: audit 2024-01-18T07:58:28.371974+0000 mon.smithi112 (mon.0) 510 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:58:29.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:29 smithi112 bash[16324]: cephadm 2024-01-18T07:58:28.372989+0000 mgr.smithi112.xshois (mgr.14182) 85 : cephadm [INF] Reconfiguring crash.smithi112 (monmap changed)... 2024-01-18T07:58:29.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:29 smithi112 bash[16324]: audit 2024-01-18T07:58:28.373427+0000 mon.smithi112 (mon.0) 511 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi112", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-18T07:58:29.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:29 smithi112 bash[16324]: audit 2024-01-18T07:58:28.374652+0000 mon.smithi112 (mon.0) 512 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:58:29.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:29 smithi112 bash[16324]: cephadm 2024-01-18T07:58:28.375536+0000 mgr.smithi112.xshois (mgr.14182) 86 : cephadm [INF] Reconfiguring daemon crash.smithi112 on smithi112 2024-01-18T07:58:30.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:30 smithi131 bash[19154]: cluster 2024-01-18T07:58:29.144681+0000 mgr.smithi112.xshois (mgr.14182) 87 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:58:30.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:30 smithi112 bash[16324]: cluster 2024-01-18T07:58:29.144681+0000 mgr.smithi112.xshois (mgr.14182) 87 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:58:32.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:31 smithi112 bash[16324]: audit 2024-01-18T07:58:30.746297+0000 mon.smithi112 (mon.0) 513 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:58:32.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:31 smithi112 bash[16324]: cephadm 2024-01-18T07:58:30.747114+0000 mgr.smithi112.xshois (mgr.14182) 88 : cephadm [INF] Reconfiguring grafana.smithi112 (dependencies changed)... 2024-01-18T07:58:32.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:31 smithi131 bash[19154]: audit 2024-01-18T07:58:30.746297+0000 mon.smithi112 (mon.0) 513 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:58:32.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:31 smithi131 bash[19154]: cephadm 2024-01-18T07:58:30.747114+0000 mgr.smithi112.xshois (mgr.14182) 88 : cephadm [INF] Reconfiguring grafana.smithi112 (dependencies changed)... 2024-01-18T07:58:33.125 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:32 smithi112 bash[16324]: cephadm 2024-01-18T07:58:30.790941+0000 mgr.smithi112.xshois (mgr.14182) 89 : cephadm [INF] Reconfiguring daemon grafana.smithi112 on smithi112 2024-01-18T07:58:33.125 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:32 smithi112 bash[16324]: cluster 2024-01-18T07:58:31.145288+0000 mgr.smithi112.xshois (mgr.14182) 90 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:58:33.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:32 smithi131 bash[19154]: cephadm 2024-01-18T07:58:30.790941+0000 mgr.smithi112.xshois (mgr.14182) 89 : cephadm [INF] Reconfiguring daemon grafana.smithi112 on smithi112 2024-01-18T07:58:33.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:32 smithi131 bash[19154]: cluster 2024-01-18T07:58:31.145288+0000 mgr.smithi112.xshois (mgr.14182) 90 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:58:34.223 INFO:teuthology.orchestra.run.smithi112.stderr:Inferring config /var/lib/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/mon.smithi112/config 2024-01-18T07:58:34.898 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:34 smithi112 bash[16324]: cluster 2024-01-18T07:58:33.145885+0000 mgr.smithi112.xshois (mgr.14182) 91 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:58:35.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:34 smithi131 bash[19154]: cluster 2024-01-18T07:58:33.145885+0000 mgr.smithi112.xshois (mgr.14182) 91 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:58:37.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:36 smithi112 bash[16324]: cluster 2024-01-18T07:58:35.146457+0000 mgr.smithi112.xshois (mgr.14182) 92 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:58:37.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:36 smithi112 bash[16324]: audit 2024-01-18T07:58:35.875663+0000 mon.smithi112 (mon.0) 514 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:58:37.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:36 smithi112 bash[16324]: audit 2024-01-18T07:58:35.877169+0000 mon.smithi112 (mon.0) 515 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi131", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-18T07:58:37.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:36 smithi112 bash[16324]: audit 2024-01-18T07:58:35.878088+0000 mon.smithi112 (mon.0) 516 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:58:37.128 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:36 smithi131 bash[19154]: cluster 2024-01-18T07:58:35.146457+0000 mgr.smithi112.xshois (mgr.14182) 92 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:58:37.128 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:36 smithi131 bash[19154]: audit 2024-01-18T07:58:35.875663+0000 mon.smithi112 (mon.0) 514 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:58:37.128 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:36 smithi131 bash[19154]: audit 2024-01-18T07:58:35.877169+0000 mon.smithi112 (mon.0) 515 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi131", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-18T07:58:37.128 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:36 smithi131 bash[19154]: audit 2024-01-18T07:58:35.878088+0000 mon.smithi112 (mon.0) 516 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:58:37.872 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:37 smithi112 bash[16324]: cephadm 2024-01-18T07:58:35.876815+0000 mgr.smithi112.xshois (mgr.14182) 93 : cephadm [INF] Reconfiguring crash.smithi131 (monmap changed)... 2024-01-18T07:58:37.872 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:37 smithi112 bash[16324]: cephadm 2024-01-18T07:58:35.878762+0000 mgr.smithi112.xshois (mgr.14182) 94 : cephadm [INF] Reconfiguring daemon crash.smithi131 on smithi131 2024-01-18T07:58:37.873 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:37 smithi112 bash[16324]: cluster 2024-01-18T07:58:37.147079+0000 mgr.smithi112.xshois (mgr.14182) 95 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:58:37.873 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:37 smithi112 bash[16324]: audit 2024-01-18T07:58:37.682398+0000 mon.smithi112 (mon.0) 517 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:58:37.873 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:37 smithi112 bash[16324]: cephadm 2024-01-18T07:58:37.683422+0000 mgr.smithi112.xshois (mgr.14182) 96 : cephadm [INF] Reconfiguring mgr.smithi131.ysjjlj (monmap changed)... 2024-01-18T07:58:37.873 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:37 smithi112 bash[16324]: audit 2024-01-18T07:58:37.683835+0000 mon.smithi112 (mon.0) 518 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi131.ysjjlj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-18T07:58:37.873 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:37 smithi112 bash[16324]: audit 2024-01-18T07:58:37.684954+0000 mon.smithi112 (mon.0) 519 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-18T07:58:37.873 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:37 smithi112 bash[16324]: audit 2024-01-18T07:58:37.685889+0000 mon.smithi112 (mon.0) 520 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:58:37.873 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:37 smithi112 bash[16324]: cephadm 2024-01-18T07:58:37.686786+0000 mgr.smithi112.xshois (mgr.14182) 97 : cephadm [INF] Reconfiguring daemon mgr.smithi131.ysjjlj on smithi131 2024-01-18T07:58:38.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:37 smithi131 bash[19154]: cephadm 2024-01-18T07:58:35.876815+0000 mgr.smithi112.xshois (mgr.14182) 93 : cephadm [INF] Reconfiguring crash.smithi131 (monmap changed)... 2024-01-18T07:58:38.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:37 smithi131 bash[19154]: cephadm 2024-01-18T07:58:35.878762+0000 mgr.smithi112.xshois (mgr.14182) 94 : cephadm [INF] Reconfiguring daemon crash.smithi131 on smithi131 2024-01-18T07:58:38.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:37 smithi131 bash[19154]: cluster 2024-01-18T07:58:37.147079+0000 mgr.smithi112.xshois (mgr.14182) 95 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:58:38.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:37 smithi131 bash[19154]: audit 2024-01-18T07:58:37.682398+0000 mon.smithi112 (mon.0) 517 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:58:38.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:37 smithi131 bash[19154]: cephadm 2024-01-18T07:58:37.683422+0000 mgr.smithi112.xshois (mgr.14182) 96 : cephadm [INF] Reconfiguring mgr.smithi131.ysjjlj (monmap changed)... 2024-01-18T07:58:38.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:37 smithi131 bash[19154]: audit 2024-01-18T07:58:37.683835+0000 mon.smithi112 (mon.0) 518 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi131.ysjjlj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-18T07:58:38.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:37 smithi131 bash[19154]: audit 2024-01-18T07:58:37.684954+0000 mon.smithi112 (mon.0) 519 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-18T07:58:38.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:37 smithi131 bash[19154]: audit 2024-01-18T07:58:37.685889+0000 mon.smithi112 (mon.0) 520 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:58:38.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:37 smithi131 bash[19154]: cephadm 2024-01-18T07:58:37.686786+0000 mgr.smithi112.xshois (mgr.14182) 97 : cephadm [INF] Reconfiguring daemon mgr.smithi131.ysjjlj on smithi131 2024-01-18T07:58:38.384 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T07:58:38.384 INFO:teuthology.orchestra.run.smithi112.stdout:{"epoch":40,"fsid":"b612e886-b5d6-11ee-95ae-87774f69a715","created":"2024-01-18T07:54:22.915026+0000","modified":"2024-01-18T07:58:18.230101+0000","last_up_change":"2024-01-18T07:58:16.210647+0000","last_in_change":"2024-01-18T07:57:25.085683+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-01-18T07:57:57.204567+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"26","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"fa76c855-30a1-4354-bf41-c373d7fa03f9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6800","nonce":4256798958},{"type":"v1","addr":"172.21.15.131:6801","nonce":4256798958}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6802","nonce":4256798958},{"type":"v1","addr":"172.21.15.131:6803","nonce":4256798958}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6806","nonce":4256798958},{"type":"v1","addr":"172.21.15.131:6807","nonce":4256798958}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6804","nonce":4256798958},{"type":"v1","addr":"172.21.15.131:6805","nonce":4256798958}]},"public_addr":"172.21.15.131:6801/4256798958","cluster_addr":"172.21.15.131:6803/4256798958","heartbeat_back_addr":"172.21.15.131:6807/4256798958","heartbeat_front_addr":"172.21.15.131:6805/4256798958","state":["exists","up"]},{"osd":1,"uuid":"2791ef34-4693-4a8e-88c6-5e7980b1adb1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6802","nonce":1355739790},{"type":"v1","addr":"172.21.15.112:6803","nonce":1355739790}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6804","nonce":1355739790},{"type":"v1","addr":"172.21.15.112:6805","nonce":1355739790}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6808","nonce":1355739790},{"type":"v1","addr":"172.21.15.112:6809","nonce":1355739790}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6806","nonce":1355739790},{"type":"v1","addr":"172.21.15.112:6807","nonce":1355739790}]},"public_addr":"172.21.15.112:6803/1355739790","cluster_addr":"172.21.15.112:6805/1355739790","heartbeat_back_addr":"172.21.15.112:6809/1355739790","heartbeat_front_addr":"172.21.15.112:6807/1355739790","state":["exists","up"]},{"osd":2,"uuid":"3ed423d8-fc82-41fc-b1e7-28799f37881a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6808","nonce":3162509479},{"type":"v1","addr":"172.21.15.131:6809","nonce":3162509479}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6810","nonce":3162509479},{"type":"v1","addr":"172.21.15.131:6811","nonce":3162509479}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6814","nonce":3162509479},{"type":"v1","addr":"172.21.15.131:6815","nonce":3162509479}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6812","nonce":3162509479},{"type":"v1","addr":"172.21.15.131:6813","nonce":3162509479}]},"public_addr":"172.21.15.131:6809/3162509479","cluster_addr":"172.21.15.131:6811/3162509479","heartbeat_back_addr":"172.21.15.131:6815/3162509479","heartbeat_front_addr":"172.21.15.131:6813/3162509479","state":["exists","up"]},{"osd":3,"uuid":"4fa7e486-8b4a-4656-b4f2-a2d0729d2de8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6810","nonce":3172365679},{"type":"v1","addr":"172.21.15.112:6811","nonce":3172365679}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6812","nonce":3172365679},{"type":"v1","addr":"172.21.15.112:6813","nonce":3172365679}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6816","nonce":3172365679},{"type":"v1","addr":"172.21.15.112:6817","nonce":3172365679}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6814","nonce":3172365679},{"type":"v1","addr":"172.21.15.112:6815","nonce":3172365679}]},"public_addr":"172.21.15.112:6811/3172365679","cluster_addr":"172.21.15.112:6813/3172365679","heartbeat_back_addr":"172.21.15.112:6817/3172365679","heartbeat_front_addr":"172.21.15.112:6815/3172365679","state":["exists","up"]},{"osd":4,"uuid":"985e68f9-f894-4011-8d33-924aa53e4861","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6816","nonce":161461741},{"type":"v1","addr":"172.21.15.131:6817","nonce":161461741}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6818","nonce":161461741},{"type":"v1","addr":"172.21.15.131:6819","nonce":161461741}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6822","nonce":161461741},{"type":"v1","addr":"172.21.15.131:6823","nonce":161461741}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6820","nonce":161461741},{"type":"v1","addr":"172.21.15.131:6821","nonce":161461741}]},"public_addr":"172.21.15.131:6817/161461741","cluster_addr":"172.21.15.131:6819/161461741","heartbeat_back_addr":"172.21.15.131:6823/161461741","heartbeat_front_addr":"172.21.15.131:6821/161461741","state":["exists","up"]},{"osd":5,"uuid":"c2828a2b-11f3-4f99-8d21-def0c7f4e98b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6818","nonce":2272491394},{"type":"v1","addr":"172.21.15.112:6819","nonce":2272491394}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6820","nonce":2272491394},{"type":"v1","addr":"172.21.15.112:6821","nonce":2272491394}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6824","nonce":2272491394},{"type":"v1","addr":"172.21.15.112:6825","nonce":2272491394}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6822","nonce":2272491394},{"type":"v1","addr":"172.21.15.112:6823","nonce":2272491394}]},"public_addr":"172.21.15.112:6819/2272491394","cluster_addr":"172.21.15.112:6821/2272491394","heartbeat_back_addr":"172.21.15.112:6825/2272491394","heartbeat_front_addr":"172.21.15.112:6823/2272491394","state":["exists","up"]},{"osd":6,"uuid":"000ca655-6f42-4f0f-926f-d3bb7d283890","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6824","nonce":254088662},{"type":"v1","addr":"172.21.15.131:6825","nonce":254088662}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6826","nonce":254088662},{"type":"v1","addr":"172.21.15.131:6827","nonce":254088662}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6830","nonce":254088662},{"type":"v1","addr":"172.21.15.131:6831","nonce":254088662}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6828","nonce":254088662},{"type":"v1","addr":"172.21.15.131:6829","nonce":254088662}]},"public_addr":"172.21.15.131:6825/254088662","cluster_addr":"172.21.15.131:6827/254088662","heartbeat_back_addr":"172.21.15.131:6831/254088662","heartbeat_front_addr":"172.21.15.131:6829/254088662","state":["exists","up"]},{"osd":7,"uuid":"f5a5f018-e0f3-4b73-9b37-2cb010311f6e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6826","nonce":2072607739},{"type":"v1","addr":"172.21.15.112:6827","nonce":2072607739}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6828","nonce":2072607739},{"type":"v1","addr":"172.21.15.112:6829","nonce":2072607739}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6832","nonce":2072607739},{"type":"v1","addr":"172.21.15.112:6833","nonce":2072607739}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6830","nonce":2072607739},{"type":"v1","addr":"172.21.15.112:6831","nonce":2072607739}]},"public_addr":"172.21.15.112:6827/2072607739","cluster_addr":"172.21.15.112:6829/2072607739","heartbeat_back_addr":"172.21.15.112:6833/2072607739","heartbeat_front_addr":"172.21.15.112:6831/2072607739","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-18T07:57:47.634363+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-18T07:57:54.794536+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-18T07:57:52.798934+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-18T07:58:02.154087+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-18T07:57:58.116140+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-18T07:58:09.924364+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-18T07:58:02.132802+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-18T07:58:14.923613+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.112:0/3381492473":"2024-01-19T07:56:25.105939+0000","172.21.15.112:6801/95965646":"2024-01-19T07:56:25.105939+0000","172.21.15.112:6801/1869230927":"2024-01-19T07:55:29.249177+0000","172.21.15.112:6800/1869230927":"2024-01-19T07:55:29.249177+0000","172.21.15.112:0/2817988518":"2024-01-19T07:56:25.105939+0000","172.21.15.112:0/2110474395":"2024-01-19T07:55:29.249177+0000","172.21.15.112:0/3931751728":"2024-01-19T07:55:29.249177+0000","172.21.15.112:6800/95965646":"2024-01-19T07:56:25.105939+0000","172.21.15.112:0/2853310764":"2024-01-19T07:54:50.381632+0000","172.21.15.112:6801/1800196604":"2024-01-19T07:54:50.381632+0000","172.21.15.112:0/2023432185":"2024-01-19T07:54:50.381632+0000","172.21.15.112:6800/1800196604":"2024-01-19T07:54:50.381632+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-18T07:58:38.910 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:38 smithi131 bash[19154]: audit 2024-01-18T07:58:38.382114+0000 mon.smithi112 (mon.0) 521 : audit [DBG] from='client.? 172.21.15.112:0/2872211576' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-18T07:58:39.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:38 smithi112 bash[16324]: audit 2024-01-18T07:58:38.382114+0000 mon.smithi112 (mon.0) 521 : audit [DBG] from='client.? 172.21.15.112:0/2872211576' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-18T07:58:39.035 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-01-18T07:57:57.204567+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '26', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2024-01-18T07:58:39.035 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-01-18T07:58:40.643 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:40 smithi131 bash[19154]: cluster 2024-01-18T07:58:39.147683+0000 mgr.smithi112.xshois (mgr.14182) 98 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:58:40.644 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:40 smithi131 bash[19154]: audit 2024-01-18T07:58:39.465864+0000 mon.smithi112 (mon.0) 522 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:58:40.644 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:40 smithi131 bash[19154]: cephadm 2024-01-18T07:58:39.467349+0000 mgr.smithi112.xshois (mgr.14182) 99 : cephadm [INF] Reconfiguring mon.smithi131 (monmap changed)... 2024-01-18T07:58:40.644 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:40 smithi131 bash[19154]: audit 2024-01-18T07:58:39.467780+0000 mon.smithi112 (mon.0) 523 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T07:58:40.644 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:40 smithi131 bash[19154]: audit 2024-01-18T07:58:39.469318+0000 mon.smithi112 (mon.0) 524 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-18T07:58:40.644 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:40 smithi131 bash[19154]: audit 2024-01-18T07:58:39.470748+0000 mon.smithi112 (mon.0) 525 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:58:40.644 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:40 smithi131 bash[19154]: cephadm 2024-01-18T07:58:39.472095+0000 mgr.smithi112.xshois (mgr.14182) 100 : cephadm [INF] Reconfiguring daemon mon.smithi131 on smithi131 2024-01-18T07:58:40.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:40 smithi112 bash[16324]: cluster 2024-01-18T07:58:39.147683+0000 mgr.smithi112.xshois (mgr.14182) 98 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:58:40.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:40 smithi112 bash[16324]: audit 2024-01-18T07:58:39.465864+0000 mon.smithi112 (mon.0) 522 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:58:40.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:40 smithi112 bash[16324]: cephadm 2024-01-18T07:58:39.467349+0000 mgr.smithi112.xshois (mgr.14182) 99 : cephadm [INF] Reconfiguring mon.smithi131 (monmap changed)... 2024-01-18T07:58:40.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:40 smithi112 bash[16324]: audit 2024-01-18T07:58:39.467780+0000 mon.smithi112 (mon.0) 523 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T07:58:40.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:40 smithi112 bash[16324]: audit 2024-01-18T07:58:39.469318+0000 mon.smithi112 (mon.0) 524 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-18T07:58:40.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:40 smithi112 bash[16324]: audit 2024-01-18T07:58:39.470748+0000 mon.smithi112 (mon.0) 525 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:58:40.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:40 smithi112 bash[16324]: cephadm 2024-01-18T07:58:39.472095+0000 mgr.smithi112.xshois (mgr.14182) 100 : cephadm [INF] Reconfiguring daemon mon.smithi131 on smithi131 2024-01-18T07:58:42.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:42 smithi112 bash[16324]: cluster 2024-01-18T07:58:41.148257+0000 mgr.smithi112.xshois (mgr.14182) 101 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:58:42.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:42 smithi112 bash[16324]: audit 2024-01-18T07:58:41.216778+0000 mon.smithi112 (mon.0) 526 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:58:42.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:42 smithi112 bash[16324]: audit 2024-01-18T07:58:41.225705+0000 mon.smithi112 (mon.0) 527 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-18T07:58:42.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:42 smithi112 bash[16324]: audit 2024-01-18T07:58:41.226700+0000 mgr.smithi112.xshois (mgr.14182) 102 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-18T07:58:42.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:42 smithi112 bash[16324]: audit 2024-01-18T07:58:41.229284+0000 mon.smithi112 (mon.0) 528 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi112.front.sepia.ceph.com:9093"}]: dispatch 2024-01-18T07:58:42.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:42 smithi112 bash[16324]: audit 2024-01-18T07:58:41.229929+0000 mgr.smithi112.xshois (mgr.14182) 103 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi112.front.sepia.ceph.com:9093"}]: dispatch 2024-01-18T07:58:42.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:42 smithi112 bash[16324]: audit 2024-01-18T07:58:41.238612+0000 mon.smithi112 (mon.0) 529 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:58:42.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:42 smithi112 bash[16324]: audit 2024-01-18T07:58:41.247741+0000 mon.smithi112 (mon.0) 530 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-18T07:58:42.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:42 smithi112 bash[16324]: audit 2024-01-18T07:58:41.248569+0000 mgr.smithi112.xshois (mgr.14182) 104 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-18T07:58:42.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:42 smithi112 bash[16324]: audit 2024-01-18T07:58:41.253473+0000 mon.smithi112 (mon.0) 531 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi112.front.sepia.ceph.com:3000"}]: dispatch 2024-01-18T07:58:42.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:42 smithi112 bash[16324]: audit 2024-01-18T07:58:41.254355+0000 mgr.smithi112.xshois (mgr.14182) 105 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi112.front.sepia.ceph.com:3000"}]: dispatch 2024-01-18T07:58:42.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:42 smithi112 bash[16324]: audit 2024-01-18T07:58:41.263977+0000 mon.smithi112 (mon.0) 532 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:58:42.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:42 smithi112 bash[16324]: audit 2024-01-18T07:58:41.272941+0000 mon.smithi112 (mon.0) 533 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-18T07:58:42.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:42 smithi112 bash[16324]: audit 2024-01-18T07:58:41.273890+0000 mgr.smithi112.xshois (mgr.14182) 106 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-18T07:58:42.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:42 smithi112 bash[16324]: audit 2024-01-18T07:58:41.280376+0000 mon.smithi112 (mon.0) 534 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi131.front.sepia.ceph.com:9095"}]: dispatch 2024-01-18T07:58:42.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:42 smithi112 bash[16324]: audit 2024-01-18T07:58:41.281405+0000 mgr.smithi112.xshois (mgr.14182) 107 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi131.front.sepia.ceph.com:9095"}]: dispatch 2024-01-18T07:58:42.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:42 smithi112 bash[16324]: audit 2024-01-18T07:58:41.289551+0000 mon.smithi112 (mon.0) 535 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:58:42.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:42 smithi112 bash[16324]: audit 2024-01-18T07:58:41.297625+0000 mon.smithi112 (mon.0) 536 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T07:58:42.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:42 smithi131 bash[19154]: cluster 2024-01-18T07:58:41.148257+0000 mgr.smithi112.xshois (mgr.14182) 101 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:58:42.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:42 smithi131 bash[19154]: audit 2024-01-18T07:58:41.216778+0000 mon.smithi112 (mon.0) 526 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:58:42.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:42 smithi131 bash[19154]: audit 2024-01-18T07:58:41.225705+0000 mon.smithi112 (mon.0) 527 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-18T07:58:42.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:42 smithi131 bash[19154]: audit 2024-01-18T07:58:41.226700+0000 mgr.smithi112.xshois (mgr.14182) 102 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-18T07:58:42.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:42 smithi131 bash[19154]: audit 2024-01-18T07:58:41.229284+0000 mon.smithi112 (mon.0) 528 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi112.front.sepia.ceph.com:9093"}]: dispatch 2024-01-18T07:58:42.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:42 smithi131 bash[19154]: audit 2024-01-18T07:58:41.229929+0000 mgr.smithi112.xshois (mgr.14182) 103 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi112.front.sepia.ceph.com:9093"}]: dispatch 2024-01-18T07:58:42.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:42 smithi131 bash[19154]: audit 2024-01-18T07:58:41.238612+0000 mon.smithi112 (mon.0) 529 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:58:42.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:42 smithi131 bash[19154]: audit 2024-01-18T07:58:41.247741+0000 mon.smithi112 (mon.0) 530 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-18T07:58:42.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:42 smithi131 bash[19154]: audit 2024-01-18T07:58:41.248569+0000 mgr.smithi112.xshois (mgr.14182) 104 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-18T07:58:42.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:42 smithi131 bash[19154]: audit 2024-01-18T07:58:41.253473+0000 mon.smithi112 (mon.0) 531 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi112.front.sepia.ceph.com:3000"}]: dispatch 2024-01-18T07:58:42.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:42 smithi131 bash[19154]: audit 2024-01-18T07:58:41.254355+0000 mgr.smithi112.xshois (mgr.14182) 105 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi112.front.sepia.ceph.com:3000"}]: dispatch 2024-01-18T07:58:42.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:42 smithi131 bash[19154]: audit 2024-01-18T07:58:41.263977+0000 mon.smithi112 (mon.0) 532 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:58:42.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:42 smithi131 bash[19154]: audit 2024-01-18T07:58:41.272941+0000 mon.smithi112 (mon.0) 533 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-18T07:58:42.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:42 smithi131 bash[19154]: audit 2024-01-18T07:58:41.273890+0000 mgr.smithi112.xshois (mgr.14182) 106 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-18T07:58:42.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:42 smithi131 bash[19154]: audit 2024-01-18T07:58:41.280376+0000 mon.smithi112 (mon.0) 534 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi131.front.sepia.ceph.com:9095"}]: dispatch 2024-01-18T07:58:42.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:42 smithi131 bash[19154]: audit 2024-01-18T07:58:41.281405+0000 mgr.smithi112.xshois (mgr.14182) 107 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi131.front.sepia.ceph.com:9095"}]: dispatch 2024-01-18T07:58:42.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:42 smithi131 bash[19154]: audit 2024-01-18T07:58:41.289551+0000 mon.smithi112 (mon.0) 535 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:58:42.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:42 smithi131 bash[19154]: audit 2024-01-18T07:58:41.297625+0000 mon.smithi112 (mon.0) 536 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T07:58:43.868 INFO:teuthology.orchestra.run.smithi112.stderr:Inferring config /var/lib/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/mon.smithi112/config 2024-01-18T07:58:44.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:44 smithi112 bash[16324]: cluster 2024-01-18T07:58:43.148862+0000 mgr.smithi112.xshois (mgr.14182) 108 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:58:44.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:44 smithi131 bash[19154]: cluster 2024-01-18T07:58:43.148862+0000 mgr.smithi112.xshois (mgr.14182) 108 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:58:46.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:46 smithi112 bash[16324]: cluster 2024-01-18T07:58:45.149274+0000 mgr.smithi112.xshois (mgr.14182) 109 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:58:46.669 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:46 smithi131 bash[19154]: cluster 2024-01-18T07:58:45.149274+0000 mgr.smithi112.xshois (mgr.14182) 109 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:58:46.969 INFO:teuthology.orchestra.run.smithi112.stdout:pg_num: 1 2024-01-18T07:58:47.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:47 smithi112 bash[16324]: audit 2024-01-18T07:58:46.969270+0000 mon.smithi112 (mon.0) 537 : audit [DBG] from='client.? 172.21.15.112:0/2141863058' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-18T07:58:47.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:47 smithi112 bash[16324]: audit 2024-01-18T07:58:47.164544+0000 mon.smithi112 (mon.0) 538 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:58:47.643 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-01-18T07:58:47.643 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-01-18T07:58:47.644 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph mgr dump --format=json 2024-01-18T07:58:47.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:47 smithi131 bash[19154]: audit 2024-01-18T07:58:46.969270+0000 mon.smithi112 (mon.0) 537 : audit [DBG] from='client.? 172.21.15.112:0/2141863058' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-18T07:58:47.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:47 smithi131 bash[19154]: audit 2024-01-18T07:58:47.164544+0000 mon.smithi112 (mon.0) 538 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:58:48.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:48 smithi131 bash[19154]: cluster 2024-01-18T07:58:47.150062+0000 mgr.smithi112.xshois (mgr.14182) 110 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:58:48.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:48 smithi131 bash[19154]: audit 2024-01-18T07:58:47.339169+0000 mon.smithi112 (mon.0) 539 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:58:48.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:48 smithi112 bash[16324]: cluster 2024-01-18T07:58:47.150062+0000 mgr.smithi112.xshois (mgr.14182) 110 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:58:48.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:48 smithi112 bash[16324]: audit 2024-01-18T07:58:47.339169+0000 mon.smithi112 (mon.0) 539 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:58:50.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:50 smithi131 bash[19154]: cluster 2024-01-18T07:58:49.150639+0000 mgr.smithi112.xshois (mgr.14182) 111 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:58:50.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:50 smithi112 bash[16324]: cluster 2024-01-18T07:58:49.150639+0000 mgr.smithi112.xshois (mgr.14182) 111 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:58:52.186 INFO:teuthology.orchestra.run.smithi112.stderr:Inferring config /var/lib/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/mon.smithi112/config 2024-01-18T07:58:52.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:52 smithi112 bash[16324]: cluster 2024-01-18T07:58:51.151298+0000 mgr.smithi112.xshois (mgr.14182) 112 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:58:52.669 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:52 smithi131 bash[19154]: cluster 2024-01-18T07:58:51.151298+0000 mgr.smithi112.xshois (mgr.14182) 112 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:58:54.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:54 smithi112 bash[16324]: cluster 2024-01-18T07:58:53.151932+0000 mgr.smithi112.xshois (mgr.14182) 113 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:58:54.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:54 smithi131 bash[19154]: cluster 2024-01-18T07:58:53.151932+0000 mgr.smithi112.xshois (mgr.14182) 113 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:58:56.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:56 smithi131 bash[19154]: cluster 2024-01-18T07:58:55.152529+0000 mgr.smithi112.xshois (mgr.14182) 114 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:58:56.514 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T07:58:56.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:56 smithi112 bash[16324]: cluster 2024-01-18T07:58:55.152529+0000 mgr.smithi112.xshois (mgr.14182) 114 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:58:57.239 INFO:teuthology.orchestra.run.smithi112.stdout:{"epoch":18,"active_gid":14182,"active_name":"smithi112.xshois","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6800","nonce":3046211349},{"type":"v1","addr":"172.21.15.112:6801","nonce":3046211349}]},"active_addr":"172.21.15.112:6801/3046211349","active_change":"2024-01-18T07:56:25.106128+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14196,"name":"smithi131.ysjjlj","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.112:8443/","prometheus":"http://172.21.15.112: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.112:0","nonce":4191637714}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.112:0","nonce":1581041258}]}]} 2024-01-18T07:58:57.244 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-01-18T07:58:57.244 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-01-18T07:58:57.245 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph osd dump --format=json 2024-01-18T07:58:57.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:57 smithi112 bash[16324]: audit 2024-01-18T07:58:56.508389+0000 mon.smithi112 (mon.0) 540 : audit [DBG] from='client.? 172.21.15.112:0/102108592' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-18T07:58:57.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:57 smithi112 bash[16324]: cephadm 2024-01-18T07:58:56.751140+0000 mgr.smithi112.xshois (mgr.14182) 115 : cephadm [INF] Detected new or changed devices on smithi131 2024-01-18T07:58:57.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:57 smithi112 bash[16324]: audit 2024-01-18T07:58:56.761700+0000 mon.smithi112 (mon.0) 541 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:58:57.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:57 smithi112 bash[16324]: audit 2024-01-18T07:58:57.045160+0000 mon.smithi112 (mon.0) 542 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-18T07:58:57.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:57 smithi112 bash[16324]: audit 2024-01-18T07:58:57.047169+0000 mon.smithi112 (mon.0) 543 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-18T07:58:57.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:57 smithi112 bash[16324]: audit 2024-01-18T07:58:57.049132+0000 mon.smithi112 (mon.0) 544 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-18T07:58:57.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:57 smithi112 bash[16324]: audit 2024-01-18T07:58:57.050909+0000 mon.smithi112 (mon.0) 545 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-18T07:58:57.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:57 smithi112 bash[16324]: audit 2024-01-18T07:58:57.060217+0000 mon.smithi112 (mon.0) 546 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:58:57.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:57 smithi131 bash[19154]: audit 2024-01-18T07:58:56.508389+0000 mon.smithi112 (mon.0) 540 : audit [DBG] from='client.? 172.21.15.112:0/102108592' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-18T07:58:57.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:57 smithi131 bash[19154]: cephadm 2024-01-18T07:58:56.751140+0000 mgr.smithi112.xshois (mgr.14182) 115 : cephadm [INF] Detected new or changed devices on smithi131 2024-01-18T07:58:57.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:57 smithi131 bash[19154]: audit 2024-01-18T07:58:56.761700+0000 mon.smithi112 (mon.0) 541 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:58:57.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:57 smithi131 bash[19154]: audit 2024-01-18T07:58:57.045160+0000 mon.smithi112 (mon.0) 542 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-18T07:58:57.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:57 smithi131 bash[19154]: audit 2024-01-18T07:58:57.047169+0000 mon.smithi112 (mon.0) 543 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-18T07:58:57.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:57 smithi131 bash[19154]: audit 2024-01-18T07:58:57.049132+0000 mon.smithi112 (mon.0) 544 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-18T07:58:57.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:57 smithi131 bash[19154]: audit 2024-01-18T07:58:57.050909+0000 mon.smithi112 (mon.0) 545 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-18T07:58:57.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:57 smithi131 bash[19154]: audit 2024-01-18T07:58:57.060217+0000 mon.smithi112 (mon.0) 546 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:58:58.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:58 smithi112 bash[16324]: cephadm 2024-01-18T07:58:57.052305+0000 mgr.smithi112.xshois (mgr.14182) 116 : cephadm [INF] Adjusting osd_memory_target on smithi131 to 3785M 2024-01-18T07:58:58.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:58 smithi112 bash[16324]: cluster 2024-01-18T07:58:57.153163+0000 mgr.smithi112.xshois (mgr.14182) 117 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:58:58.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:58 smithi131 bash[19154]: cephadm 2024-01-18T07:58:57.052305+0000 mgr.smithi112.xshois (mgr.14182) 116 : cephadm [INF] Adjusting osd_memory_target on smithi131 to 3785M 2024-01-18T07:58:58.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:58 smithi131 bash[19154]: cluster 2024-01-18T07:58:57.153163+0000 mgr.smithi112.xshois (mgr.14182) 117 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:59:00.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:59 smithi112 bash[16324]: cephadm 2024-01-18T07:58:58.717535+0000 mgr.smithi112.xshois (mgr.14182) 118 : cephadm [INF] Detected new or changed devices on smithi112 2024-01-18T07:59:00.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:59 smithi112 bash[16324]: audit 2024-01-18T07:58:58.730076+0000 mon.smithi112 (mon.0) 547 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:59:00.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:59 smithi112 bash[16324]: audit 2024-01-18T07:58:59.055183+0000 mon.smithi112 (mon.0) 548 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:59:00.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:59 smithi112 bash[16324]: audit 2024-01-18T07:58:59.057536+0000 mon.smithi112 (mon.0) 549 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-18T07:59:00.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:59 smithi112 bash[16324]: audit 2024-01-18T07:58:59.058672+0000 mon.smithi112 (mon.0) 550 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-18T07:59:00.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:59 smithi112 bash[16324]: audit 2024-01-18T07:58:59.059740+0000 mon.smithi112 (mon.0) 551 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-18T07:59:00.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:59 smithi112 bash[16324]: audit 2024-01-18T07:58:59.060815+0000 mon.smithi112 (mon.0) 552 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-18T07:59:00.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:59 smithi112 bash[16324]: audit 2024-01-18T07:58:59.070813+0000 mon.smithi112 (mon.0) 553 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:59:00.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:59 smithi112 bash[16324]: audit 2024-01-18T07:58:59.072471+0000 mon.smithi112 (mon.0) 554 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:59:00.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:59 smithi112 bash[16324]: audit 2024-01-18T07:58:59.073683+0000 mon.smithi112 (mon.0) 555 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T07:59:00.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:59 smithi112 bash[16324]: audit 2024-01-18T07:58:59.080697+0000 mon.smithi112 (mon.0) 556 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:59:00.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:59 smithi112 bash[16324]: audit 2024-01-18T07:58:59.087334+0000 mon.smithi112 (mon.0) 557 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T07:59:00.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:59 smithi112 bash[16324]: audit 2024-01-18T07:58:59.094142+0000 mon.smithi112 (mon.0) 558 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T07:59:00.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:59 smithi112 bash[16324]: audit 2024-01-18T07:58:59.096903+0000 mon.smithi112 (mon.0) 559 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T07:59:00.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:59 smithi112 bash[16324]: audit 2024-01-18T07:58:59.097511+0000 mon.smithi112 (mon.0) 560 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:59:00.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:58:59 smithi112 bash[16324]: audit 2024-01-18T07:58:59.098653+0000 mon.smithi112 (mon.0) 561 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:59:00.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:59 smithi131 bash[19154]: cephadm 2024-01-18T07:58:58.717535+0000 mgr.smithi112.xshois (mgr.14182) 118 : cephadm [INF] Detected new or changed devices on smithi112 2024-01-18T07:59:00.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:59 smithi131 bash[19154]: audit 2024-01-18T07:58:58.730076+0000 mon.smithi112 (mon.0) 547 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:59:00.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:59 smithi131 bash[19154]: audit 2024-01-18T07:58:59.055183+0000 mon.smithi112 (mon.0) 548 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:59:00.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:59 smithi131 bash[19154]: audit 2024-01-18T07:58:59.057536+0000 mon.smithi112 (mon.0) 549 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-18T07:59:00.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:59 smithi131 bash[19154]: audit 2024-01-18T07:58:59.058672+0000 mon.smithi112 (mon.0) 550 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-18T07:59:00.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:59 smithi131 bash[19154]: audit 2024-01-18T07:58:59.059740+0000 mon.smithi112 (mon.0) 551 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-18T07:59:00.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:59 smithi131 bash[19154]: audit 2024-01-18T07:58:59.060815+0000 mon.smithi112 (mon.0) 552 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-18T07:59:00.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:59 smithi131 bash[19154]: audit 2024-01-18T07:58:59.070813+0000 mon.smithi112 (mon.0) 553 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:59:00.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:59 smithi131 bash[19154]: audit 2024-01-18T07:58:59.072471+0000 mon.smithi112 (mon.0) 554 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:59:00.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:59 smithi131 bash[19154]: audit 2024-01-18T07:58:59.073683+0000 mon.smithi112 (mon.0) 555 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T07:59:00.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:59 smithi131 bash[19154]: audit 2024-01-18T07:58:59.080697+0000 mon.smithi112 (mon.0) 556 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:59:00.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:59 smithi131 bash[19154]: audit 2024-01-18T07:58:59.087334+0000 mon.smithi112 (mon.0) 557 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T07:59:00.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:59 smithi131 bash[19154]: audit 2024-01-18T07:58:59.094142+0000 mon.smithi112 (mon.0) 558 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T07:59:00.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:59 smithi131 bash[19154]: audit 2024-01-18T07:58:59.096903+0000 mon.smithi112 (mon.0) 559 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T07:59:00.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:59 smithi131 bash[19154]: audit 2024-01-18T07:58:59.097511+0000 mon.smithi112 (mon.0) 560 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:59:00.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:58:59 smithi131 bash[19154]: audit 2024-01-18T07:58:59.098653+0000 mon.smithi112 (mon.0) 561 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:59:01.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:59:00 smithi112 bash[16324]: cephadm 2024-01-18T07:58:59.061688+0000 mgr.smithi112.xshois (mgr.14182) 119 : cephadm [INF] Adjusting osd_memory_target on smithi112 to 3529M 2024-01-18T07:59:01.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:59:00 smithi112 bash[16324]: cluster 2024-01-18T07:58:59.153822+0000 mgr.smithi112.xshois (mgr.14182) 120 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:59:01.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:59:00 smithi131 bash[19154]: cephadm 2024-01-18T07:58:59.061688+0000 mgr.smithi112.xshois (mgr.14182) 119 : cephadm [INF] Adjusting osd_memory_target on smithi112 to 3529M 2024-01-18T07:59:01.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:59:00 smithi131 bash[19154]: cluster 2024-01-18T07:58:59.153822+0000 mgr.smithi112.xshois (mgr.14182) 120 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:59:02.080 INFO:teuthology.orchestra.run.smithi112.stderr:Inferring config /var/lib/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/mon.smithi112/config 2024-01-18T07:59:03.007 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:59:02 smithi112 bash[16324]: cluster 2024-01-18T07:59:01.154484+0000 mgr.smithi112.xshois (mgr.14182) 121 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:59:03.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:59:02 smithi131 bash[19154]: cluster 2024-01-18T07:59:01.154484+0000 mgr.smithi112.xshois (mgr.14182) 121 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:59:05.016 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:59:04 smithi131 bash[19154]: cluster 2024-01-18T07:59:03.155204+0000 mgr.smithi112.xshois (mgr.14182) 122 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:59:05.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:59:04 smithi112 bash[16324]: cluster 2024-01-18T07:59:03.155204+0000 mgr.smithi112.xshois (mgr.14182) 122 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:59:06.331 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T07:59:06.332 INFO:teuthology.orchestra.run.smithi112.stdout:{"epoch":40,"fsid":"b612e886-b5d6-11ee-95ae-87774f69a715","created":"2024-01-18T07:54:22.915026+0000","modified":"2024-01-18T07:58:18.230101+0000","last_up_change":"2024-01-18T07:58:16.210647+0000","last_in_change":"2024-01-18T07:57:25.085683+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-01-18T07:57:57.204567+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"26","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"fa76c855-30a1-4354-bf41-c373d7fa03f9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6800","nonce":4256798958},{"type":"v1","addr":"172.21.15.131:6801","nonce":4256798958}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6802","nonce":4256798958},{"type":"v1","addr":"172.21.15.131:6803","nonce":4256798958}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6806","nonce":4256798958},{"type":"v1","addr":"172.21.15.131:6807","nonce":4256798958}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6804","nonce":4256798958},{"type":"v1","addr":"172.21.15.131:6805","nonce":4256798958}]},"public_addr":"172.21.15.131:6801/4256798958","cluster_addr":"172.21.15.131:6803/4256798958","heartbeat_back_addr":"172.21.15.131:6807/4256798958","heartbeat_front_addr":"172.21.15.131:6805/4256798958","state":["exists","up"]},{"osd":1,"uuid":"2791ef34-4693-4a8e-88c6-5e7980b1adb1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6802","nonce":1355739790},{"type":"v1","addr":"172.21.15.112:6803","nonce":1355739790}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6804","nonce":1355739790},{"type":"v1","addr":"172.21.15.112:6805","nonce":1355739790}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6808","nonce":1355739790},{"type":"v1","addr":"172.21.15.112:6809","nonce":1355739790}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6806","nonce":1355739790},{"type":"v1","addr":"172.21.15.112:6807","nonce":1355739790}]},"public_addr":"172.21.15.112:6803/1355739790","cluster_addr":"172.21.15.112:6805/1355739790","heartbeat_back_addr":"172.21.15.112:6809/1355739790","heartbeat_front_addr":"172.21.15.112:6807/1355739790","state":["exists","up"]},{"osd":2,"uuid":"3ed423d8-fc82-41fc-b1e7-28799f37881a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6808","nonce":3162509479},{"type":"v1","addr":"172.21.15.131:6809","nonce":3162509479}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6810","nonce":3162509479},{"type":"v1","addr":"172.21.15.131:6811","nonce":3162509479}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6814","nonce":3162509479},{"type":"v1","addr":"172.21.15.131:6815","nonce":3162509479}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6812","nonce":3162509479},{"type":"v1","addr":"172.21.15.131:6813","nonce":3162509479}]},"public_addr":"172.21.15.131:6809/3162509479","cluster_addr":"172.21.15.131:6811/3162509479","heartbeat_back_addr":"172.21.15.131:6815/3162509479","heartbeat_front_addr":"172.21.15.131:6813/3162509479","state":["exists","up"]},{"osd":3,"uuid":"4fa7e486-8b4a-4656-b4f2-a2d0729d2de8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6810","nonce":3172365679},{"type":"v1","addr":"172.21.15.112:6811","nonce":3172365679}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6812","nonce":3172365679},{"type":"v1","addr":"172.21.15.112:6813","nonce":3172365679}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6816","nonce":3172365679},{"type":"v1","addr":"172.21.15.112:6817","nonce":3172365679}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6814","nonce":3172365679},{"type":"v1","addr":"172.21.15.112:6815","nonce":3172365679}]},"public_addr":"172.21.15.112:6811/3172365679","cluster_addr":"172.21.15.112:6813/3172365679","heartbeat_back_addr":"172.21.15.112:6817/3172365679","heartbeat_front_addr":"172.21.15.112:6815/3172365679","state":["exists","up"]},{"osd":4,"uuid":"985e68f9-f894-4011-8d33-924aa53e4861","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6816","nonce":161461741},{"type":"v1","addr":"172.21.15.131:6817","nonce":161461741}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6818","nonce":161461741},{"type":"v1","addr":"172.21.15.131:6819","nonce":161461741}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6822","nonce":161461741},{"type":"v1","addr":"172.21.15.131:6823","nonce":161461741}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6820","nonce":161461741},{"type":"v1","addr":"172.21.15.131:6821","nonce":161461741}]},"public_addr":"172.21.15.131:6817/161461741","cluster_addr":"172.21.15.131:6819/161461741","heartbeat_back_addr":"172.21.15.131:6823/161461741","heartbeat_front_addr":"172.21.15.131:6821/161461741","state":["exists","up"]},{"osd":5,"uuid":"c2828a2b-11f3-4f99-8d21-def0c7f4e98b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6818","nonce":2272491394},{"type":"v1","addr":"172.21.15.112:6819","nonce":2272491394}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6820","nonce":2272491394},{"type":"v1","addr":"172.21.15.112:6821","nonce":2272491394}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6824","nonce":2272491394},{"type":"v1","addr":"172.21.15.112:6825","nonce":2272491394}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6822","nonce":2272491394},{"type":"v1","addr":"172.21.15.112:6823","nonce":2272491394}]},"public_addr":"172.21.15.112:6819/2272491394","cluster_addr":"172.21.15.112:6821/2272491394","heartbeat_back_addr":"172.21.15.112:6825/2272491394","heartbeat_front_addr":"172.21.15.112:6823/2272491394","state":["exists","up"]},{"osd":6,"uuid":"000ca655-6f42-4f0f-926f-d3bb7d283890","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6824","nonce":254088662},{"type":"v1","addr":"172.21.15.131:6825","nonce":254088662}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6826","nonce":254088662},{"type":"v1","addr":"172.21.15.131:6827","nonce":254088662}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6830","nonce":254088662},{"type":"v1","addr":"172.21.15.131:6831","nonce":254088662}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6828","nonce":254088662},{"type":"v1","addr":"172.21.15.131:6829","nonce":254088662}]},"public_addr":"172.21.15.131:6825/254088662","cluster_addr":"172.21.15.131:6827/254088662","heartbeat_back_addr":"172.21.15.131:6831/254088662","heartbeat_front_addr":"172.21.15.131:6829/254088662","state":["exists","up"]},{"osd":7,"uuid":"f5a5f018-e0f3-4b73-9b37-2cb010311f6e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6826","nonce":2072607739},{"type":"v1","addr":"172.21.15.112:6827","nonce":2072607739}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6828","nonce":2072607739},{"type":"v1","addr":"172.21.15.112:6829","nonce":2072607739}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6832","nonce":2072607739},{"type":"v1","addr":"172.21.15.112:6833","nonce":2072607739}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6830","nonce":2072607739},{"type":"v1","addr":"172.21.15.112:6831","nonce":2072607739}]},"public_addr":"172.21.15.112:6827/2072607739","cluster_addr":"172.21.15.112:6829/2072607739","heartbeat_back_addr":"172.21.15.112:6833/2072607739","heartbeat_front_addr":"172.21.15.112:6831/2072607739","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-18T07:57:47.634363+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-18T07:57:54.794536+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-18T07:57:52.798934+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-18T07:58:02.154087+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-18T07:57:58.116140+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-18T07:58:09.924364+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-18T07:58:02.132802+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-18T07:58:14.923613+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.112:0/3381492473":"2024-01-19T07:56:25.105939+0000","172.21.15.112:6801/95965646":"2024-01-19T07:56:25.105939+0000","172.21.15.112:6801/1869230927":"2024-01-19T07:55:29.249177+0000","172.21.15.112:6800/1869230927":"2024-01-19T07:55:29.249177+0000","172.21.15.112:0/2817988518":"2024-01-19T07:56:25.105939+0000","172.21.15.112:0/2110474395":"2024-01-19T07:55:29.249177+0000","172.21.15.112:0/3931751728":"2024-01-19T07:55:29.249177+0000","172.21.15.112:6800/95965646":"2024-01-19T07:56:25.105939+0000","172.21.15.112:0/2853310764":"2024-01-19T07:54:50.381632+0000","172.21.15.112:6801/1800196604":"2024-01-19T07:54:50.381632+0000","172.21.15.112:0/2023432185":"2024-01-19T07:54:50.381632+0000","172.21.15.112:6800/1800196604":"2024-01-19T07:54:50.381632+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-18T07:59:07.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:59:06 smithi112 bash[16324]: cluster 2024-01-18T07:59:05.155696+0000 mgr.smithi112.xshois (mgr.14182) 123 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:59:07.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:59:06 smithi112 bash[16324]: audit 2024-01-18T07:59:06.330113+0000 mon.smithi112 (mon.0) 562 : audit [DBG] from='client.? 172.21.15.112:0/2494670137' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-18T07:59:07.112 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-01-18T07:59:07.112 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph osd dump --format=json 2024-01-18T07:59:07.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:59:06 smithi131 bash[19154]: cluster 2024-01-18T07:59:05.155696+0000 mgr.smithi112.xshois (mgr.14182) 123 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:59:07.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:59:06 smithi131 bash[19154]: audit 2024-01-18T07:59:06.330113+0000 mon.smithi112 (mon.0) 562 : audit [DBG] from='client.? 172.21.15.112:0/2494670137' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-18T07:59:09.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:59:08 smithi112 bash[16324]: cluster 2024-01-18T07:59:07.156110+0000 mgr.smithi112.xshois (mgr.14182) 124 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:59:09.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:59:08 smithi131 bash[19154]: cluster 2024-01-18T07:59:07.156110+0000 mgr.smithi112.xshois (mgr.14182) 124 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:59:10.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:59:10 smithi131 bash[19154]: cluster 2024-01-18T07:59:09.156672+0000 mgr.smithi112.xshois (mgr.14182) 125 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:59:10.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:59:10 smithi112 bash[16324]: cluster 2024-01-18T07:59:09.156672+0000 mgr.smithi112.xshois (mgr.14182) 125 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:59:12.380 INFO:teuthology.orchestra.run.smithi112.stderr:Inferring config /var/lib/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/mon.smithi112/config 2024-01-18T07:59:12.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:59:12 smithi112 bash[16324]: cluster 2024-01-18T07:59:11.157340+0000 mgr.smithi112.xshois (mgr.14182) 126 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:59:12.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:59:12 smithi131 bash[19154]: cluster 2024-01-18T07:59:11.157340+0000 mgr.smithi112.xshois (mgr.14182) 126 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:59:14.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:59:14 smithi112 bash[16324]: cluster 2024-01-18T07:59:13.158054+0000 mgr.smithi112.xshois (mgr.14182) 127 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:59:14.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:59:14 smithi131 bash[19154]: cluster 2024-01-18T07:59:13.158054+0000 mgr.smithi112.xshois (mgr.14182) 127 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:59:16.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:59:16 smithi112 bash[16324]: cluster 2024-01-18T07:59:15.158713+0000 mgr.smithi112.xshois (mgr.14182) 128 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:59:16.626 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T07:59:16.626 INFO:teuthology.orchestra.run.smithi112.stdout:{"epoch":40,"fsid":"b612e886-b5d6-11ee-95ae-87774f69a715","created":"2024-01-18T07:54:22.915026+0000","modified":"2024-01-18T07:58:18.230101+0000","last_up_change":"2024-01-18T07:58:16.210647+0000","last_in_change":"2024-01-18T07:57:25.085683+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-01-18T07:57:57.204567+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"26","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"fa76c855-30a1-4354-bf41-c373d7fa03f9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6800","nonce":4256798958},{"type":"v1","addr":"172.21.15.131:6801","nonce":4256798958}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6802","nonce":4256798958},{"type":"v1","addr":"172.21.15.131:6803","nonce":4256798958}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6806","nonce":4256798958},{"type":"v1","addr":"172.21.15.131:6807","nonce":4256798958}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6804","nonce":4256798958},{"type":"v1","addr":"172.21.15.131:6805","nonce":4256798958}]},"public_addr":"172.21.15.131:6801/4256798958","cluster_addr":"172.21.15.131:6803/4256798958","heartbeat_back_addr":"172.21.15.131:6807/4256798958","heartbeat_front_addr":"172.21.15.131:6805/4256798958","state":["exists","up"]},{"osd":1,"uuid":"2791ef34-4693-4a8e-88c6-5e7980b1adb1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6802","nonce":1355739790},{"type":"v1","addr":"172.21.15.112:6803","nonce":1355739790}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6804","nonce":1355739790},{"type":"v1","addr":"172.21.15.112:6805","nonce":1355739790}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6808","nonce":1355739790},{"type":"v1","addr":"172.21.15.112:6809","nonce":1355739790}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6806","nonce":1355739790},{"type":"v1","addr":"172.21.15.112:6807","nonce":1355739790}]},"public_addr":"172.21.15.112:6803/1355739790","cluster_addr":"172.21.15.112:6805/1355739790","heartbeat_back_addr":"172.21.15.112:6809/1355739790","heartbeat_front_addr":"172.21.15.112:6807/1355739790","state":["exists","up"]},{"osd":2,"uuid":"3ed423d8-fc82-41fc-b1e7-28799f37881a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6808","nonce":3162509479},{"type":"v1","addr":"172.21.15.131:6809","nonce":3162509479}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6810","nonce":3162509479},{"type":"v1","addr":"172.21.15.131:6811","nonce":3162509479}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6814","nonce":3162509479},{"type":"v1","addr":"172.21.15.131:6815","nonce":3162509479}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6812","nonce":3162509479},{"type":"v1","addr":"172.21.15.131:6813","nonce":3162509479}]},"public_addr":"172.21.15.131:6809/3162509479","cluster_addr":"172.21.15.131:6811/3162509479","heartbeat_back_addr":"172.21.15.131:6815/3162509479","heartbeat_front_addr":"172.21.15.131:6813/3162509479","state":["exists","up"]},{"osd":3,"uuid":"4fa7e486-8b4a-4656-b4f2-a2d0729d2de8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6810","nonce":3172365679},{"type":"v1","addr":"172.21.15.112:6811","nonce":3172365679}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6812","nonce":3172365679},{"type":"v1","addr":"172.21.15.112:6813","nonce":3172365679}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6816","nonce":3172365679},{"type":"v1","addr":"172.21.15.112:6817","nonce":3172365679}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6814","nonce":3172365679},{"type":"v1","addr":"172.21.15.112:6815","nonce":3172365679}]},"public_addr":"172.21.15.112:6811/3172365679","cluster_addr":"172.21.15.112:6813/3172365679","heartbeat_back_addr":"172.21.15.112:6817/3172365679","heartbeat_front_addr":"172.21.15.112:6815/3172365679","state":["exists","up"]},{"osd":4,"uuid":"985e68f9-f894-4011-8d33-924aa53e4861","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6816","nonce":161461741},{"type":"v1","addr":"172.21.15.131:6817","nonce":161461741}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6818","nonce":161461741},{"type":"v1","addr":"172.21.15.131:6819","nonce":161461741}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6822","nonce":161461741},{"type":"v1","addr":"172.21.15.131:6823","nonce":161461741}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6820","nonce":161461741},{"type":"v1","addr":"172.21.15.131:6821","nonce":161461741}]},"public_addr":"172.21.15.131:6817/161461741","cluster_addr":"172.21.15.131:6819/161461741","heartbeat_back_addr":"172.21.15.131:6823/161461741","heartbeat_front_addr":"172.21.15.131:6821/161461741","state":["exists","up"]},{"osd":5,"uuid":"c2828a2b-11f3-4f99-8d21-def0c7f4e98b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6818","nonce":2272491394},{"type":"v1","addr":"172.21.15.112:6819","nonce":2272491394}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6820","nonce":2272491394},{"type":"v1","addr":"172.21.15.112:6821","nonce":2272491394}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6824","nonce":2272491394},{"type":"v1","addr":"172.21.15.112:6825","nonce":2272491394}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6822","nonce":2272491394},{"type":"v1","addr":"172.21.15.112:6823","nonce":2272491394}]},"public_addr":"172.21.15.112:6819/2272491394","cluster_addr":"172.21.15.112:6821/2272491394","heartbeat_back_addr":"172.21.15.112:6825/2272491394","heartbeat_front_addr":"172.21.15.112:6823/2272491394","state":["exists","up"]},{"osd":6,"uuid":"000ca655-6f42-4f0f-926f-d3bb7d283890","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6824","nonce":254088662},{"type":"v1","addr":"172.21.15.131:6825","nonce":254088662}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6826","nonce":254088662},{"type":"v1","addr":"172.21.15.131:6827","nonce":254088662}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6830","nonce":254088662},{"type":"v1","addr":"172.21.15.131:6831","nonce":254088662}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6828","nonce":254088662},{"type":"v1","addr":"172.21.15.131:6829","nonce":254088662}]},"public_addr":"172.21.15.131:6825/254088662","cluster_addr":"172.21.15.131:6827/254088662","heartbeat_back_addr":"172.21.15.131:6831/254088662","heartbeat_front_addr":"172.21.15.131:6829/254088662","state":["exists","up"]},{"osd":7,"uuid":"f5a5f018-e0f3-4b73-9b37-2cb010311f6e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6826","nonce":2072607739},{"type":"v1","addr":"172.21.15.112:6827","nonce":2072607739}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6828","nonce":2072607739},{"type":"v1","addr":"172.21.15.112:6829","nonce":2072607739}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6832","nonce":2072607739},{"type":"v1","addr":"172.21.15.112:6833","nonce":2072607739}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6830","nonce":2072607739},{"type":"v1","addr":"172.21.15.112:6831","nonce":2072607739}]},"public_addr":"172.21.15.112:6827/2072607739","cluster_addr":"172.21.15.112:6829/2072607739","heartbeat_back_addr":"172.21.15.112:6833/2072607739","heartbeat_front_addr":"172.21.15.112:6831/2072607739","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-18T07:57:47.634363+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-18T07:57:54.794536+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-18T07:57:52.798934+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-18T07:58:02.154087+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-18T07:57:58.116140+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-18T07:58:09.924364+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-18T07:58:02.132802+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-18T07:58:14.923613+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.112:0/3381492473":"2024-01-19T07:56:25.105939+0000","172.21.15.112:6801/95965646":"2024-01-19T07:56:25.105939+0000","172.21.15.112:6801/1869230927":"2024-01-19T07:55:29.249177+0000","172.21.15.112:6800/1869230927":"2024-01-19T07:55:29.249177+0000","172.21.15.112:0/2817988518":"2024-01-19T07:56:25.105939+0000","172.21.15.112:0/2110474395":"2024-01-19T07:55:29.249177+0000","172.21.15.112:0/3931751728":"2024-01-19T07:55:29.249177+0000","172.21.15.112:6800/95965646":"2024-01-19T07:56:25.105939+0000","172.21.15.112:0/2853310764":"2024-01-19T07:54:50.381632+0000","172.21.15.112:6801/1800196604":"2024-01-19T07:54:50.381632+0000","172.21.15.112:0/2023432185":"2024-01-19T07:54:50.381632+0000","172.21.15.112:6800/1800196604":"2024-01-19T07:54:50.381632+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-18T07:59:16.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:59:16 smithi131 bash[19154]: cluster 2024-01-18T07:59:15.158713+0000 mgr.smithi112.xshois (mgr.14182) 128 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:59:17.524 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:59:17 smithi112 bash[16324]: audit 2024-01-18T07:59:16.625179+0000 mon.smithi112 (mon.0) 563 : audit [DBG] from='client.? 172.21.15.112:0/2536421867' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-18T07:59:17.525 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-01-18T07:59:17.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:59:17 smithi131 bash[19154]: audit 2024-01-18T07:59:16.625179+0000 mon.smithi112 (mon.0) 563 : audit [DBG] from='client.? 172.21.15.112:0/2536421867' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-18T07:59:18.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:59:18 smithi112 bash[16324]: cluster 2024-01-18T07:59:17.159374+0000 mgr.smithi112.xshois (mgr.14182) 129 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:59:18.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:59:18 smithi131 bash[19154]: cluster 2024-01-18T07:59:17.159374+0000 mgr.smithi112.xshois (mgr.14182) 129 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:59:20.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:59:20 smithi131 bash[19154]: cluster 2024-01-18T07:59:19.160007+0000 mgr.smithi112.xshois (mgr.14182) 130 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:59:20.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:59:20 smithi112 bash[16324]: cluster 2024-01-18T07:59:19.160007+0000 mgr.smithi112.xshois (mgr.14182) 130 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:59:22.282 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:59:22 smithi131 bash[19154]: cluster 2024-01-18T07:59:21.160589+0000 mgr.smithi112.xshois (mgr.14182) 131 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:59:22.357 INFO:teuthology.orchestra.run.smithi112.stderr:Inferring config /var/lib/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/mon.smithi112/config 2024-01-18T07:59:22.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:59:22 smithi112 bash[16324]: cluster 2024-01-18T07:59:21.160589+0000 mgr.smithi112.xshois (mgr.14182) 131 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:59:24.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:59:24 smithi131 bash[19154]: cluster 2024-01-18T07:59:23.161083+0000 mgr.smithi112.xshois (mgr.14182) 132 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:59:24.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:59:24 smithi112 bash[16324]: cluster 2024-01-18T07:59:23.161083+0000 mgr.smithi112.xshois (mgr.14182) 132 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:59:26.077 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:59:25 smithi112 bash[16324]: audit 2024-01-18T07:59:24.806763+0000 mon.smithi112 (mon.0) 564 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:59:26.077 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:59:25 smithi112 bash[16324]: cluster 2024-01-18T07:59:25.161558+0000 mgr.smithi112.xshois (mgr.14182) 133 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:59:26.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:59:25 smithi131 bash[19154]: audit 2024-01-18T07:59:24.806763+0000 mon.smithi112 (mon.0) 564 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:59:26.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:59:25 smithi131 bash[19154]: cluster 2024-01-18T07:59:25.161558+0000 mgr.smithi112.xshois (mgr.14182) 133 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:59:27.338 INFO:teuthology.orchestra.run.smithi112.stdout:68719476759 2024-01-18T07:59:27.338 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-01-18T07:59:28.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:59:28 smithi112 bash[16324]: cluster 2024-01-18T07:59:27.162146+0000 mgr.smithi112.xshois (mgr.14182) 134 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:59:28.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:59:28 smithi131 bash[19154]: cluster 2024-01-18T07:59:27.162146+0000 mgr.smithi112.xshois (mgr.14182) 134 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:59:29.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:59:29 smithi131 bash[19154]: audit 2024-01-18T07:59:28.599886+0000 mon.smithi112 (mon.0) 565 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:59:29.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:59:29 smithi131 bash[19154]: audit 2024-01-18T07:59:28.603471+0000 mon.smithi112 (mon.0) 566 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T07:59:30.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:59:29 smithi112 bash[16324]: audit 2024-01-18T07:59:28.599886+0000 mon.smithi112 (mon.0) 565 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:59:30.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:59:29 smithi112 bash[16324]: audit 2024-01-18T07:59:28.603471+0000 mon.smithi112 (mon.0) 566 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T07:59:30.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:59:30 smithi131 bash[19154]: cluster 2024-01-18T07:59:29.162565+0000 mgr.smithi112.xshois (mgr.14182) 135 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:59:31.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:59:30 smithi112 bash[16324]: cluster 2024-01-18T07:59:29.162565+0000 mgr.smithi112.xshois (mgr.14182) 135 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:59:32.185 INFO:teuthology.orchestra.run.smithi112.stderr:Inferring config /var/lib/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/mon.smithi112/config 2024-01-18T07:59:32.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:59:32 smithi131 bash[19154]: cluster 2024-01-18T07:59:31.163139+0000 mgr.smithi112.xshois (mgr.14182) 136 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:59:33.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:59:32 smithi112 bash[16324]: cluster 2024-01-18T07:59:31.163139+0000 mgr.smithi112.xshois (mgr.14182) 136 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:59:34.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:59:34 smithi131 bash[19154]: cluster 2024-01-18T07:59:33.163787+0000 mgr.smithi112.xshois (mgr.14182) 137 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:59:34.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:59:34 smithi131 bash[19154]: audit 2024-01-18T07:59:34.365497+0000 mon.smithi112 (mon.0) 567 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:59:34.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:59:34 smithi131 bash[19154]: audit 2024-01-18T07:59:34.436402+0000 mon.smithi112 (mon.0) 568 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:59:34.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:59:34 smithi131 bash[19154]: audit 2024-01-18T07:59:34.438123+0000 mon.smithi112 (mon.0) 569 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:59:34.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:59:34 smithi131 bash[19154]: audit 2024-01-18T07:59:34.439833+0000 mon.smithi112 (mon.0) 570 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T07:59:34.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:59:34 smithi131 bash[19154]: audit 2024-01-18T07:59:34.448609+0000 mon.smithi112 (mon.0) 571 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:59:34.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:59:34 smithi131 bash[19154]: audit 2024-01-18T07:59:34.458058+0000 mon.smithi112 (mon.0) 572 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T07:59:35.022 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:59:34 smithi112 bash[16324]: cluster 2024-01-18T07:59:33.163787+0000 mgr.smithi112.xshois (mgr.14182) 137 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:59:35.022 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:59:34 smithi112 bash[16324]: audit 2024-01-18T07:59:34.365497+0000 mon.smithi112 (mon.0) 567 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:59:35.022 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:59:34 smithi112 bash[16324]: audit 2024-01-18T07:59:34.436402+0000 mon.smithi112 (mon.0) 568 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:59:35.022 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:59:34 smithi112 bash[16324]: audit 2024-01-18T07:59:34.438123+0000 mon.smithi112 (mon.0) 569 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:59:35.022 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:59:34 smithi112 bash[16324]: audit 2024-01-18T07:59:34.439833+0000 mon.smithi112 (mon.0) 570 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T07:59:35.022 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:59:34 smithi112 bash[16324]: audit 2024-01-18T07:59:34.448609+0000 mon.smithi112 (mon.0) 571 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T07:59:35.022 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:59:34 smithi112 bash[16324]: audit 2024-01-18T07:59:34.458058+0000 mon.smithi112 (mon.0) 572 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T07:59:35.887 INFO:teuthology.orchestra.run.smithi112.stdout:94489280534 2024-01-18T07:59:35.887 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-01-18T07:59:36.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:59:36 smithi131 bash[19154]: cluster 2024-01-18T07:59:35.164260+0000 mgr.smithi112.xshois (mgr.14182) 138 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:59:37.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:59:36 smithi112 bash[16324]: cluster 2024-01-18T07:59:35.164260+0000 mgr.smithi112.xshois (mgr.14182) 138 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:59:38.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:59:38 smithi131 bash[19154]: cluster 2024-01-18T07:59:37.164819+0000 mgr.smithi112.xshois (mgr.14182) 139 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:59:39.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:59:38 smithi112 bash[16324]: cluster 2024-01-18T07:59:37.164819+0000 mgr.smithi112.xshois (mgr.14182) 139 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:59:40.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:59:40 smithi131 bash[19154]: cluster 2024-01-18T07:59:39.165409+0000 mgr.smithi112.xshois (mgr.14182) 140 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:59:40.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:59:40 smithi112 bash[16324]: cluster 2024-01-18T07:59:39.165409+0000 mgr.smithi112.xshois (mgr.14182) 140 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:59:40.723 INFO:teuthology.orchestra.run.smithi112.stderr:Inferring config /var/lib/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/mon.smithi112/config 2024-01-18T07:59:42.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:59:42 smithi112 bash[16324]: cluster 2024-01-18T07:59:41.165851+0000 mgr.smithi112.xshois (mgr.14182) 141 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:59:42.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:59:42 smithi131 bash[19154]: cluster 2024-01-18T07:59:41.165851+0000 mgr.smithi112.xshois (mgr.14182) 141 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:59:44.247 INFO:teuthology.orchestra.run.smithi112.stdout:85899345944 2024-01-18T07:59:44.247 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-01-18T07:59:44.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:59:44 smithi112 bash[16324]: cluster 2024-01-18T07:59:43.166436+0000 mgr.smithi112.xshois (mgr.14182) 142 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:59:44.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:59:44 smithi131 bash[19154]: cluster 2024-01-18T07:59:43.166436+0000 mgr.smithi112.xshois (mgr.14182) 142 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:59:46.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:59:46 smithi112 bash[16324]: cluster 2024-01-18T07:59:45.167032+0000 mgr.smithi112.xshois (mgr.14182) 143 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:59:46.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:59:46 smithi131 bash[19154]: cluster 2024-01-18T07:59:45.167032+0000 mgr.smithi112.xshois (mgr.14182) 143 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:59:48.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:59:48 smithi112 bash[16324]: cluster 2024-01-18T07:59:47.167488+0000 mgr.smithi112.xshois (mgr.14182) 144 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:59:48.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:59:48 smithi131 bash[19154]: cluster 2024-01-18T07:59:47.167488+0000 mgr.smithi112.xshois (mgr.14182) 144 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:59:49.087 INFO:teuthology.orchestra.run.smithi112.stderr:Inferring config /var/lib/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/mon.smithi112/config 2024-01-18T07:59:50.266 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:59:50 smithi112 bash[16324]: cluster 2024-01-18T07:59:49.168047+0000 mgr.smithi112.xshois (mgr.14182) 145 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:59:50.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:59:50 smithi131 bash[19154]: cluster 2024-01-18T07:59:49.168047+0000 mgr.smithi112.xshois (mgr.14182) 145 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:59:52.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:59:52 smithi112 bash[16324]: cluster 2024-01-18T07:59:51.168595+0000 mgr.smithi112.xshois (mgr.14182) 146 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:59:52.575 INFO:teuthology.orchestra.run.smithi112.stdout:124554051608 2024-01-18T07:59:52.576 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-01-18T07:59:52.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:59:52 smithi131 bash[19154]: cluster 2024-01-18T07:59:51.168595+0000 mgr.smithi112.xshois (mgr.14182) 146 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:59:54.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:59:54 smithi112 bash[16324]: cluster 2024-01-18T07:59:53.169257+0000 mgr.smithi112.xshois (mgr.14182) 147 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:59:54.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:59:54 smithi131 bash[19154]: cluster 2024-01-18T07:59:53.169257+0000 mgr.smithi112.xshois (mgr.14182) 147 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:59:56.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:59:56 smithi112 bash[16324]: cluster 2024-01-18T07:59:55.169844+0000 mgr.smithi112.xshois (mgr.14182) 148 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:59:56.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:59:56 smithi131 bash[19154]: cluster 2024-01-18T07:59:55.169844+0000 mgr.smithi112.xshois (mgr.14182) 148 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:59:57.415 INFO:teuthology.orchestra.run.smithi112.stderr:Inferring config /var/lib/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/mon.smithi112/config 2024-01-18T07:59:58.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 07:59:58 smithi112 bash[16324]: cluster 2024-01-18T07:59:57.170436+0000 mgr.smithi112.xshois (mgr.14182) 149 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:59:58.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 07:59:58 smithi131 bash[19154]: cluster 2024-01-18T07:59:57.170436+0000 mgr.smithi112.xshois (mgr.14182) 149 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:00:00.347 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:00:00 smithi112 bash[16324]: cluster 2024-01-18T07:59:59.171051+0000 mgr.smithi112.xshois (mgr.14182) 150 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:00:00.347 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:00:00 smithi112 bash[16324]: cluster 2024-01-18T08:00:00.000161+0000 mon.smithi112 (mon.0) 573 : cluster [INF] overall HEALTH_OK 2024-01-18T08:00:00.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:00:00 smithi131 bash[19154]: cluster 2024-01-18T07:59:59.171051+0000 mgr.smithi112.xshois (mgr.14182) 150 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:00:00.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:00:00 smithi131 bash[19154]: cluster 2024-01-18T08:00:00.000161+0000 mon.smithi112 (mon.0) 573 : cluster [INF] overall HEALTH_OK 2024-01-18T08:00:00.933 INFO:teuthology.orchestra.run.smithi112.stdout:107374182427 2024-01-18T08:00:00.933 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-01-18T08:00:02.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:00:02 smithi112 bash[16324]: cluster 2024-01-18T08:00:01.171693+0000 mgr.smithi112.xshois (mgr.14182) 151 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:00:02.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:00:02 smithi131 bash[19154]: cluster 2024-01-18T08:00:01.171693+0000 mgr.smithi112.xshois (mgr.14182) 151 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:00:04.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:00:04 smithi112 bash[16324]: cluster 2024-01-18T08:00:03.172360+0000 mgr.smithi112.xshois (mgr.14182) 152 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:00:04.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:00:04 smithi131 bash[19154]: cluster 2024-01-18T08:00:03.172360+0000 mgr.smithi112.xshois (mgr.14182) 152 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:00:05.764 INFO:teuthology.orchestra.run.smithi112.stderr:Inferring config /var/lib/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/mon.smithi112/config 2024-01-18T08:00:06.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:00:06 smithi112 bash[16324]: cluster 2024-01-18T08:00:05.173038+0000 mgr.smithi112.xshois (mgr.14182) 153 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:00:06.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:00:06 smithi131 bash[19154]: cluster 2024-01-18T08:00:05.173038+0000 mgr.smithi112.xshois (mgr.14182) 153 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:00:08.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:00:08 smithi112 bash[16324]: cluster 2024-01-18T08:00:07.173639+0000 mgr.smithi112.xshois (mgr.14182) 154 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:00:08.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:00:08 smithi131 bash[19154]: cluster 2024-01-18T08:00:07.173639+0000 mgr.smithi112.xshois (mgr.14182) 154 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:00:09.323 INFO:teuthology.orchestra.run.smithi112.stdout:146028888091 2024-01-18T08:00:09.323 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-01-18T08:00:10.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:00:10 smithi131 bash[19154]: cluster 2024-01-18T08:00:09.174261+0000 mgr.smithi112.xshois (mgr.14182) 155 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:00:10.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:00:10 smithi112 bash[16324]: cluster 2024-01-18T08:00:09.174261+0000 mgr.smithi112.xshois (mgr.14182) 155 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:00:12.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:00:12 smithi112 bash[16324]: cluster 2024-01-18T08:00:11.174800+0000 mgr.smithi112.xshois (mgr.14182) 156 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:00:12.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:00:12 smithi131 bash[19154]: cluster 2024-01-18T08:00:11.174800+0000 mgr.smithi112.xshois (mgr.14182) 156 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:00:14.154 INFO:teuthology.orchestra.run.smithi112.stderr:Inferring config /var/lib/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/mon.smithi112/config 2024-01-18T08:00:14.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:00:14 smithi112 bash[16324]: cluster 2024-01-18T08:00:13.175387+0000 mgr.smithi112.xshois (mgr.14182) 157 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:00:14.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:00:14 smithi131 bash[19154]: cluster 2024-01-18T08:00:13.175387+0000 mgr.smithi112.xshois (mgr.14182) 157 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:00:16.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:00:16 smithi112 bash[16324]: cluster 2024-01-18T08:00:15.175993+0000 mgr.smithi112.xshois (mgr.14182) 158 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:00:16.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:00:16 smithi131 bash[19154]: cluster 2024-01-18T08:00:15.175993+0000 mgr.smithi112.xshois (mgr.14182) 158 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:00:17.786 INFO:teuthology.orchestra.run.smithi112.stdout:124554051613 2024-01-18T08:00:17.787 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-01-18T08:00:18.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:00:18 smithi112 bash[16324]: cluster 2024-01-18T08:00:17.176584+0000 mgr.smithi112.xshois (mgr.14182) 159 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:00:18.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:00:18 smithi131 bash[19154]: cluster 2024-01-18T08:00:17.176584+0000 mgr.smithi112.xshois (mgr.14182) 159 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:00:20.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:00:20 smithi131 bash[19154]: cluster 2024-01-18T08:00:19.177209+0000 mgr.smithi112.xshois (mgr.14182) 160 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:00:20.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:00:20 smithi112 bash[16324]: cluster 2024-01-18T08:00:19.177209+0000 mgr.smithi112.xshois (mgr.14182) 160 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:00:22.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:00:22 smithi112 bash[16324]: cluster 2024-01-18T08:00:21.177828+0000 mgr.smithi112.xshois (mgr.14182) 161 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:00:22.621 INFO:teuthology.orchestra.run.smithi112.stderr:Inferring config /var/lib/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/mon.smithi112/config 2024-01-18T08:00:22.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:00:22 smithi131 bash[19154]: cluster 2024-01-18T08:00:21.177828+0000 mgr.smithi112.xshois (mgr.14182) 161 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:00:24.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:00:24 smithi112 bash[16324]: cluster 2024-01-18T08:00:23.178429+0000 mgr.smithi112.xshois (mgr.14182) 162 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:00:24.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:00:24 smithi131 bash[19154]: cluster 2024-01-18T08:00:23.178429+0000 mgr.smithi112.xshois (mgr.14182) 162 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:00:26.223 INFO:teuthology.orchestra.run.smithi112.stdout:163208757275 2024-01-18T08:00:26.223 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-01-18T08:00:26.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:00:26 smithi112 bash[16324]: cluster 2024-01-18T08:00:25.178988+0000 mgr.smithi112.xshois (mgr.14182) 163 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:00:26.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:00:26 smithi131 bash[19154]: cluster 2024-01-18T08:00:25.178988+0000 mgr.smithi112.xshois (mgr.14182) 163 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:00:28.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:00:28 smithi112 bash[16324]: cluster 2024-01-18T08:00:27.179633+0000 mgr.smithi112.xshois (mgr.14182) 164 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:00:28.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:00:28 smithi131 bash[19154]: cluster 2024-01-18T08:00:27.179633+0000 mgr.smithi112.xshois (mgr.14182) 164 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:00:30.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:00:30 smithi131 bash[19154]: cluster 2024-01-18T08:00:29.180203+0000 mgr.smithi112.xshois (mgr.14182) 165 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:00:30.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:00:30 smithi112 bash[16324]: cluster 2024-01-18T08:00:29.180203+0000 mgr.smithi112.xshois (mgr.14182) 165 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:00:31.065 INFO:teuthology.orchestra.run.smithi112.stderr:Inferring config /var/lib/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/mon.smithi112/config 2024-01-18T08:00:32.252 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:00:32 smithi112 bash[16324]: cluster 2024-01-18T08:00:31.180837+0000 mgr.smithi112.xshois (mgr.14182) 166 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:00:32.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:00:32 smithi131 bash[19154]: cluster 2024-01-18T08:00:31.180837+0000 mgr.smithi112.xshois (mgr.14182) 166 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:00:34.176 INFO:teuthology.orchestra.run.smithi112.stdout:68719476772 2024-01-18T08:00:34.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:00:34 smithi112 bash[16324]: cluster 2024-01-18T08:00:33.181575+0000 mgr.smithi112.xshois (mgr.14182) 167 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:00:34.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:00:34 smithi112 bash[16324]: audit 2024-01-18T08:00:34.176673+0000 mon.smithi112 (mon.0) 574 : audit [DBG] from='client.? 172.21.15.112:0/1710001608' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-18T08:00:34.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:00:34 smithi131 bash[19154]: cluster 2024-01-18T08:00:33.181575+0000 mgr.smithi112.xshois (mgr.14182) 167 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:00:34.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:00:34 smithi131 bash[19154]: audit 2024-01-18T08:00:34.176673+0000 mon.smithi112 (mon.0) 574 : audit [DBG] from='client.? 172.21.15.112:0/1710001608' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-18T08:00:34.828 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476759 got 68719476772 for osd.0 2024-01-18T08:00:34.828 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-01-18T08:00:35.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:00:35 smithi112 bash[16324]: audit 2024-01-18T08:00:34.469800+0000 mon.smithi112 (mon.0) 575 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:00:35.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:00:35 smithi131 bash[19154]: audit 2024-01-18T08:00:34.469800+0000 mon.smithi112 (mon.0) 575 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:00:36.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:00:36 smithi112 bash[16324]: cluster 2024-01-18T08:00:35.182201+0000 mgr.smithi112.xshois (mgr.14182) 168 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:00:36.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:00:36 smithi131 bash[19154]: cluster 2024-01-18T08:00:35.182201+0000 mgr.smithi112.xshois (mgr.14182) 168 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:00:38.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:00:38 smithi112 bash[16324]: cluster 2024-01-18T08:00:37.182798+0000 mgr.smithi112.xshois (mgr.14182) 169 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:00:38.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:00:38 smithi131 bash[19154]: cluster 2024-01-18T08:00:37.182798+0000 mgr.smithi112.xshois (mgr.14182) 169 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:00:39.315 INFO:teuthology.orchestra.run.smithi112.stderr:Inferring config /var/lib/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/mon.smithi112/config 2024-01-18T08:00:40.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:00:40 smithi131 bash[19154]: cluster 2024-01-18T08:00:39.183527+0000 mgr.smithi112.xshois (mgr.14182) 170 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:00:40.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:00:40 smithi112 bash[16324]: cluster 2024-01-18T08:00:39.183527+0000 mgr.smithi112.xshois (mgr.14182) 170 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:00:41.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:00:41 smithi131 bash[19154]: audit 2024-01-18T08:00:40.376481+0000 mon.smithi112 (mon.0) 576 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:00:41.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:00:41 smithi131 bash[19154]: audit 2024-01-18T08:00:40.566364+0000 mon.smithi112 (mon.0) 577 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:00:41.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:00:41 smithi131 bash[19154]: audit 2024-01-18T08:00:40.846239+0000 mon.smithi112 (mon.0) 578 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:00:41.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:00:41 smithi131 bash[19154]: audit 2024-01-18T08:00:40.847564+0000 mon.smithi112 (mon.0) 579 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:00:41.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:00:41 smithi131 bash[19154]: audit 2024-01-18T08:00:40.855915+0000 mon.smithi112 (mon.0) 580 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:00:41.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:00:41 smithi131 bash[19154]: audit 2024-01-18T08:00:40.864121+0000 mon.smithi112 (mon.0) 581 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:00:41.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:00:41 smithi112 bash[16324]: audit 2024-01-18T08:00:40.376481+0000 mon.smithi112 (mon.0) 576 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:00:41.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:00:41 smithi112 bash[16324]: audit 2024-01-18T08:00:40.566364+0000 mon.smithi112 (mon.0) 577 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:00:41.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:00:41 smithi112 bash[16324]: audit 2024-01-18T08:00:40.846239+0000 mon.smithi112 (mon.0) 578 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:00:41.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:00:41 smithi112 bash[16324]: audit 2024-01-18T08:00:40.847564+0000 mon.smithi112 (mon.0) 579 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:00:41.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:00:41 smithi112 bash[16324]: audit 2024-01-18T08:00:40.855915+0000 mon.smithi112 (mon.0) 580 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:00:41.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:00:41 smithi112 bash[16324]: audit 2024-01-18T08:00:40.864121+0000 mon.smithi112 (mon.0) 581 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:00:42.413 INFO:teuthology.orchestra.run.smithi112.stdout:94489280547 2024-01-18T08:00:42.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:00:42 smithi131 bash[19154]: cluster 2024-01-18T08:00:41.184080+0000 mgr.smithi112.xshois (mgr.14182) 171 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:00:42.687 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:00:42 smithi112 bash[16324]: cluster 2024-01-18T08:00:41.184080+0000 mgr.smithi112.xshois (mgr.14182) 171 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:00:43.042 INFO:tasks.cephadm.ceph_manager.ceph:need seq 94489280534 got 94489280547 for osd.1 2024-01-18T08:00:43.043 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-01-18T08:00:43.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:00:43 smithi131 bash[19154]: audit 2024-01-18T08:00:42.414392+0000 mon.smithi112 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.112:0/337451053' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-18T08:00:43.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:00:43 smithi112 bash[16324]: audit 2024-01-18T08:00:42.414392+0000 mon.smithi112 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.112:0/337451053' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-18T08:00:44.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:00:44 smithi131 bash[19154]: cluster 2024-01-18T08:00:43.184739+0000 mgr.smithi112.xshois (mgr.14182) 172 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:00:44.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:00:44 smithi112 bash[16324]: cluster 2024-01-18T08:00:43.184739+0000 mgr.smithi112.xshois (mgr.14182) 172 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:00:46.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:00:46 smithi131 bash[19154]: cluster 2024-01-18T08:00:45.185367+0000 mgr.smithi112.xshois (mgr.14182) 173 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:00:46.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:00:46 smithi112 bash[16324]: cluster 2024-01-18T08:00:45.185367+0000 mgr.smithi112.xshois (mgr.14182) 173 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:00:47.884 INFO:teuthology.orchestra.run.smithi112.stderr:Inferring config /var/lib/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/mon.smithi112/config 2024-01-18T08:00:48.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:00:48 smithi131 bash[19154]: cluster 2024-01-18T08:00:47.185908+0000 mgr.smithi112.xshois (mgr.14182) 174 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:00:48.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:00:48 smithi112 bash[16324]: cluster 2024-01-18T08:00:47.185908+0000 mgr.smithi112.xshois (mgr.14182) 174 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:00:50.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:00:50 smithi131 bash[19154]: cluster 2024-01-18T08:00:49.186501+0000 mgr.smithi112.xshois (mgr.14182) 175 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:00:50.459 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:00:50 smithi112 bash[16324]: cluster 2024-01-18T08:00:49.186501+0000 mgr.smithi112.xshois (mgr.14182) 175 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:00:50.865 INFO:teuthology.orchestra.run.smithi112.stdout:85899345957 2024-01-18T08:00:51.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:00:51 smithi112 bash[16324]: audit 2024-01-18T08:00:50.866099+0000 mon.smithi112 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.112:0/1520266373' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-18T08:00:51.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:00:51 smithi131 bash[19154]: audit 2024-01-18T08:00:50.866099+0000 mon.smithi112 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.112:0/1520266373' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-18T08:00:51.514 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345944 got 85899345957 for osd.2 2024-01-18T08:00:51.515 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-01-18T08:00:52.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:00:52 smithi112 bash[16324]: cluster 2024-01-18T08:00:51.187114+0000 mgr.smithi112.xshois (mgr.14182) 176 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:00:52.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:00:52 smithi131 bash[19154]: cluster 2024-01-18T08:00:51.187114+0000 mgr.smithi112.xshois (mgr.14182) 176 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:00:54.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:00:54 smithi112 bash[16324]: cluster 2024-01-18T08:00:53.187757+0000 mgr.smithi112.xshois (mgr.14182) 177 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:00:54.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:00:54 smithi131 bash[19154]: cluster 2024-01-18T08:00:53.187757+0000 mgr.smithi112.xshois (mgr.14182) 177 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:00:56.359 INFO:teuthology.orchestra.run.smithi112.stderr:Inferring config /var/lib/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/mon.smithi112/config 2024-01-18T08:00:56.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:00:56 smithi112 bash[16324]: cluster 2024-01-18T08:00:55.188319+0000 mgr.smithi112.xshois (mgr.14182) 178 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:00:56.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:00:56 smithi131 bash[19154]: cluster 2024-01-18T08:00:55.188319+0000 mgr.smithi112.xshois (mgr.14182) 178 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:00:58.650 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:00:58 smithi112 bash[16324]: cluster 2024-01-18T08:00:57.188859+0000 mgr.smithi112.xshois (mgr.14182) 179 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:00:58.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:00:58 smithi131 bash[19154]: cluster 2024-01-18T08:00:57.188859+0000 mgr.smithi112.xshois (mgr.14182) 179 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:00:59.477 INFO:teuthology.orchestra.run.smithi112.stdout:124554051621 2024-01-18T08:01:00.155 INFO:tasks.cephadm.ceph_manager.ceph:need seq 124554051608 got 124554051621 for osd.3 2024-01-18T08:01:00.156 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-01-18T08:01:00.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:01:00 smithi131 bash[19154]: cluster 2024-01-18T08:00:59.189443+0000 mgr.smithi112.xshois (mgr.14182) 180 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:01:00.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:01:00 smithi131 bash[19154]: audit 2024-01-18T08:00:59.478340+0000 mon.smithi112 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.112:0/3992540024' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-18T08:01:00.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:01:00 smithi112 bash[16324]: cluster 2024-01-18T08:00:59.189443+0000 mgr.smithi112.xshois (mgr.14182) 180 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:01:00.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:01:00 smithi112 bash[16324]: audit 2024-01-18T08:00:59.478340+0000 mon.smithi112 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.112:0/3992540024' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-18T08:01:02.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:01:02 smithi112 bash[16324]: cluster 2024-01-18T08:01:01.190122+0000 mgr.smithi112.xshois (mgr.14182) 181 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:01:02.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:01:02 smithi131 bash[19154]: cluster 2024-01-18T08:01:01.190122+0000 mgr.smithi112.xshois (mgr.14182) 181 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:01:04.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:01:04 smithi112 bash[16324]: cluster 2024-01-18T08:01:03.190778+0000 mgr.smithi112.xshois (mgr.14182) 182 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:01:04.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:01:04 smithi131 bash[19154]: cluster 2024-01-18T08:01:03.190778+0000 mgr.smithi112.xshois (mgr.14182) 182 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:01:04.994 INFO:teuthology.orchestra.run.smithi112.stderr:Inferring config /var/lib/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/mon.smithi112/config 2024-01-18T08:01:06.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:01:06 smithi112 bash[16324]: cluster 2024-01-18T08:01:05.191399+0000 mgr.smithi112.xshois (mgr.14182) 183 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:01:06.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:01:06 smithi131 bash[19154]: cluster 2024-01-18T08:01:05.191399+0000 mgr.smithi112.xshois (mgr.14182) 183 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:01:08.185 INFO:teuthology.orchestra.run.smithi112.stdout:107374182441 2024-01-18T08:01:08.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:01:08 smithi112 bash[16324]: cluster 2024-01-18T08:01:07.191967+0000 mgr.smithi112.xshois (mgr.14182) 184 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:01:08.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:01:08 smithi112 bash[16324]: audit 2024-01-18T08:01:08.185812+0000 mon.smithi112 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.112:0/4177064767' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-18T08:01:08.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:01:08 smithi131 bash[19154]: cluster 2024-01-18T08:01:07.191967+0000 mgr.smithi112.xshois (mgr.14182) 184 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:01:08.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:01:08 smithi131 bash[19154]: audit 2024-01-18T08:01:08.185812+0000 mon.smithi112 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.112:0/4177064767' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-18T08:01:08.803 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182427 got 107374182441 for osd.4 2024-01-18T08:01:08.803 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-01-18T08:01:10.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:01:10 smithi131 bash[19154]: cluster 2024-01-18T08:01:09.192575+0000 mgr.smithi112.xshois (mgr.14182) 185 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:01:10.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:01:10 smithi112 bash[16324]: cluster 2024-01-18T08:01:09.192575+0000 mgr.smithi112.xshois (mgr.14182) 185 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:01:12.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:01:12 smithi112 bash[16324]: cluster 2024-01-18T08:01:11.193182+0000 mgr.smithi112.xshois (mgr.14182) 186 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:01:12.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:01:12 smithi131 bash[19154]: cluster 2024-01-18T08:01:11.193182+0000 mgr.smithi112.xshois (mgr.14182) 186 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:01:13.645 INFO:teuthology.orchestra.run.smithi112.stderr:Inferring config /var/lib/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/mon.smithi112/config 2024-01-18T08:01:14.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:01:14 smithi112 bash[16324]: cluster 2024-01-18T08:01:13.193816+0000 mgr.smithi112.xshois (mgr.14182) 187 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:01:14.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:01:14 smithi131 bash[19154]: cluster 2024-01-18T08:01:13.193816+0000 mgr.smithi112.xshois (mgr.14182) 187 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:01:16.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:01:16 smithi112 bash[16324]: cluster 2024-01-18T08:01:15.194383+0000 mgr.smithi112.xshois (mgr.14182) 188 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:01:16.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:01:16 smithi131 bash[19154]: cluster 2024-01-18T08:01:15.194383+0000 mgr.smithi112.xshois (mgr.14182) 188 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:01:16.702 INFO:teuthology.orchestra.run.smithi112.stdout:146028888104 2024-01-18T08:01:17.323 INFO:tasks.cephadm.ceph_manager.ceph:need seq 146028888091 got 146028888104 for osd.5 2024-01-18T08:01:17.323 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-01-18T08:01:17.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:01:17 smithi112 bash[16324]: audit 2024-01-18T08:01:16.703106+0000 mon.smithi112 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.112:0/124862362' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-18T08:01:17.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:01:17 smithi131 bash[19154]: audit 2024-01-18T08:01:16.703106+0000 mon.smithi112 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.112:0/124862362' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-18T08:01:18.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:01:18 smithi112 bash[16324]: cluster 2024-01-18T08:01:17.194961+0000 mgr.smithi112.xshois (mgr.14182) 189 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:01:18.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:01:18 smithi131 bash[19154]: cluster 2024-01-18T08:01:17.194961+0000 mgr.smithi112.xshois (mgr.14182) 189 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:01:20.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:01:20 smithi131 bash[19154]: cluster 2024-01-18T08:01:19.195581+0000 mgr.smithi112.xshois (mgr.14182) 190 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:01:20.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:01:20 smithi112 bash[16324]: cluster 2024-01-18T08:01:19.195581+0000 mgr.smithi112.xshois (mgr.14182) 190 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:01:22.158 INFO:teuthology.orchestra.run.smithi112.stderr:Inferring config /var/lib/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/mon.smithi112/config 2024-01-18T08:01:22.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:01:22 smithi112 bash[16324]: cluster 2024-01-18T08:01:21.196194+0000 mgr.smithi112.xshois (mgr.14182) 191 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:01:22.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:01:22 smithi131 bash[19154]: cluster 2024-01-18T08:01:21.196194+0000 mgr.smithi112.xshois (mgr.14182) 191 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:01:24.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:01:24 smithi112 bash[16324]: cluster 2024-01-18T08:01:23.196747+0000 mgr.smithi112.xshois (mgr.14182) 192 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:01:24.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:01:24 smithi131 bash[19154]: cluster 2024-01-18T08:01:23.196747+0000 mgr.smithi112.xshois (mgr.14182) 192 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:01:25.331 INFO:teuthology.orchestra.run.smithi112.stdout:124554051627 2024-01-18T08:01:26.006 INFO:tasks.cephadm.ceph_manager.ceph:need seq 124554051613 got 124554051627 for osd.6 2024-01-18T08:01:26.006 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-01-18T08:01:26.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:01:26 smithi112 bash[16324]: cluster 2024-01-18T08:01:25.197269+0000 mgr.smithi112.xshois (mgr.14182) 193 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:01:26.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:01:26 smithi112 bash[16324]: audit 2024-01-18T08:01:25.331909+0000 mon.smithi112 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.112:0/3281159613' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-18T08:01:26.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:01:26 smithi131 bash[19154]: cluster 2024-01-18T08:01:25.197269+0000 mgr.smithi112.xshois (mgr.14182) 193 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:01:26.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:01:26 smithi131 bash[19154]: audit 2024-01-18T08:01:25.331909+0000 mon.smithi112 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.112:0/3281159613' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-18T08:01:28.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:01:28 smithi112 bash[16324]: cluster 2024-01-18T08:01:27.197846+0000 mgr.smithi112.xshois (mgr.14182) 194 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:01:28.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:01:28 smithi131 bash[19154]: cluster 2024-01-18T08:01:27.197846+0000 mgr.smithi112.xshois (mgr.14182) 194 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:01:30.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:01:30 smithi112 bash[16324]: cluster 2024-01-18T08:01:29.198531+0000 mgr.smithi112.xshois (mgr.14182) 195 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:01:30.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:01:30 smithi131 bash[19154]: cluster 2024-01-18T08:01:29.198531+0000 mgr.smithi112.xshois (mgr.14182) 195 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:01:30.843 INFO:teuthology.orchestra.run.smithi112.stderr:Inferring config /var/lib/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/mon.smithi112/config 2024-01-18T08:01:32.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:01:32 smithi112 bash[16324]: cluster 2024-01-18T08:01:31.199136+0000 mgr.smithi112.xshois (mgr.14182) 196 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:01:32.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:01:32 smithi131 bash[19154]: cluster 2024-01-18T08:01:31.199136+0000 mgr.smithi112.xshois (mgr.14182) 196 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:01:34.164 INFO:teuthology.orchestra.run.smithi112.stdout:163208757289 2024-01-18T08:01:34.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:01:34 smithi112 bash[16324]: cluster 2024-01-18T08:01:33.199764+0000 mgr.smithi112.xshois (mgr.14182) 197 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:01:34.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:01:34 smithi112 bash[16324]: audit 2024-01-18T08:01:34.165199+0000 mon.smithi112 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.112:0/885442341' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-18T08:01:34.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:01:34 smithi131 bash[19154]: cluster 2024-01-18T08:01:33.199764+0000 mgr.smithi112.xshois (mgr.14182) 197 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:01:34.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:01:34 smithi131 bash[19154]: audit 2024-01-18T08:01:34.165199+0000 mon.smithi112 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.112:0/885442341' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-18T08:01:34.789 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757275 got 163208757289 for osd.7 2024-01-18T08:01:34.789 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-01-18T08:01:34.789 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph pg dump --format=json 2024-01-18T08:01:36.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:01:36 smithi112 bash[16324]: cluster 2024-01-18T08:01:35.200354+0000 mgr.smithi112.xshois (mgr.14182) 198 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:01:36.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:01:36 smithi131 bash[19154]: cluster 2024-01-18T08:01:35.200354+0000 mgr.smithi112.xshois (mgr.14182) 198 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:01:38.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:01:38 smithi112 bash[16324]: cluster 2024-01-18T08:01:37.200963+0000 mgr.smithi112.xshois (mgr.14182) 199 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:01:38.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:01:38 smithi131 bash[19154]: cluster 2024-01-18T08:01:37.200963+0000 mgr.smithi112.xshois (mgr.14182) 199 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:01:39.634 INFO:teuthology.orchestra.run.smithi112.stderr:Inferring config /var/lib/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/mon.smithi112/config 2024-01-18T08:01:40.519 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:01:40 smithi112 bash[16324]: cluster 2024-01-18T08:01:39.201518+0000 mgr.smithi112.xshois (mgr.14182) 200 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:01:40.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:01:40 smithi131 bash[19154]: cluster 2024-01-18T08:01:39.201518+0000 mgr.smithi112.xshois (mgr.14182) 200 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:01:41.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:01:41 smithi112 bash[16324]: audit 2024-01-18T08:01:40.875890+0000 mon.smithi112 (mon.0) 589 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:01:41.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:01:41 smithi131 bash[19154]: audit 2024-01-18T08:01:40.875890+0000 mon.smithi112 (mon.0) 589 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:01:42.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:01:42 smithi112 bash[16324]: cluster 2024-01-18T08:01:41.201960+0000 mgr.smithi112.xshois (mgr.14182) 201 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:01:42.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:01:42 smithi131 bash[19154]: cluster 2024-01-18T08:01:41.201960+0000 mgr.smithi112.xshois (mgr.14182) 201 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:01:42.770 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:01:42.772 INFO:teuthology.orchestra.run.smithi112.stderr:dumped all 2024-01-18T08:01:43.414 INFO:teuthology.orchestra.run.smithi112.stdout:{"pg_ready":true,"pg_map":{"version":187,"stamp":"2024-01-18T08:01:41.201805+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":2379900,"kb_used_data":3132,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548548,"statfs":{"total":767926730752,"available":765489713152,"internally_reserved":0,"allocated":3207168,"data_stored":1244349,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":40,"state":"active+clean","last_fresh":"2024-01-18T07:58:18.594199+0000","last_change":"2024-01-18T07:58:18.594199+0000","last_active":"2024-01-18T07:58:18.594199+0000","last_peered":"2024-01-18T07:58:18.594199+0000","last_clean":"2024-01-18T07:58:18.594199+0000","last_became_active":"2024-01-18T07:58:18.593372+0000","last_became_peered":"2024-01-18T07:58:18.593372+0000","last_unstale":"2024-01-18T07:58:18.594199+0000","last_undegraded":"2024-01-18T07:58:18.594199+0000","last_fullsized":"2024-01-18T07:58:18.594199+0000","mapping_epoch":39,"log_start":"0'0","ondisk_log_start":"0'0","created":23,"last_epoch_clean":40,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-01-18T07:57:57.741254+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-18T07:57:57.741254+0000","last_clean_scrub_stamp":"2024-01-18T07:57:57.741254+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":38,"seq":163208757290,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":155583,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 18 08:01:21 2024","interfaces":[{"interface":"back","average":{"1min":0.95199999999999996,"5min":0.86099999999999999,"15min":0.84699999999999998},"min":{"1min":0.61199999999999999,"5min":0.56799999999999995,"15min":0.56799999999999995},"max":{"1min":2.0819999999999999,"5min":2.0819999999999999,"15min":2.0819999999999999},"last":0.74399999999999999},{"interface":"front","average":{"1min":0.82799999999999996,"5min":0.872,"15min":0.89700000000000002},"min":{"1min":0.67000000000000004,"5min":0.623,"15min":0.623},"max":{"1min":1.278,"5min":1.304,"15min":1.304},"last":0.78600000000000003}]},{"osd":1,"last update":"Thu Jan 18 08:01:21 2024","interfaces":[{"interface":"back","average":{"1min":0.88300000000000001,"5min":0.76800000000000002,"15min":0.75},"min":{"1min":0.53100000000000003,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":2.1629999999999998,"5min":2.1629999999999998,"15min":2.1629999999999998},"last":0.82799999999999996},{"interface":"front","average":{"1min":0.82699999999999996,"5min":0.84499999999999997,"15min":0.84699999999999998},"min":{"1min":0.46800000000000003,"5min":0.44700000000000001,"15min":0.44700000000000001},"max":{"1min":1.1970000000000001,"5min":1.3220000000000001,"15min":1.3220000000000001},"last":1.0489999999999999}]},{"osd":2,"last update":"Thu Jan 18 08:01:21 2024","interfaces":[{"interface":"back","average":{"1min":0.90200000000000002,"5min":0.83799999999999997,"15min":0.81999999999999995},"min":{"1min":0.65600000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"max":{"1min":1.1899999999999999,"5min":1.1899999999999999,"15min":1.1899999999999999},"last":0.84499999999999997},{"interface":"front","average":{"1min":1.089,"5min":0.96699999999999997,"15min":0.94499999999999995},"min":{"1min":0.78100000000000003,"5min":0.61699999999999999,"15min":0.61699999999999999},"max":{"1min":2.226,"5min":2.226,"15min":2.226},"last":1.0129999999999999}]},{"osd":3,"last update":"Thu Jan 18 08:01:21 2024","interfaces":[{"interface":"back","average":{"1min":1.0029999999999999,"5min":0.873,"15min":0.84899999999999998},"min":{"1min":0.55400000000000005,"5min":0.371,"15min":0.371},"max":{"1min":2.5,"5min":2.5,"15min":2.5},"last":1.1990000000000001},{"interface":"front","average":{"1min":0.93100000000000005,"5min":0.85299999999999998,"15min":0.82799999999999996},"min":{"1min":0.44800000000000001,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":1.252,"5min":1.252,"15min":1.252},"last":0.97599999999999998}]},{"osd":4,"last update":"Thu Jan 18 08:01:21 2024","interfaces":[{"interface":"back","average":{"1min":1.0229999999999999,"5min":0.996,"15min":0.996},"min":{"1min":0.68899999999999995,"5min":0.67200000000000004,"15min":0.67200000000000004},"max":{"1min":1.3580000000000001,"5min":1.3580000000000001,"15min":1.3580000000000001},"last":1.113},{"interface":"front","average":{"1min":1.177,"5min":1.0609999999999999,"15min":1.0389999999999999},"min":{"1min":0.83199999999999996,"5min":0.65300000000000002,"15min":0.65300000000000002},"max":{"1min":2.2999999999999998,"5min":2.2999999999999998,"15min":2.2999999999999998},"last":1.1359999999999999}]},{"osd":5,"last update":"Thu Jan 18 08:01:21 2024","interfaces":[{"interface":"back","average":{"1min":1.1779999999999999,"5min":1.0389999999999999,"15min":1.0049999999999999},"min":{"1min":0.58299999999999996,"5min":0.51200000000000001,"15min":0.51200000000000001},"max":{"1min":2.5249999999999999,"5min":2.5249999999999999,"15min":2.5249999999999999},"last":1.252},{"interface":"front","average":{"1min":1.173,"5min":1.081,"15min":1.0680000000000001},"min":{"1min":0.60299999999999998,"5min":0.56200000000000006,"15min":0.56200000000000006},"max":{"1min":2.879,"5min":2.879,"15min":2.879},"last":1.4319999999999999}]},{"osd":6,"last update":"Thu Jan 18 08:01:21 2024","interfaces":[{"interface":"back","average":{"1min":1.2889999999999999,"5min":1.173,"15min":1.1619999999999999},"min":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"max":{"1min":3.0920000000000001,"5min":3.0920000000000001,"15min":3.0920000000000001},"last":1.3540000000000001},{"interface":"front","average":{"1min":1.2310000000000001,"5min":1.1279999999999999,"15min":1.1100000000000001},"min":{"1min":0.76900000000000002,"5min":0.72499999999999998,"15min":0.72499999999999998},"max":{"1min":1.675,"5min":1.675,"15min":1.675},"last":1.3049999999999999}]}]},{"osd":5,"up_from":34,"seq":146028888109,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":155583,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 18 08:01:24 2024","interfaces":[{"interface":"back","average":{"1min":0.91200000000000003,"5min":0.90600000000000003,"15min":0.89900000000000002},"min":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"max":{"1min":1.2010000000000001,"5min":1.6000000000000001,"15min":1.6000000000000001},"last":0.73499999999999999},{"interface":"front","average":{"1min":0.95199999999999996,"5min":0.94499999999999995,"15min":0.93500000000000005},"min":{"1min":0.72899999999999998,"5min":0.438,"15min":0.438},"max":{"1min":1.2390000000000001,"5min":1.3180000000000001,"15min":1.3180000000000001},"last":0.80600000000000005}]},{"osd":1,"last update":"Thu Jan 18 08:01:24 2024","interfaces":[{"interface":"back","average":{"1min":0.76300000000000001,"5min":0.72699999999999998,"15min":0.71099999999999997},"min":{"1min":0.47199999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":1.0069999999999999,"5min":1.1100000000000001,"15min":1.1100000000000001},"last":0.58599999999999997},{"interface":"front","average":{"1min":0.82699999999999996,"5min":0.78000000000000003,"15min":0.76000000000000001},"min":{"1min":0.503,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":1.2769999999999999,"5min":1.6060000000000001,"15min":1.6060000000000001},"last":0.627}]},{"osd":2,"last update":"Thu Jan 18 08:01:24 2024","interfaces":[{"interface":"back","average":{"1min":0.95199999999999996,"5min":0.91600000000000004,"15min":0.89800000000000002},"min":{"1min":0.69699999999999995,"5min":0.65500000000000003,"15min":0.65500000000000003},"max":{"1min":1.246,"5min":1.4870000000000001,"15min":1.4870000000000001},"last":0.77200000000000002},{"interface":"front","average":{"1min":0.89500000000000002,"5min":0.88400000000000001,"15min":0.876},"min":{"1min":0.66500000000000004,"5min":0.53600000000000003,"15min":0.53600000000000003},"max":{"1min":1.097,"5min":1.393,"15min":1.393},"last":0.95599999999999996}]},{"osd":3,"last update":"Thu Jan 18 08:01:24 2024","interfaces":[{"interface":"back","average":{"1min":0.89400000000000002,"5min":0.84499999999999997,"15min":0.83199999999999996},"min":{"1min":0.56499999999999995,"5min":0.56100000000000005,"15min":0.56100000000000005},"max":{"1min":1.2430000000000001,"5min":1.345,"15min":1.345},"last":0.74199999999999999},{"interface":"front","average":{"1min":0.94199999999999995,"5min":0.84499999999999997,"15min":0.80700000000000005},"min":{"1min":0.623,"5min":0.439,"15min":0.439},"max":{"1min":1.548,"5min":1.661,"15min":1.661},"last":0.98099999999999998}]},{"osd":4,"last update":"Thu Jan 18 08:01:24 2024","interfaces":[{"interface":"back","average":{"1min":1.05,"5min":1.0329999999999999,"15min":1.024},"min":{"1min":0.76600000000000001,"5min":0.74299999999999999,"15min":0.74299999999999999},"max":{"1min":1.6259999999999999,"5min":1.6259999999999999,"15min":1.6259999999999999},"last":1.0449999999999999},{"interface":"front","average":{"1min":1.1499999999999999,"5min":1.085,"15min":1.0609999999999999},"min":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"max":{"1min":1.615,"5min":1.847,"15min":1.847},"last":0.872}]},{"osd":6,"last update":"Thu Jan 18 08:01:24 2024","interfaces":[{"interface":"back","average":{"1min":1.099,"5min":1.071,"15min":1.0660000000000001},"min":{"1min":0.80100000000000005,"5min":0.72799999999999998,"15min":0.72799999999999998},"max":{"1min":1.589,"5min":1.7929999999999999,"15min":1.7929999999999999},"last":1.22},{"interface":"front","average":{"1min":1.1559999999999999,"5min":1.1100000000000001,"15min":1.0940000000000001},"min":{"1min":0.83699999999999997,"5min":0.83699999999999997,"15min":0.83699999999999997},"max":{"1min":1.5760000000000001,"5min":1.657,"15min":1.657},"last":1.131}]},{"osd":7,"last update":"Thu Jan 18 08:01:24 2024","interfaces":[{"interface":"back","average":{"1min":1.181,"5min":1.054,"15min":1.018},"min":{"1min":0.71799999999999997,"5min":0.58199999999999996,"15min":0.58199999999999996},"max":{"1min":1.796,"5min":1.796,"15min":1.796},"last":1.0900000000000001},{"interface":"front","average":{"1min":1.171,"5min":1.0760000000000001,"15min":1.042},"min":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.7090000000000001,"5min":1.7270000000000001,"15min":1.7270000000000001},"last":1.004}]}]},{"osd":2,"up_from":20,"seq":85899345968,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":155583,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 18 08:01:02 2024","interfaces":[{"interface":"back","average":{"1min":0.71499999999999997,"5min":0.69899999999999995,"15min":0.68000000000000005},"min":{"1min":0.56999999999999995,"5min":0.48299999999999998,"15min":0.48299999999999998},"max":{"1min":0.96299999999999997,"5min":1.2090000000000001,"15min":1.2090000000000001},"last":0.91200000000000003},{"interface":"front","average":{"1min":0.754,"5min":0.77800000000000002,"15min":0.77700000000000002},"min":{"1min":0.60399999999999998,"5min":0.502,"15min":0.502},"max":{"1min":1.1319999999999999,"5min":1.3400000000000001,"15min":1.3400000000000001},"last":0.95699999999999996}]},{"osd":1,"last update":"Thu Jan 18 08:01:02 2024","interfaces":[{"interface":"back","average":{"1min":0.89800000000000002,"5min":0.84699999999999998,"15min":0.81899999999999995},"min":{"1min":0.74099999999999999,"5min":0.55000000000000004,"15min":0.55000000000000004},"max":{"1min":1.129,"5min":1.23,"15min":1.23},"last":0.997},{"interface":"front","average":{"1min":0.98799999999999999,"5min":0.90800000000000003,"15min":0.88500000000000001},"min":{"1min":0.76700000000000002,"5min":0.628,"15min":0.628},"max":{"1min":1.2350000000000001,"5min":1.3540000000000001,"15min":1.3540000000000001},"last":1.163}]},{"osd":3,"last update":"Thu Jan 18 08:01:11 2024","interfaces":[{"interface":"back","average":{"1min":0.96299999999999997,"5min":0.94699999999999995,"15min":0.94599999999999995},"min":{"1min":0.79800000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"max":{"1min":1.113,"5min":1.1799999999999999,"15min":1.1799999999999999},"last":1.0940000000000001},{"interface":"front","average":{"1min":0.95099999999999996,"5min":0.98199999999999998,"15min":0.97999999999999998},"min":{"1min":0.76000000000000001,"5min":0.68600000000000005,"15min":0.68600000000000005},"max":{"1min":1.149,"5min":1.962,"15min":1.962},"last":1.0169999999999999}]},{"osd":4,"last update":"Thu Jan 18 08:01:04 2024","interfaces":[{"interface":"back","average":{"1min":0.91200000000000003,"5min":0.92200000000000004,"15min":0.91300000000000003},"min":{"1min":0.70599999999999996,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":1.1819999999999999,"5min":2.0289999999999999,"15min":2.0289999999999999},"last":1.125},{"interface":"front","average":{"1min":0.93799999999999994,"5min":0.93400000000000005,"15min":0.93200000000000005},"min":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"max":{"1min":1.2090000000000001,"5min":1.236,"15min":1.236},"last":0.876}]},{"osd":5,"last update":"Thu Jan 18 08:01:17 2024","interfaces":[{"interface":"back","average":{"1min":1.0569999999999999,"5min":1.1180000000000001,"15min":1.1359999999999999},"min":{"1min":0.80500000000000005,"5min":0.72499999999999998,"15min":0.72499999999999998},"max":{"1min":1.234,"5min":2.077,"15min":2.077},"last":1.1850000000000001},{"interface":"front","average":{"1min":1.0860000000000001,"5min":1.0800000000000001,"15min":1.0760000000000001},"min":{"1min":0.92900000000000005,"5min":0.69999999999999996,"15min":0.69999999999999996},"max":{"1min":1.2509999999999999,"5min":1.4099999999999999,"15min":1.4099999999999999},"last":1.115}]},{"osd":6,"last update":"Thu Jan 18 08:01:11 2024","interfaces":[{"interface":"back","average":{"1min":1.0329999999999999,"5min":1.026,"15min":1.022},"min":{"1min":0.78200000000000003,"5min":0.748,"15min":0.748},"max":{"1min":1.262,"5min":1.5429999999999999,"15min":1.5429999999999999},"last":1.0580000000000001},{"interface":"front","average":{"1min":1.097,"5min":1.0920000000000001,"15min":1.0880000000000001},"min":{"1min":0.86099999999999999,"5min":0.85499999999999998,"15min":0.85499999999999998},"max":{"1min":1.3100000000000001,"5min":1.4430000000000001,"15min":1.4430000000000001},"last":1.0449999999999999}]},{"osd":7,"last update":"Thu Jan 18 08:01:23 2024","interfaces":[{"interface":"back","average":{"1min":1.1899999999999999,"5min":1.228,"15min":1.2390000000000001},"min":{"1min":0.87,"5min":0.87,"15min":0.87},"max":{"1min":1.3220000000000001,"5min":1.7170000000000001,"15min":1.7170000000000001},"last":1.151},{"interface":"front","average":{"1min":1.151,"5min":1.21,"15min":1.2210000000000001},"min":{"1min":1.0600000000000001,"5min":0.86899999999999999,"15min":0.86899999999999999},"max":{"1min":1.306,"5min":1.6459999999999999,"15min":1.6459999999999999},"last":1.4410000000000001}]}]},{"osd":0,"up_from":16,"seq":68719476786,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":155583,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Jan 18 08:01:02 2024","interfaces":[{"interface":"back","average":{"1min":0.84599999999999997,"5min":0.83899999999999997,"15min":0.82499999999999996},"min":{"1min":0.60799999999999998,"5min":0.55100000000000005,"15min":0.55100000000000005},"max":{"1min":1.1359999999999999,"5min":1.3580000000000001,"15min":1.3580000000000001},"last":0.95199999999999996},{"interface":"front","average":{"1min":0.79000000000000004,"5min":0.77900000000000003,"15min":0.76300000000000001},"min":{"1min":0.61399999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"max":{"1min":0.97899999999999998,"5min":1.1599999999999999,"15min":1.1599999999999999},"last":0.78100000000000003}]},{"osd":2,"last update":"Thu Jan 18 08:01:02 2024","interfaces":[{"interface":"back","average":{"1min":0.78500000000000003,"5min":0.75700000000000001,"15min":0.74199999999999999},"min":{"1min":0.53300000000000003,"5min":0.52200000000000002,"15min":0.52200000000000002},"max":{"1min":1.2190000000000001,"5min":1.2190000000000001,"15min":1.2190000000000001},"last":0.70599999999999996},{"interface":"front","average":{"1min":0.81000000000000005,"5min":0.83499999999999996,"15min":0.82799999999999996},"min":{"1min":0.58699999999999997,"5min":0.51700000000000002,"15min":0.51700000000000002},"max":{"1min":1.0960000000000001,"5min":1.177,"15min":1.177},"last":0.73499999999999999}]},{"osd":3,"last update":"Thu Jan 18 08:01:11 2024","interfaces":[{"interface":"back","average":{"1min":1.0349999999999999,"5min":1.0049999999999999,"15min":0.995},"min":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"max":{"1min":1.3160000000000001,"5min":1.3160000000000001,"15min":1.3160000000000001},"last":1.1140000000000001},{"interface":"front","average":{"1min":0.92800000000000005,"5min":0.94199999999999995,"15min":0.93400000000000005},"min":{"1min":0.58799999999999997,"5min":0.57399999999999995,"15min":0.57399999999999995},"max":{"1min":1.1779999999999999,"5min":1.3200000000000001,"15min":1.3200000000000001},"last":0.83099999999999996}]},{"osd":4,"last update":"Thu Jan 18 08:01:05 2024","interfaces":[{"interface":"back","average":{"1min":0.90300000000000002,"5min":0.92700000000000005,"15min":0.92000000000000004},"min":{"1min":0.624,"5min":0.624,"15min":0.624},"max":{"1min":1.1619999999999999,"5min":1.4490000000000001,"15min":1.4490000000000001},"last":0.85099999999999998},{"interface":"front","average":{"1min":0.84899999999999998,"5min":0.879,"15min":0.877},"min":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"max":{"1min":1.1040000000000001,"5min":1.2350000000000001,"15min":1.2350000000000001},"last":0.67400000000000004}]},{"osd":5,"last update":"Thu Jan 18 08:01:20 2024","interfaces":[{"interface":"back","average":{"1min":1.004,"5min":0.97899999999999998,"15min":0.98499999999999999},"min":{"1min":0.745,"5min":0.71099999999999997,"15min":0.71099999999999997},"max":{"1min":1.976,"5min":1.976,"15min":1.976},"last":0.81899999999999995},{"interface":"front","average":{"1min":1.1379999999999999,"5min":1.1359999999999999,"15min":1.1399999999999999},"min":{"1min":0.93300000000000005,"5min":0.85899999999999999,"15min":0.85899999999999999},"max":{"1min":1.498,"5min":1.546,"15min":1.546},"last":1.1839999999999999}]},{"osd":6,"last update":"Thu Jan 18 08:01:11 2024","interfaces":[{"interface":"back","average":{"1min":0.95999999999999996,"5min":1.054,"15min":1.077},"min":{"1min":0.747,"5min":0.69799999999999995,"15min":0.69799999999999995},"max":{"1min":1.208,"5min":1.6419999999999999,"15min":1.6419999999999999},"last":0.90500000000000003},{"interface":"front","average":{"1min":1.1399999999999999,"5min":1.171,"15min":1.1739999999999999},"min":{"1min":0.92500000000000004,"5min":0.91700000000000004,"15min":0.91700000000000004},"max":{"1min":1.4279999999999999,"5min":1.6259999999999999,"15min":1.6259999999999999},"last":1.254}]},{"osd":7,"last update":"Thu Jan 18 08:01:20 2024","interfaces":[{"interface":"back","average":{"1min":1.0980000000000001,"5min":1.1719999999999999,"15min":1.1759999999999999},"min":{"1min":0.91100000000000003,"5min":0.87,"15min":0.87},"max":{"1min":1.3640000000000001,"5min":1.6599999999999999,"15min":1.6599999999999999},"last":0.92600000000000005},{"interface":"front","average":{"1min":1.202,"5min":1.206,"15min":1.204},"min":{"1min":0.96499999999999997,"5min":0.95899999999999996,"15min":0.95899999999999996},"max":{"1min":1.5509999999999999,"5min":1.6819999999999999,"15min":1.6819999999999999},"last":1.0229999999999999}]}]},{"osd":1,"up_from":22,"seq":94489280559,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":155583,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 18 08:00:58 2024","interfaces":[{"interface":"back","average":{"1min":0.879,"5min":0.88500000000000001,"15min":0.878},"min":{"1min":0.64900000000000002,"5min":0.44800000000000001,"15min":0.44800000000000001},"max":{"1min":1.419,"5min":1.419,"15min":1.419},"last":0.62},{"interface":"front","average":{"1min":0.86799999999999999,"5min":0.81699999999999995,"15min":0.79400000000000004},"min":{"1min":0.72099999999999997,"5min":0.61199999999999999,"15min":0.61199999999999999},"max":{"1min":1.0349999999999999,"5min":1.151,"15min":1.151},"last":5.649}]},{"osd":2,"last update":"Thu Jan 18 08:00:58 2024","interfaces":[{"interface":"back","average":{"1min":0.97299999999999998,"5min":0.90600000000000003,"15min":0.89200000000000002},"min":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"max":{"1min":1.8720000000000001,"5min":1.8720000000000001,"15min":1.8720000000000001},"last":5.6180000000000003},{"interface":"front","average":{"1min":0.88800000000000001,"5min":0.875,"15min":0.86499999999999999},"min":{"1min":0.63,"5min":0.53800000000000003,"15min":0.53800000000000003},"max":{"1min":1.468,"5min":1.468,"15min":1.468},"last":1.194}]},{"osd":3,"last update":"Thu Jan 18 08:01:09 2024","interfaces":[{"interface":"back","average":{"1min":0.90200000000000002,"5min":0.83899999999999997,"15min":0.82099999999999995},"min":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"max":{"1min":1.677,"5min":1.677,"15min":1.677},"last":1.2430000000000001},{"interface":"front","average":{"1min":0.88500000000000001,"5min":0.85599999999999998,"15min":0.84999999999999998},"min":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"max":{"1min":1.6140000000000001,"5min":1.6140000000000001,"15min":1.6140000000000001},"last":2.9399999999999999}]},{"osd":4,"last update":"Thu Jan 18 08:01:04 2024","interfaces":[{"interface":"back","average":{"1min":1.04,"5min":0.98999999999999999,"15min":0.97399999999999998},"min":{"1min":0.746,"5min":0.69699999999999995,"15min":0.69699999999999995},"max":{"1min":1.732,"5min":1.732,"15min":1.732},"last":0.79400000000000004},{"interface":"front","average":{"1min":1.032,"5min":0.98699999999999999,"15min":0.97499999999999998},"min":{"1min":0.79400000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"max":{"1min":1.752,"5min":1.752,"15min":1.752},"last":5.5819999999999999}]},{"osd":5,"last update":"Thu Jan 18 08:01:22 2024","interfaces":[{"interface":"back","average":{"1min":0.94599999999999995,"5min":0.93000000000000005,"15min":0.91600000000000004},"min":{"1min":0.67000000000000004,"5min":0.63,"15min":0.63},"max":{"1min":1.8919999999999999,"5min":1.8919999999999999,"15min":1.8919999999999999},"last":1.0409999999999999},{"interface":"front","average":{"1min":1.0649999999999999,"5min":1.0700000000000001,"15min":1.0680000000000001},"min":{"1min":0.754,"5min":0.72099999999999997,"15min":0.72099999999999997},"max":{"1min":1.8380000000000001,"5min":1.8380000000000001,"15min":1.8380000000000001},"last":1.272}]},{"osd":6,"last update":"Thu Jan 18 08:01:09 2024","interfaces":[{"interface":"back","average":{"1min":1.071,"5min":1.0269999999999999,"15min":1.0149999999999999},"min":{"1min":0.81399999999999995,"5min":0.75700000000000001,"15min":0.75700000000000001},"max":{"1min":1.4970000000000001,"5min":1.4970000000000001,"15min":1.4970000000000001},"last":1.1299999999999999},{"interface":"front","average":{"1min":1.202,"5min":1.1679999999999999,"15min":1.1719999999999999},"min":{"1min":1.04,"5min":0.89700000000000002,"15min":0.89700000000000002},"max":{"1min":1.7909999999999999,"5min":1.7909999999999999,"15min":1.7909999999999999},"last":1.1499999999999999}]},{"osd":7,"last update":"Thu Jan 18 08:01:22 2024","interfaces":[{"interface":"back","average":{"1min":1.1479999999999999,"5min":1.0920000000000001,"15min":1.083},"min":{"1min":0.80400000000000005,"5min":0.80400000000000005,"15min":0.80400000000000005},"max":{"1min":1.5940000000000001,"5min":1.5940000000000001,"15min":1.5940000000000001},"last":1.5149999999999999},{"interface":"front","average":{"1min":1.21,"5min":1.2150000000000001,"15min":1.2150000000000001},"min":{"1min":0.99099999999999999,"5min":0.875,"15min":0.875},"max":{"1min":1.637,"5min":1.637,"15min":1.637},"last":1.4079999999999999}]}]},{"osd":4,"up_from":25,"seq":107374182448,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":155583,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 18 08:01:04 2024","interfaces":[{"interface":"back","average":{"1min":0.71099999999999997,"5min":0.69699999999999995,"15min":0.68799999999999994},"min":{"1min":0.56699999999999995,"5min":0.47899999999999998,"15min":0.47899999999999998},"max":{"1min":0.88900000000000001,"5min":0.95899999999999996,"15min":0.95899999999999996},"last":0.66300000000000003},{"interface":"front","average":{"1min":0.79200000000000004,"5min":0.79500000000000004,"15min":0.79900000000000004},"min":{"1min":0.55700000000000005,"5min":0.498,"15min":0.498},"max":{"1min":1.1659999999999999,"5min":1.1659999999999999,"15min":1.1659999999999999},"last":0.70999999999999996}]},{"osd":1,"last update":"Thu Jan 18 08:01:04 2024","interfaces":[{"interface":"back","average":{"1min":0.86199999999999999,"5min":0.83699999999999997,"15min":0.82299999999999995},"min":{"1min":0.67200000000000004,"5min":0.57099999999999995,"15min":0.57099999999999995},"max":{"1min":1.196,"5min":1.196,"15min":1.196},"last":0.80100000000000005},{"interface":"front","average":{"1min":0.92700000000000005,"5min":0.93500000000000005,"15min":0.93799999999999994},"min":{"1min":0.74299999999999999,"5min":0.64300000000000002,"15min":0.64300000000000002},"max":{"1min":1.143,"5min":1.718,"15min":1.718},"last":0.83099999999999996}]},{"osd":2,"last update":"Thu Jan 18 08:01:04 2024","interfaces":[{"interface":"back","average":{"1min":0.82699999999999996,"5min":0.83399999999999996,"15min":0.83699999999999997},"min":{"1min":0.625,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":1.0760000000000001,"5min":1.2030000000000001,"15min":1.2030000000000001},"last":0.59099999999999997},{"interface":"front","average":{"1min":0.80400000000000005,"5min":0.78300000000000003,"15min":0.76600000000000001},"min":{"1min":0.60599999999999998,"5min":0.53100000000000003,"15min":0.53100000000000003},"max":{"1min":1.0169999999999999,"5min":1.073,"15min":1.073},"last":0.62}]},{"osd":3,"last update":"Thu Jan 18 08:01:14 2024","interfaces":[{"interface":"back","average":{"1min":0.97199999999999998,"5min":0.97799999999999998,"15min":0.95999999999999996},"min":{"1min":0.80700000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"max":{"1min":1.1830000000000001,"5min":1.702,"15min":1.702},"last":0.95099999999999996},{"interface":"front","average":{"1min":0.94699999999999995,"5min":0.93500000000000005,"15min":0.91400000000000003},"min":{"1min":0.746,"5min":0.60899999999999999,"15min":0.60899999999999999},"max":{"1min":1.133,"5min":1.3919999999999999,"15min":1.3919999999999999},"last":1.056}]},{"osd":5,"last update":"Thu Jan 18 08:01:24 2024","interfaces":[{"interface":"back","average":{"1min":1.0680000000000001,"5min":1.0569999999999999,"15min":1.0389999999999999},"min":{"1min":0.83899999999999997,"5min":0.60099999999999998,"15min":0.60099999999999998},"max":{"1min":1.4279999999999999,"5min":1.4279999999999999,"15min":1.4279999999999999},"last":0.93400000000000005},{"interface":"front","average":{"1min":1.1140000000000001,"5min":1.1299999999999999,"15min":1.127},"min":{"1min":0.90100000000000002,"5min":0.81799999999999995,"15min":0.81799999999999995},"max":{"1min":1.325,"5min":1.5860000000000001,"15min":1.5860000000000001},"last":1.0780000000000001}]},{"osd":6,"last update":"Thu Jan 18 08:01:14 2024","interfaces":[{"interface":"back","average":{"1min":1.1299999999999999,"5min":1.111,"15min":1.099},"min":{"1min":0.90800000000000003,"5min":0.69699999999999995,"15min":0.69699999999999995},"max":{"1min":1.5169999999999999,"5min":1.784,"15min":1.784},"last":1.032},{"interface":"front","average":{"1min":1.163,"5min":1.151,"15min":1.145},"min":{"1min":0.93999999999999995,"5min":0.88400000000000001,"15min":0.88400000000000001},"max":{"1min":1.4470000000000001,"5min":1.494,"15min":1.494},"last":1.196}]},{"osd":7,"last update":"Thu Jan 18 08:01:24 2024","interfaces":[{"interface":"back","average":{"1min":1.159,"5min":1.109,"15min":1.091},"min":{"1min":1.0209999999999999,"5min":0.67500000000000004,"15min":0.67500000000000004},"max":{"1min":1.556,"5min":1.556,"15min":1.556},"last":1.113},{"interface":"front","average":{"1min":1.242,"5min":1.22,"15min":1.198},"min":{"1min":1.1220000000000001,"5min":0.753,"15min":0.753},"max":{"1min":1.532,"5min":1.6180000000000001,"15min":1.6180000000000001},"last":1.165}]}]},{"osd":3,"up_from":29,"seq":124554051630,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297484,"kb_used_data":388,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443572,"statfs":{"total":95990841344,"available":95686217728,"internally_reserved":0,"allocated":397312,"data_stored":155268,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 18 08:01:13 2024","interfaces":[{"interface":"back","average":{"1min":0.84599999999999997,"5min":0.81399999999999995,"15min":0.79400000000000004},"min":{"1min":0.629,"5min":0.46200000000000002,"15min":0.46200000000000002},"max":{"1min":1.083,"5min":1.2250000000000001,"15min":1.2250000000000001},"last":1.008},{"interface":"front","average":{"1min":0.86699999999999999,"5min":0.81000000000000005,"15min":0.78400000000000003},"min":{"1min":0.61299999999999999,"5min":0.44,"15min":0.44},"max":{"1min":1.1499999999999999,"5min":1.1719999999999999,"15min":1.1719999999999999},"last":0.88200000000000001}]},{"osd":1,"last update":"Thu Jan 18 08:01:13 2024","interfaces":[{"interface":"back","average":{"1min":0.74399999999999999,"5min":0.73999999999999999,"15min":0.752},"min":{"1min":0.51000000000000001,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":1.145,"5min":1.5549999999999999,"15min":1.5549999999999999},"last":0.76700000000000002},{"interface":"front","average":{"1min":0.81699999999999995,"5min":0.753,"15min":0.72599999999999998},"min":{"1min":0.47899999999999998,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":1.2270000000000001,"5min":1.3480000000000001,"15min":1.3480000000000001},"last":0.78800000000000003}]},{"osd":2,"last update":"Thu Jan 18 08:01:13 2024","interfaces":[{"interface":"back","average":{"1min":0.98299999999999998,"5min":0.98199999999999998,"15min":0.97299999999999998},"min":{"1min":0.72099999999999997,"5min":0.65800000000000003,"15min":0.65800000000000003},"max":{"1min":1.21,"5min":1.2729999999999999,"15min":1.2729999999999999},"last":1.194},{"interface":"front","average":{"1min":0.98399999999999999,"5min":0.94099999999999995,"15min":0.93799999999999994},"min":{"1min":0.70199999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"max":{"1min":1.194,"5min":1.4810000000000001,"15min":1.4810000000000001},"last":0.81699999999999995}]},{"osd":4,"last update":"Thu Jan 18 08:01:13 2024","interfaces":[{"interface":"back","average":{"1min":0.92900000000000005,"5min":0.878,"15min":0.86199999999999999},"min":{"1min":0.68799999999999994,"5min":0.64000000000000001,"15min":0.64000000000000001},"max":{"1min":1.1339999999999999,"5min":1.169,"15min":1.169},"last":0.91600000000000004},{"interface":"front","average":{"1min":1.0509999999999999,"5min":1.056,"15min":1.054},"min":{"1min":0.80900000000000005,"5min":0.61599999999999999,"15min":0.61599999999999999},"max":{"1min":1.26,"5min":1.4179999999999999,"15min":1.4179999999999999},"last":1.115}]},{"osd":5,"last update":"Thu Jan 18 08:01:18 2024","interfaces":[{"interface":"back","average":{"1min":1.022,"5min":1.006,"15min":0.99199999999999999},"min":{"1min":0.69699999999999995,"5min":0.61499999999999999,"15min":0.61499999999999999},"max":{"1min":1.2769999999999999,"5min":1.585,"15min":1.585},"last":0.85299999999999998},{"interface":"front","average":{"1min":0.997,"5min":0.92600000000000005,"15min":0.91500000000000004},"min":{"1min":0.67600000000000005,"5min":0.53300000000000003,"15min":0.53300000000000003},"max":{"1min":1.2490000000000001,"5min":1.2789999999999999,"15min":1.2789999999999999},"last":0.96099999999999997}]},{"osd":6,"last update":"Thu Jan 18 08:01:13 2024","interfaces":[{"interface":"back","average":{"1min":1.1120000000000001,"5min":1.079,"15min":1.071},"min":{"1min":0.78600000000000003,"5min":0.58899999999999997,"15min":0.58899999999999997},"max":{"1min":1.3380000000000001,"5min":1.371,"15min":1.371},"last":1.032},{"interface":"front","average":{"1min":1.0820000000000001,"5min":1.0349999999999999,"15min":1.0229999999999999},"min":{"1min":0.81599999999999995,"5min":0.47499999999999998,"15min":0.47499999999999998},"max":{"1min":1.3680000000000001,"5min":1.5289999999999999,"15min":1.5289999999999999},"last":1.0449999999999999}]},{"osd":7,"last update":"Thu Jan 18 08:01:18 2024","interfaces":[{"interface":"back","average":{"1min":1.1519999999999999,"5min":1.137,"15min":1.093},"min":{"1min":0.83399999999999996,"5min":0.79900000000000004,"15min":0.79900000000000004},"max":{"1min":1.3100000000000001,"5min":2.714,"15min":2.714},"last":1.264},{"interface":"front","average":{"1min":1.1890000000000001,"5min":1.105,"15min":1.075},"min":{"1min":0.89900000000000002,"5min":0.76700000000000002,"15min":0.76700000000000002},"max":{"1min":1.446,"5min":1.633,"15min":1.633},"last":1.1439999999999999}]}]},{"osd":6,"up_from":29,"seq":124554051630,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":155583,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 18 08:01:10 2024","interfaces":[{"interface":"back","average":{"1min":0.70099999999999996,"5min":0.68899999999999995,"15min":0.67300000000000004},"min":{"1min":0.52900000000000003,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":1.1859999999999999,"5min":1.1859999999999999,"15min":1.1859999999999999},"last":0.64800000000000002},{"interface":"front","average":{"1min":0.77500000000000002,"5min":0.79900000000000004,"15min":0.81299999999999994},"min":{"1min":0.58099999999999996,"5min":0.498,"15min":0.498},"max":{"1min":1.123,"5min":1.4950000000000001,"15min":1.4950000000000001},"last":0.92200000000000004}]},{"osd":1,"last update":"Thu Jan 18 08:01:10 2024","interfaces":[{"interface":"back","average":{"1min":0.87,"5min":0.90200000000000002,"15min":0.89400000000000002},"min":{"1min":0.64900000000000002,"5min":0.54700000000000004,"15min":0.54700000000000004},"max":{"1min":1.071,"5min":3.7400000000000002,"15min":3.7400000000000002},"last":0.874},{"interface":"front","average":{"1min":0.91700000000000004,"5min":0.95899999999999996,"15min":0.92100000000000004},"min":{"1min":0.73199999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"max":{"1min":1.133,"5min":3.7290000000000001,"15min":3.7290000000000001},"last":0.85399999999999998}]},{"osd":2,"last update":"Thu Jan 18 08:01:10 2024","interfaces":[{"interface":"back","average":{"1min":0.90000000000000002,"5min":0.87,"15min":0.85599999999999998},"min":{"1min":0.67300000000000004,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.113,"5min":1.2470000000000001,"15min":1.2470000000000001},"last":0.80700000000000005},{"interface":"front","average":{"1min":0.89300000000000002,"5min":0.91700000000000004,"15min":0.92500000000000004},"min":{"1min":0.60699999999999998,"5min":0.57899999999999996,"15min":0.57899999999999996},"max":{"1min":1.099,"5min":1.2290000000000001,"15min":1.2290000000000001},"last":0.81999999999999995}]},{"osd":3,"last update":"Thu Jan 18 08:01:10 2024","interfaces":[{"interface":"back","average":{"1min":1.0049999999999999,"5min":0.98999999999999999,"15min":0.96299999999999997},"min":{"1min":0.77300000000000002,"5min":0.66300000000000003,"15min":0.66300000000000003},"max":{"1min":1.323,"5min":3.5299999999999998,"15min":3.5299999999999998},"last":0.74199999999999999},{"interface":"front","average":{"1min":1.0269999999999999,"5min":1.1020000000000001,"15min":1.0820000000000001},"min":{"1min":0.88,"5min":0.75700000000000001,"15min":0.75700000000000001},"max":{"1min":1.25,"5min":3.5720000000000001,"15min":3.5720000000000001},"last":0.90000000000000002}]},{"osd":4,"last update":"Thu Jan 18 08:01:10 2024","interfaces":[{"interface":"back","average":{"1min":0.95599999999999996,"5min":1.0149999999999999,"15min":1.0409999999999999},"min":{"1min":0.73899999999999999,"5min":0.66500000000000004,"15min":0.66500000000000004},"max":{"1min":1.1659999999999999,"5min":1.3959999999999999,"15min":1.3959999999999999},"last":0.96999999999999997},{"interface":"front","average":{"1min":1.0229999999999999,"5min":1.012,"15min":1.0189999999999999},"min":{"1min":0.77100000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"max":{"1min":1.258,"5min":1.3440000000000001,"15min":1.3440000000000001},"last":0.97799999999999998}]},{"osd":5,"last update":"Thu Jan 18 08:01:16 2024","interfaces":[{"interface":"back","average":{"1min":1.1659999999999999,"5min":1.1579999999999999,"15min":1.129},"min":{"1min":0.84499999999999997,"5min":0.77500000000000002,"15min":0.77500000000000002},"max":{"1min":1.7,"5min":3.7799999999999998,"15min":3.7799999999999998},"last":1.05},{"interface":"front","average":{"1min":1.159,"5min":1.2090000000000001,"15min":1.1910000000000001},"min":{"1min":0.92300000000000004,"5min":0.82599999999999996,"15min":0.82599999999999996},"max":{"1min":1.5429999999999999,"5min":3.4849999999999999,"15min":3.4849999999999999},"last":1.091}]},{"osd":7,"last update":"Thu Jan 18 08:01:23 2024","interfaces":[{"interface":"back","average":{"1min":1.171,"5min":1.196,"15min":1.171},"min":{"1min":0.93300000000000005,"5min":0.85599999999999998,"15min":0.85599999999999998},"max":{"1min":1.5940000000000001,"5min":3.75,"15min":3.75},"last":1.292},{"interface":"front","average":{"1min":1.272,"5min":1.212,"15min":1.202},"min":{"1min":0.97999999999999998,"5min":0.79500000000000004,"15min":0.79500000000000004},"max":{"1min":1.621,"5min":1.621,"15min":1.621},"last":1.1180000000000001}]}]}],"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-18T08:01:43.416 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph pg dump --format=json 2024-01-18T08:01:43.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:01:43 smithi112 bash[16324]: audit 2024-01-18T08:01:42.763270+0000 mgr.smithi112.xshois (mgr.14182) 202 : audit [DBG] from='client.14456 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:01:43.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:01:43 smithi131 bash[19154]: audit 2024-01-18T08:01:42.763270+0000 mgr.smithi112.xshois (mgr.14182) 202 : audit [DBG] from='client.14456 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:01:44.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:01:44 smithi112 bash[16324]: cluster 2024-01-18T08:01:43.202377+0000 mgr.smithi112.xshois (mgr.14182) 203 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:01:44.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:01:44 smithi131 bash[19154]: cluster 2024-01-18T08:01:43.202377+0000 mgr.smithi112.xshois (mgr.14182) 203 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:01:46.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:01:46 smithi112 bash[16324]: cluster 2024-01-18T08:01:45.202890+0000 mgr.smithi112.xshois (mgr.14182) 204 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:01:46.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:01:46 smithi131 bash[19154]: cluster 2024-01-18T08:01:45.202890+0000 mgr.smithi112.xshois (mgr.14182) 204 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:01:47.984 INFO:teuthology.orchestra.run.smithi112.stderr:Inferring config /var/lib/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/mon.smithi112/config 2024-01-18T08:01:48.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:01:47 smithi112 bash[16324]: audit 2024-01-18T08:01:46.682260+0000 mon.smithi112 (mon.0) 590 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:01:48.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:01:47 smithi112 bash[16324]: audit 2024-01-18T08:01:47.132100+0000 mon.smithi112 (mon.0) 591 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:01:48.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:01:47 smithi112 bash[16324]: audit 2024-01-18T08:01:47.425363+0000 mon.smithi112 (mon.0) 592 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:01:48.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:01:47 smithi112 bash[16324]: audit 2024-01-18T08:01:47.427092+0000 mon.smithi112 (mon.0) 593 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:01:48.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:01:47 smithi112 bash[16324]: audit 2024-01-18T08:01:47.435292+0000 mon.smithi112 (mon.0) 594 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:01:48.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:01:47 smithi112 bash[16324]: audit 2024-01-18T08:01:47.443345+0000 mon.smithi112 (mon.0) 595 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:01:48.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:01:47 smithi131 bash[19154]: audit 2024-01-18T08:01:46.682260+0000 mon.smithi112 (mon.0) 590 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:01:48.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:01:47 smithi131 bash[19154]: audit 2024-01-18T08:01:47.132100+0000 mon.smithi112 (mon.0) 591 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:01:48.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:01:47 smithi131 bash[19154]: audit 2024-01-18T08:01:47.425363+0000 mon.smithi112 (mon.0) 592 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:01:48.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:01:47 smithi131 bash[19154]: audit 2024-01-18T08:01:47.427092+0000 mon.smithi112 (mon.0) 593 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:01:48.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:01:47 smithi131 bash[19154]: audit 2024-01-18T08:01:47.435292+0000 mon.smithi112 (mon.0) 594 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:01:48.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:01:47 smithi131 bash[19154]: audit 2024-01-18T08:01:47.443345+0000 mon.smithi112 (mon.0) 595 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:01:48.942 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:01:48 smithi112 bash[16324]: cluster 2024-01-18T08:01:47.203449+0000 mgr.smithi112.xshois (mgr.14182) 205 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:01:49.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:01:48 smithi131 bash[19154]: cluster 2024-01-18T08:01:47.203449+0000 mgr.smithi112.xshois (mgr.14182) 205 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:01:50.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:01:50 smithi112 bash[16324]: cluster 2024-01-18T08:01:49.204050+0000 mgr.smithi112.xshois (mgr.14182) 206 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:01:50.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:01:50 smithi131 bash[19154]: cluster 2024-01-18T08:01:49.204050+0000 mgr.smithi112.xshois (mgr.14182) 206 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:01:50.975 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:01:50.977 INFO:teuthology.orchestra.run.smithi112.stderr:dumped all 2024-01-18T08:01:51.631 INFO:teuthology.orchestra.run.smithi112.stdout:{"pg_ready":true,"pg_map":{"version":191,"stamp":"2024-01-18T08:01:49.203761+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":2379900,"kb_used_data":3132,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548548,"statfs":{"total":767926730752,"available":765489713152,"internally_reserved":0,"allocated":3207168,"data_stored":1244349,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":40,"state":"active+clean","last_fresh":"2024-01-18T07:58:18.594199+0000","last_change":"2024-01-18T07:58:18.594199+0000","last_active":"2024-01-18T07:58:18.594199+0000","last_peered":"2024-01-18T07:58:18.594199+0000","last_clean":"2024-01-18T07:58:18.594199+0000","last_became_active":"2024-01-18T07:58:18.593372+0000","last_became_peered":"2024-01-18T07:58:18.593372+0000","last_unstale":"2024-01-18T07:58:18.594199+0000","last_undegraded":"2024-01-18T07:58:18.594199+0000","last_fullsized":"2024-01-18T07:58:18.594199+0000","mapping_epoch":39,"log_start":"0'0","ondisk_log_start":"0'0","created":23,"last_epoch_clean":40,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-01-18T07:57:57.741254+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-18T07:57:57.741254+0000","last_clean_scrub_stamp":"2024-01-18T07:57:57.741254+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":38,"seq":163208757292,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":155583,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 18 08:01:21 2024","interfaces":[{"interface":"back","average":{"1min":0.95199999999999996,"5min":0.86099999999999999,"15min":0.84699999999999998},"min":{"1min":0.61199999999999999,"5min":0.56799999999999995,"15min":0.56799999999999995},"max":{"1min":2.0819999999999999,"5min":2.0819999999999999,"15min":2.0819999999999999},"last":0.97499999999999998},{"interface":"front","average":{"1min":0.82799999999999996,"5min":0.872,"15min":0.89700000000000002},"min":{"1min":0.67000000000000004,"5min":0.623,"15min":0.623},"max":{"1min":1.278,"5min":1.304,"15min":1.304},"last":1.0249999999999999}]},{"osd":1,"last update":"Thu Jan 18 08:01:21 2024","interfaces":[{"interface":"back","average":{"1min":0.88300000000000001,"5min":0.76800000000000002,"15min":0.75},"min":{"1min":0.53100000000000003,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":2.1629999999999998,"5min":2.1629999999999998,"15min":2.1629999999999998},"last":1.056},{"interface":"front","average":{"1min":0.82699999999999996,"5min":0.84499999999999997,"15min":0.84699999999999998},"min":{"1min":0.46800000000000003,"5min":0.44700000000000001,"15min":0.44700000000000001},"max":{"1min":1.1970000000000001,"5min":1.3220000000000001,"15min":1.3220000000000001},"last":0.94499999999999995}]},{"osd":2,"last update":"Thu Jan 18 08:01:21 2024","interfaces":[{"interface":"back","average":{"1min":0.90200000000000002,"5min":0.83799999999999997,"15min":0.81999999999999995},"min":{"1min":0.65600000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"max":{"1min":1.1899999999999999,"5min":1.1899999999999999,"15min":1.1899999999999999},"last":1.0900000000000001},{"interface":"front","average":{"1min":1.089,"5min":0.96699999999999997,"15min":0.94499999999999995},"min":{"1min":0.78100000000000003,"5min":0.61699999999999999,"15min":0.61699999999999999},"max":{"1min":2.226,"5min":2.226,"15min":2.226},"last":0.75700000000000001}]},{"osd":3,"last update":"Thu Jan 18 08:01:21 2024","interfaces":[{"interface":"back","average":{"1min":1.0029999999999999,"5min":0.873,"15min":0.84899999999999998},"min":{"1min":0.55400000000000005,"5min":0.371,"15min":0.371},"max":{"1min":2.5,"5min":2.5,"15min":2.5},"last":0.84699999999999998},{"interface":"front","average":{"1min":0.93100000000000005,"5min":0.85299999999999998,"15min":0.82799999999999996},"min":{"1min":0.44800000000000001,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":1.252,"5min":1.252,"15min":1.252},"last":0.89500000000000002}]},{"osd":4,"last update":"Thu Jan 18 08:01:21 2024","interfaces":[{"interface":"back","average":{"1min":1.0229999999999999,"5min":0.996,"15min":0.996},"min":{"1min":0.68899999999999995,"5min":0.67200000000000004,"15min":0.67200000000000004},"max":{"1min":1.3580000000000001,"5min":1.3580000000000001,"15min":1.3580000000000001},"last":0.99399999999999999},{"interface":"front","average":{"1min":1.177,"5min":1.0609999999999999,"15min":1.0389999999999999},"min":{"1min":0.83199999999999996,"5min":0.65300000000000002,"15min":0.65300000000000002},"max":{"1min":2.2999999999999998,"5min":2.2999999999999998,"15min":2.2999999999999998},"last":1.119}]},{"osd":5,"last update":"Thu Jan 18 08:01:21 2024","interfaces":[{"interface":"back","average":{"1min":1.1779999999999999,"5min":1.0389999999999999,"15min":1.0049999999999999},"min":{"1min":0.58299999999999996,"5min":0.51200000000000001,"15min":0.51200000000000001},"max":{"1min":2.5249999999999999,"5min":2.5249999999999999,"15min":2.5249999999999999},"last":0.86799999999999999},{"interface":"front","average":{"1min":1.173,"5min":1.081,"15min":1.0680000000000001},"min":{"1min":0.60299999999999998,"5min":0.56200000000000006,"15min":0.56200000000000006},"max":{"1min":2.879,"5min":2.879,"15min":2.879},"last":1.139}]},{"osd":6,"last update":"Thu Jan 18 08:01:21 2024","interfaces":[{"interface":"back","average":{"1min":1.2889999999999999,"5min":1.173,"15min":1.1619999999999999},"min":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"max":{"1min":3.0920000000000001,"5min":3.0920000000000001,"15min":3.0920000000000001},"last":1.204},{"interface":"front","average":{"1min":1.2310000000000001,"5min":1.1279999999999999,"15min":1.1100000000000001},"min":{"1min":0.76900000000000002,"5min":0.72499999999999998,"15min":0.72499999999999998},"max":{"1min":1.675,"5min":1.675,"15min":1.675},"last":1.1739999999999999}]}]},{"osd":5,"up_from":34,"seq":146028888111,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":155583,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 18 08:01:24 2024","interfaces":[{"interface":"back","average":{"1min":0.91200000000000003,"5min":0.90600000000000003,"15min":0.89900000000000002},"min":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"max":{"1min":1.2010000000000001,"5min":1.6000000000000001,"15min":1.6000000000000001},"last":0.64900000000000002},{"interface":"front","average":{"1min":0.95199999999999996,"5min":0.94499999999999995,"15min":0.93500000000000005},"min":{"1min":0.72899999999999998,"5min":0.438,"15min":0.438},"max":{"1min":1.2390000000000001,"5min":1.3180000000000001,"15min":1.3180000000000001},"last":0.74299999999999999}]},{"osd":1,"last update":"Thu Jan 18 08:01:24 2024","interfaces":[{"interface":"back","average":{"1min":0.76300000000000001,"5min":0.72699999999999998,"15min":0.71099999999999997},"min":{"1min":0.47199999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":1.0069999999999999,"5min":1.1100000000000001,"15min":1.1100000000000001},"last":0.57399999999999995},{"interface":"front","average":{"1min":0.82699999999999996,"5min":0.78000000000000003,"15min":0.76000000000000001},"min":{"1min":0.503,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":1.2769999999999999,"5min":1.6060000000000001,"15min":1.6060000000000001},"last":0.42099999999999999}]},{"osd":2,"last update":"Thu Jan 18 08:01:24 2024","interfaces":[{"interface":"back","average":{"1min":0.95199999999999996,"5min":0.91600000000000004,"15min":0.89800000000000002},"min":{"1min":0.69699999999999995,"5min":0.65500000000000003,"15min":0.65500000000000003},"max":{"1min":1.246,"5min":1.4870000000000001,"15min":1.4870000000000001},"last":0.93000000000000005},{"interface":"front","average":{"1min":0.89500000000000002,"5min":0.88400000000000001,"15min":0.876},"min":{"1min":0.66500000000000004,"5min":0.53600000000000003,"15min":0.53600000000000003},"max":{"1min":1.097,"5min":1.393,"15min":1.393},"last":0.85999999999999999}]},{"osd":3,"last update":"Thu Jan 18 08:01:24 2024","interfaces":[{"interface":"back","average":{"1min":0.89400000000000002,"5min":0.84499999999999997,"15min":0.83199999999999996},"min":{"1min":0.56499999999999995,"5min":0.56100000000000005,"15min":0.56100000000000005},"max":{"1min":1.2430000000000001,"5min":1.345,"15min":1.345},"last":0.62},{"interface":"front","average":{"1min":0.94199999999999995,"5min":0.84499999999999997,"15min":0.80700000000000005},"min":{"1min":0.623,"5min":0.439,"15min":0.439},"max":{"1min":1.548,"5min":1.661,"15min":1.661},"last":0.71699999999999997}]},{"osd":4,"last update":"Thu Jan 18 08:01:24 2024","interfaces":[{"interface":"back","average":{"1min":1.05,"5min":1.0329999999999999,"15min":1.024},"min":{"1min":0.76600000000000001,"5min":0.74299999999999999,"15min":0.74299999999999999},"max":{"1min":1.6259999999999999,"5min":1.6259999999999999,"15min":1.6259999999999999},"last":0.83799999999999997},{"interface":"front","average":{"1min":1.1499999999999999,"5min":1.085,"15min":1.0609999999999999},"min":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"max":{"1min":1.615,"5min":1.847,"15min":1.847},"last":0.871}]},{"osd":6,"last update":"Thu Jan 18 08:01:24 2024","interfaces":[{"interface":"back","average":{"1min":1.099,"5min":1.071,"15min":1.0660000000000001},"min":{"1min":0.80100000000000005,"5min":0.72799999999999998,"15min":0.72799999999999998},"max":{"1min":1.589,"5min":1.7929999999999999,"15min":1.7929999999999999},"last":0.91200000000000003},{"interface":"front","average":{"1min":1.1559999999999999,"5min":1.1100000000000001,"15min":1.0940000000000001},"min":{"1min":0.83699999999999997,"5min":0.83699999999999997,"15min":0.83699999999999997},"max":{"1min":1.5760000000000001,"5min":1.657,"15min":1.657},"last":0.95699999999999996}]},{"osd":7,"last update":"Thu Jan 18 08:01:24 2024","interfaces":[{"interface":"back","average":{"1min":1.181,"5min":1.054,"15min":1.018},"min":{"1min":0.71799999999999997,"5min":0.58199999999999996,"15min":0.58199999999999996},"max":{"1min":1.796,"5min":1.796,"15min":1.796},"last":0.89600000000000002},{"interface":"front","average":{"1min":1.171,"5min":1.0760000000000001,"15min":1.042},"min":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.7090000000000001,"5min":1.7270000000000001,"15min":1.7270000000000001},"last":0.76300000000000001}]}]},{"osd":2,"up_from":20,"seq":85899345969,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":155583,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 18 08:01:02 2024","interfaces":[{"interface":"back","average":{"1min":0.71499999999999997,"5min":0.69899999999999995,"15min":0.68000000000000005},"min":{"1min":0.56999999999999995,"5min":0.48299999999999998,"15min":0.48299999999999998},"max":{"1min":0.96299999999999997,"5min":1.2090000000000001,"15min":1.2090000000000001},"last":0.77400000000000002},{"interface":"front","average":{"1min":0.754,"5min":0.77800000000000002,"15min":0.77700000000000002},"min":{"1min":0.60399999999999998,"5min":0.502,"15min":0.502},"max":{"1min":1.1319999999999999,"5min":1.3400000000000001,"15min":1.3400000000000001},"last":0.80600000000000005}]},{"osd":1,"last update":"Thu Jan 18 08:01:02 2024","interfaces":[{"interface":"back","average":{"1min":0.89800000000000002,"5min":0.84699999999999998,"15min":0.81899999999999995},"min":{"1min":0.74099999999999999,"5min":0.55000000000000004,"15min":0.55000000000000004},"max":{"1min":1.129,"5min":1.23,"15min":1.23},"last":0.749},{"interface":"front","average":{"1min":0.98799999999999999,"5min":0.90800000000000003,"15min":0.88500000000000001},"min":{"1min":0.76700000000000002,"5min":0.628,"15min":0.628},"max":{"1min":1.2350000000000001,"5min":1.3540000000000001,"15min":1.3540000000000001},"last":1.0269999999999999}]},{"osd":3,"last update":"Thu Jan 18 08:01:11 2024","interfaces":[{"interface":"back","average":{"1min":0.96299999999999997,"5min":0.94699999999999995,"15min":0.94599999999999995},"min":{"1min":0.79800000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"max":{"1min":1.113,"5min":1.1799999999999999,"15min":1.1799999999999999},"last":1.1180000000000001},{"interface":"front","average":{"1min":0.95099999999999996,"5min":0.98199999999999998,"15min":0.97999999999999998},"min":{"1min":0.76000000000000001,"5min":0.68600000000000005,"15min":0.68600000000000005},"max":{"1min":1.149,"5min":1.962,"15min":1.962},"last":1.0129999999999999}]},{"osd":4,"last update":"Thu Jan 18 08:01:04 2024","interfaces":[{"interface":"back","average":{"1min":0.91200000000000003,"5min":0.92200000000000004,"15min":0.91300000000000003},"min":{"1min":0.70599999999999996,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":1.1819999999999999,"5min":2.0289999999999999,"15min":2.0289999999999999},"last":0.88400000000000001},{"interface":"front","average":{"1min":0.93799999999999994,"5min":0.93400000000000005,"15min":0.93200000000000005},"min":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"max":{"1min":1.2090000000000001,"5min":1.236,"15min":1.236},"last":0.64900000000000002}]},{"osd":5,"last update":"Thu Jan 18 08:01:17 2024","interfaces":[{"interface":"back","average":{"1min":1.0569999999999999,"5min":1.1180000000000001,"15min":1.1359999999999999},"min":{"1min":0.80500000000000005,"5min":0.72499999999999998,"15min":0.72499999999999998},"max":{"1min":1.234,"5min":2.077,"15min":2.077},"last":1.0700000000000001},{"interface":"front","average":{"1min":1.0860000000000001,"5min":1.0800000000000001,"15min":1.0760000000000001},"min":{"1min":0.92900000000000005,"5min":0.69999999999999996,"15min":0.69999999999999996},"max":{"1min":1.2509999999999999,"5min":1.4099999999999999,"15min":1.4099999999999999},"last":0.91900000000000004}]},{"osd":6,"last update":"Thu Jan 18 08:01:11 2024","interfaces":[{"interface":"back","average":{"1min":1.0329999999999999,"5min":1.026,"15min":1.022},"min":{"1min":0.78200000000000003,"5min":0.748,"15min":0.748},"max":{"1min":1.262,"5min":1.5429999999999999,"15min":1.5429999999999999},"last":0.86199999999999999},{"interface":"front","average":{"1min":1.097,"5min":1.0920000000000001,"15min":1.0880000000000001},"min":{"1min":0.86099999999999999,"5min":0.85499999999999998,"15min":0.85499999999999998},"max":{"1min":1.3100000000000001,"5min":1.4430000000000001,"15min":1.4430000000000001},"last":0.94199999999999995}]},{"osd":7,"last update":"Thu Jan 18 08:01:23 2024","interfaces":[{"interface":"back","average":{"1min":1.1899999999999999,"5min":1.228,"15min":1.2390000000000001},"min":{"1min":0.87,"5min":0.87,"15min":0.87},"max":{"1min":1.3220000000000001,"5min":1.7170000000000001,"15min":1.7170000000000001},"last":0.97399999999999998},{"interface":"front","average":{"1min":1.151,"5min":1.21,"15min":1.2210000000000001},"min":{"1min":1.0600000000000001,"5min":0.86899999999999999,"15min":0.86899999999999999},"max":{"1min":1.306,"5min":1.6459999999999999,"15min":1.6459999999999999},"last":1.264}]}]},{"osd":0,"up_from":16,"seq":68719476787,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":155583,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Jan 18 08:01:02 2024","interfaces":[{"interface":"back","average":{"1min":0.84599999999999997,"5min":0.83899999999999997,"15min":0.82499999999999996},"min":{"1min":0.60799999999999998,"5min":0.55100000000000005,"15min":0.55100000000000005},"max":{"1min":1.1359999999999999,"5min":1.3580000000000001,"15min":1.3580000000000001},"last":0.71999999999999997},{"interface":"front","average":{"1min":0.79000000000000004,"5min":0.77900000000000003,"15min":0.76300000000000001},"min":{"1min":0.61399999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"max":{"1min":0.97899999999999998,"5min":1.1599999999999999,"15min":1.1599999999999999},"last":0.43099999999999999}]},{"osd":2,"last update":"Thu Jan 18 08:01:02 2024","interfaces":[{"interface":"back","average":{"1min":0.78500000000000003,"5min":0.75700000000000001,"15min":0.74199999999999999},"min":{"1min":0.53300000000000003,"5min":0.52200000000000002,"15min":0.52200000000000002},"max":{"1min":1.2190000000000001,"5min":1.2190000000000001,"15min":1.2190000000000001},"last":0.65400000000000003},{"interface":"front","average":{"1min":0.81000000000000005,"5min":0.83499999999999996,"15min":0.82799999999999996},"min":{"1min":0.58699999999999997,"5min":0.51700000000000002,"15min":0.51700000000000002},"max":{"1min":1.0960000000000001,"5min":1.177,"15min":1.177},"last":0.80400000000000005}]},{"osd":3,"last update":"Thu Jan 18 08:01:11 2024","interfaces":[{"interface":"back","average":{"1min":1.0349999999999999,"5min":1.0049999999999999,"15min":0.995},"min":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"max":{"1min":1.3160000000000001,"5min":1.3160000000000001,"15min":1.3160000000000001},"last":0.59899999999999998},{"interface":"front","average":{"1min":0.92800000000000005,"5min":0.94199999999999995,"15min":0.93400000000000005},"min":{"1min":0.58799999999999997,"5min":0.57399999999999995,"15min":0.57399999999999995},"max":{"1min":1.1779999999999999,"5min":1.3200000000000001,"15min":1.3200000000000001},"last":0.38900000000000001}]},{"osd":4,"last update":"Thu Jan 18 08:01:05 2024","interfaces":[{"interface":"back","average":{"1min":0.90300000000000002,"5min":0.92700000000000005,"15min":0.92000000000000004},"min":{"1min":0.624,"5min":0.624,"15min":0.624},"max":{"1min":1.1619999999999999,"5min":1.4490000000000001,"15min":1.4490000000000001},"last":0.97599999999999998},{"interface":"front","average":{"1min":0.84899999999999998,"5min":0.879,"15min":0.877},"min":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"max":{"1min":1.1040000000000001,"5min":1.2350000000000001,"15min":1.2350000000000001},"last":0.47299999999999998}]},{"osd":5,"last update":"Thu Jan 18 08:01:20 2024","interfaces":[{"interface":"back","average":{"1min":1.004,"5min":0.97899999999999998,"15min":0.98499999999999999},"min":{"1min":0.745,"5min":0.71099999999999997,"15min":0.71099999999999997},"max":{"1min":1.976,"5min":1.976,"15min":1.976},"last":0.83999999999999997},{"interface":"front","average":{"1min":1.1379999999999999,"5min":1.1359999999999999,"15min":1.1399999999999999},"min":{"1min":0.93300000000000005,"5min":0.85899999999999999,"15min":0.85899999999999999},"max":{"1min":1.498,"5min":1.546,"15min":1.546},"last":0.92700000000000005}]},{"osd":6,"last update":"Thu Jan 18 08:01:11 2024","interfaces":[{"interface":"back","average":{"1min":0.95999999999999996,"5min":1.054,"15min":1.077},"min":{"1min":0.747,"5min":0.69799999999999995,"15min":0.69799999999999995},"max":{"1min":1.208,"5min":1.6419999999999999,"15min":1.6419999999999999},"last":0.377},{"interface":"front","average":{"1min":1.1399999999999999,"5min":1.171,"15min":1.1739999999999999},"min":{"1min":0.92500000000000004,"5min":0.91700000000000004,"15min":0.91700000000000004},"max":{"1min":1.4279999999999999,"5min":1.6259999999999999,"15min":1.6259999999999999},"last":0.88200000000000001}]},{"osd":7,"last update":"Thu Jan 18 08:01:20 2024","interfaces":[{"interface":"back","average":{"1min":1.0980000000000001,"5min":1.1719999999999999,"15min":1.1759999999999999},"min":{"1min":0.91100000000000003,"5min":0.87,"15min":0.87},"max":{"1min":1.3640000000000001,"5min":1.6599999999999999,"15min":1.6599999999999999},"last":0.52500000000000002},{"interface":"front","average":{"1min":1.202,"5min":1.206,"15min":1.204},"min":{"1min":0.96499999999999997,"5min":0.95899999999999996,"15min":0.95899999999999996},"max":{"1min":1.5509999999999999,"5min":1.6819999999999999,"15min":1.6819999999999999},"last":0.76400000000000001}]}]},{"osd":1,"up_from":22,"seq":94489280561,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":155583,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 18 08:00:58 2024","interfaces":[{"interface":"back","average":{"1min":0.879,"5min":0.88500000000000001,"15min":0.878},"min":{"1min":0.64900000000000002,"5min":0.44800000000000001,"15min":0.44800000000000001},"max":{"1min":1.419,"5min":1.419,"15min":1.419},"last":0.71299999999999997},{"interface":"front","average":{"1min":0.86799999999999999,"5min":0.81699999999999995,"15min":0.79400000000000004},"min":{"1min":0.72099999999999997,"5min":0.61199999999999999,"15min":0.61199999999999999},"max":{"1min":1.0349999999999999,"5min":1.151,"15min":1.151},"last":1.1160000000000001}]},{"osd":2,"last update":"Thu Jan 18 08:00:58 2024","interfaces":[{"interface":"back","average":{"1min":0.97299999999999998,"5min":0.90600000000000003,"15min":0.89200000000000002},"min":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"max":{"1min":1.8720000000000001,"5min":1.8720000000000001,"15min":1.8720000000000001},"last":1.01},{"interface":"front","average":{"1min":0.88800000000000001,"5min":0.875,"15min":0.86499999999999999},"min":{"1min":0.63,"5min":0.53800000000000003,"15min":0.53800000000000003},"max":{"1min":1.468,"5min":1.468,"15min":1.468},"last":1.149}]},{"osd":3,"last update":"Thu Jan 18 08:01:09 2024","interfaces":[{"interface":"back","average":{"1min":0.90200000000000002,"5min":0.83899999999999997,"15min":0.82099999999999995},"min":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"max":{"1min":1.677,"5min":1.677,"15min":1.677},"last":1.0369999999999999},{"interface":"front","average":{"1min":0.88500000000000001,"5min":0.85599999999999998,"15min":0.84999999999999998},"min":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"max":{"1min":1.6140000000000001,"5min":1.6140000000000001,"15min":1.6140000000000001},"last":0.93200000000000005}]},{"osd":4,"last update":"Thu Jan 18 08:01:04 2024","interfaces":[{"interface":"back","average":{"1min":1.04,"5min":0.98999999999999999,"15min":0.97399999999999998},"min":{"1min":0.746,"5min":0.69699999999999995,"15min":0.69699999999999995},"max":{"1min":1.732,"5min":1.732,"15min":1.732},"last":1.165},{"interface":"front","average":{"1min":1.032,"5min":0.98699999999999999,"15min":0.97499999999999998},"min":{"1min":0.79400000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"max":{"1min":1.752,"5min":1.752,"15min":1.752},"last":1.2649999999999999}]},{"osd":5,"last update":"Thu Jan 18 08:01:22 2024","interfaces":[{"interface":"back","average":{"1min":0.94599999999999995,"5min":0.93000000000000005,"15min":0.91600000000000004},"min":{"1min":0.67000000000000004,"5min":0.63,"15min":0.63},"max":{"1min":1.8919999999999999,"5min":1.8919999999999999,"15min":1.8919999999999999},"last":0.78300000000000003},{"interface":"front","average":{"1min":1.0649999999999999,"5min":1.0700000000000001,"15min":1.0680000000000001},"min":{"1min":0.754,"5min":0.72099999999999997,"15min":0.72099999999999997},"max":{"1min":1.8380000000000001,"5min":1.8380000000000001,"15min":1.8380000000000001},"last":1.0840000000000001}]},{"osd":6,"last update":"Thu Jan 18 08:01:09 2024","interfaces":[{"interface":"back","average":{"1min":1.071,"5min":1.0269999999999999,"15min":1.0149999999999999},"min":{"1min":0.81399999999999995,"5min":0.75700000000000001,"15min":0.75700000000000001},"max":{"1min":1.4970000000000001,"5min":1.4970000000000001,"15min":1.4970000000000001},"last":1.1859999999999999},{"interface":"front","average":{"1min":1.202,"5min":1.1679999999999999,"15min":1.1719999999999999},"min":{"1min":1.04,"5min":0.89700000000000002,"15min":0.89700000000000002},"max":{"1min":1.7909999999999999,"5min":1.7909999999999999,"15min":1.7909999999999999},"last":1.232}]},{"osd":7,"last update":"Thu Jan 18 08:01:22 2024","interfaces":[{"interface":"back","average":{"1min":1.1479999999999999,"5min":1.0920000000000001,"15min":1.083},"min":{"1min":0.80400000000000005,"5min":0.80400000000000005,"15min":0.80400000000000005},"max":{"1min":1.5940000000000001,"5min":1.5940000000000001,"15min":1.5940000000000001},"last":1.4099999999999999},{"interface":"front","average":{"1min":1.21,"5min":1.2150000000000001,"15min":1.2150000000000001},"min":{"1min":0.99099999999999999,"5min":0.875,"15min":0.875},"max":{"1min":1.637,"5min":1.637,"15min":1.637},"last":1.288}]}]},{"osd":4,"up_from":25,"seq":107374182449,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":155583,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 18 08:01:04 2024","interfaces":[{"interface":"back","average":{"1min":0.71099999999999997,"5min":0.69699999999999995,"15min":0.68799999999999994},"min":{"1min":0.56699999999999995,"5min":0.47899999999999998,"15min":0.47899999999999998},"max":{"1min":0.88900000000000001,"5min":0.95899999999999996,"15min":0.95899999999999996},"last":0.71199999999999997},{"interface":"front","average":{"1min":0.79200000000000004,"5min":0.79500000000000004,"15min":0.79900000000000004},"min":{"1min":0.55700000000000005,"5min":0.498,"15min":0.498},"max":{"1min":1.1659999999999999,"5min":1.1659999999999999,"15min":1.1659999999999999},"last":1.2509999999999999}]},{"osd":1,"last update":"Thu Jan 18 08:01:04 2024","interfaces":[{"interface":"back","average":{"1min":0.86199999999999999,"5min":0.83699999999999997,"15min":0.82299999999999995},"min":{"1min":0.67200000000000004,"5min":0.57099999999999995,"15min":0.57099999999999995},"max":{"1min":1.196,"5min":1.196,"15min":1.196},"last":0.89600000000000002},{"interface":"front","average":{"1min":0.92700000000000005,"5min":0.93500000000000005,"15min":0.93799999999999994},"min":{"1min":0.74299999999999999,"5min":0.64300000000000002,"15min":0.64300000000000002},"max":{"1min":1.143,"5min":1.718,"15min":1.718},"last":1.3100000000000001}]},{"osd":2,"last update":"Thu Jan 18 08:01:04 2024","interfaces":[{"interface":"back","average":{"1min":0.82699999999999996,"5min":0.83399999999999996,"15min":0.83699999999999997},"min":{"1min":0.625,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":1.0760000000000001,"5min":1.2030000000000001,"15min":1.2030000000000001},"last":0.78900000000000003},{"interface":"front","average":{"1min":0.80400000000000005,"5min":0.78300000000000003,"15min":0.76600000000000001},"min":{"1min":0.60599999999999998,"5min":0.53100000000000003,"15min":0.53100000000000003},"max":{"1min":1.0169999999999999,"5min":1.073,"15min":1.073},"last":0.747}]},{"osd":3,"last update":"Thu Jan 18 08:01:14 2024","interfaces":[{"interface":"back","average":{"1min":0.97199999999999998,"5min":0.97799999999999998,"15min":0.95999999999999996},"min":{"1min":0.80700000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"max":{"1min":1.1830000000000001,"5min":1.702,"15min":1.702},"last":0.997},{"interface":"front","average":{"1min":0.94699999999999995,"5min":0.93500000000000005,"15min":0.91400000000000003},"min":{"1min":0.746,"5min":0.60899999999999999,"15min":0.60899999999999999},"max":{"1min":1.133,"5min":1.3919999999999999,"15min":1.3919999999999999},"last":1.0109999999999999}]},{"osd":5,"last update":"Thu Jan 18 08:01:24 2024","interfaces":[{"interface":"back","average":{"1min":1.0680000000000001,"5min":1.0569999999999999,"15min":1.0389999999999999},"min":{"1min":0.83899999999999997,"5min":0.60099999999999998,"15min":0.60099999999999998},"max":{"1min":1.4279999999999999,"5min":1.4279999999999999,"15min":1.4279999999999999},"last":1.1870000000000001},{"interface":"front","average":{"1min":1.1140000000000001,"5min":1.1299999999999999,"15min":1.127},"min":{"1min":0.90100000000000002,"5min":0.81799999999999995,"15min":0.81799999999999995},"max":{"1min":1.325,"5min":1.5860000000000001,"15min":1.5860000000000001},"last":1.0800000000000001}]},{"osd":6,"last update":"Thu Jan 18 08:01:14 2024","interfaces":[{"interface":"back","average":{"1min":1.1299999999999999,"5min":1.111,"15min":1.099},"min":{"1min":0.90800000000000003,"5min":0.69699999999999995,"15min":0.69699999999999995},"max":{"1min":1.5169999999999999,"5min":1.784,"15min":1.784},"last":1.0920000000000001},{"interface":"front","average":{"1min":1.163,"5min":1.151,"15min":1.145},"min":{"1min":0.93999999999999995,"5min":0.88400000000000001,"15min":0.88400000000000001},"max":{"1min":1.4470000000000001,"5min":1.494,"15min":1.494},"last":1.1559999999999999}]},{"osd":7,"last update":"Thu Jan 18 08:01:24 2024","interfaces":[{"interface":"back","average":{"1min":1.159,"5min":1.109,"15min":1.091},"min":{"1min":1.0209999999999999,"5min":0.67500000000000004,"15min":0.67500000000000004},"max":{"1min":1.556,"5min":1.556,"15min":1.556},"last":1.1719999999999999},{"interface":"front","average":{"1min":1.242,"5min":1.22,"15min":1.198},"min":{"1min":1.1220000000000001,"5min":0.753,"15min":0.753},"max":{"1min":1.532,"5min":1.6180000000000001,"15min":1.6180000000000001},"last":1.383}]}]},{"osd":3,"up_from":29,"seq":124554051632,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297484,"kb_used_data":388,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443572,"statfs":{"total":95990841344,"available":95686217728,"internally_reserved":0,"allocated":397312,"data_stored":155268,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 18 08:01:13 2024","interfaces":[{"interface":"back","average":{"1min":0.84599999999999997,"5min":0.81399999999999995,"15min":0.79400000000000004},"min":{"1min":0.629,"5min":0.46200000000000002,"15min":0.46200000000000002},"max":{"1min":1.083,"5min":1.2250000000000001,"15min":1.2250000000000001},"last":0.84499999999999997},{"interface":"front","average":{"1min":0.86699999999999999,"5min":0.81000000000000005,"15min":0.78400000000000003},"min":{"1min":0.61299999999999999,"5min":0.44,"15min":0.44},"max":{"1min":1.1499999999999999,"5min":1.1719999999999999,"15min":1.1719999999999999},"last":0.745}]},{"osd":1,"last update":"Thu Jan 18 08:01:13 2024","interfaces":[{"interface":"back","average":{"1min":0.74399999999999999,"5min":0.73999999999999999,"15min":0.752},"min":{"1min":0.51000000000000001,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":1.145,"5min":1.5549999999999999,"15min":1.5549999999999999},"last":0.66400000000000003},{"interface":"front","average":{"1min":0.81699999999999995,"5min":0.753,"15min":0.72599999999999998},"min":{"1min":0.47899999999999998,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":1.2270000000000001,"5min":1.3480000000000001,"15min":1.3480000000000001},"last":0.71699999999999997}]},{"osd":2,"last update":"Thu Jan 18 08:01:13 2024","interfaces":[{"interface":"back","average":{"1min":0.98299999999999998,"5min":0.98199999999999998,"15min":0.97299999999999998},"min":{"1min":0.72099999999999997,"5min":0.65800000000000003,"15min":0.65800000000000003},"max":{"1min":1.21,"5min":1.2729999999999999,"15min":1.2729999999999999},"last":0.88500000000000001},{"interface":"front","average":{"1min":0.98399999999999999,"5min":0.94099999999999995,"15min":0.93799999999999994},"min":{"1min":0.70199999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"max":{"1min":1.194,"5min":1.4810000000000001,"15min":1.4810000000000001},"last":0.90200000000000002}]},{"osd":4,"last update":"Thu Jan 18 08:01:13 2024","interfaces":[{"interface":"back","average":{"1min":0.92900000000000005,"5min":0.878,"15min":0.86199999999999999},"min":{"1min":0.68799999999999994,"5min":0.64000000000000001,"15min":0.64000000000000001},"max":{"1min":1.1339999999999999,"5min":1.169,"15min":1.169},"last":0.93000000000000005},{"interface":"front","average":{"1min":1.0509999999999999,"5min":1.056,"15min":1.054},"min":{"1min":0.80900000000000005,"5min":0.61599999999999999,"15min":0.61599999999999999},"max":{"1min":1.26,"5min":1.4179999999999999,"15min":1.4179999999999999},"last":0.86899999999999999}]},{"osd":5,"last update":"Thu Jan 18 08:01:18 2024","interfaces":[{"interface":"back","average":{"1min":1.022,"5min":1.006,"15min":0.99199999999999999},"min":{"1min":0.69699999999999995,"5min":0.61499999999999999,"15min":0.61499999999999999},"max":{"1min":1.2769999999999999,"5min":1.585,"15min":1.585},"last":0.77900000000000003},{"interface":"front","average":{"1min":0.997,"5min":0.92600000000000005,"15min":0.91500000000000004},"min":{"1min":0.67600000000000005,"5min":0.53300000000000003,"15min":0.53300000000000003},"max":{"1min":1.2490000000000001,"5min":1.2789999999999999,"15min":1.2789999999999999},"last":0.98599999999999999}]},{"osd":6,"last update":"Thu Jan 18 08:01:13 2024","interfaces":[{"interface":"back","average":{"1min":1.1120000000000001,"5min":1.079,"15min":1.071},"min":{"1min":0.78600000000000003,"5min":0.58899999999999997,"15min":0.58899999999999997},"max":{"1min":1.3380000000000001,"5min":1.371,"15min":1.371},"last":1.0509999999999999},{"interface":"front","average":{"1min":1.0820000000000001,"5min":1.0349999999999999,"15min":1.0229999999999999},"min":{"1min":0.81599999999999995,"5min":0.47499999999999998,"15min":0.47499999999999998},"max":{"1min":1.3680000000000001,"5min":1.5289999999999999,"15min":1.5289999999999999},"last":1.1599999999999999}]},{"osd":7,"last update":"Thu Jan 18 08:01:18 2024","interfaces":[{"interface":"back","average":{"1min":1.1519999999999999,"5min":1.137,"15min":1.093},"min":{"1min":0.83399999999999996,"5min":0.79900000000000004,"15min":0.79900000000000004},"max":{"1min":1.3100000000000001,"5min":2.714,"15min":2.714},"last":1.0860000000000001},{"interface":"front","average":{"1min":1.1890000000000001,"5min":1.105,"15min":1.075},"min":{"1min":0.89900000000000002,"5min":0.76700000000000002,"15min":0.76700000000000002},"max":{"1min":1.446,"5min":1.633,"15min":1.633},"last":1.1910000000000001}]}]},{"osd":6,"up_from":29,"seq":124554051632,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":155583,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 18 08:01:10 2024","interfaces":[{"interface":"back","average":{"1min":0.70099999999999996,"5min":0.68899999999999995,"15min":0.67300000000000004},"min":{"1min":0.52900000000000003,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":1.1859999999999999,"5min":1.1859999999999999,"15min":1.1859999999999999},"last":0.65900000000000003},{"interface":"front","average":{"1min":0.77500000000000002,"5min":0.79900000000000004,"15min":0.81299999999999994},"min":{"1min":0.58099999999999996,"5min":0.498,"15min":0.498},"max":{"1min":1.123,"5min":1.4950000000000001,"15min":1.4950000000000001},"last":0.63300000000000001}]},{"osd":1,"last update":"Thu Jan 18 08:01:10 2024","interfaces":[{"interface":"back","average":{"1min":0.87,"5min":0.90200000000000002,"15min":0.89400000000000002},"min":{"1min":0.64900000000000002,"5min":0.54700000000000004,"15min":0.54700000000000004},"max":{"1min":1.071,"5min":3.7400000000000002,"15min":3.7400000000000002},"last":0.83599999999999997},{"interface":"front","average":{"1min":0.91700000000000004,"5min":0.95899999999999996,"15min":0.92100000000000004},"min":{"1min":0.73199999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"max":{"1min":1.133,"5min":3.7290000000000001,"15min":3.7290000000000001},"last":0.80300000000000005}]},{"osd":2,"last update":"Thu Jan 18 08:01:10 2024","interfaces":[{"interface":"back","average":{"1min":0.90000000000000002,"5min":0.87,"15min":0.85599999999999998},"min":{"1min":0.67300000000000004,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.113,"5min":1.2470000000000001,"15min":1.2470000000000001},"last":0.76900000000000002},{"interface":"front","average":{"1min":0.89300000000000002,"5min":0.91700000000000004,"15min":0.92500000000000004},"min":{"1min":0.60699999999999998,"5min":0.57899999999999996,"15min":0.57899999999999996},"max":{"1min":1.099,"5min":1.2290000000000001,"15min":1.2290000000000001},"last":0.86399999999999999}]},{"osd":3,"last update":"Thu Jan 18 08:01:10 2024","interfaces":[{"interface":"back","average":{"1min":1.0049999999999999,"5min":0.98999999999999999,"15min":0.96299999999999997},"min":{"1min":0.77300000000000002,"5min":0.66300000000000003,"15min":0.66300000000000003},"max":{"1min":1.323,"5min":3.5299999999999998,"15min":3.5299999999999998},"last":0.93700000000000006},{"interface":"front","average":{"1min":1.0269999999999999,"5min":1.1020000000000001,"15min":1.0820000000000001},"min":{"1min":0.88,"5min":0.75700000000000001,"15min":0.75700000000000001},"max":{"1min":1.25,"5min":3.5720000000000001,"15min":3.5720000000000001},"last":1.1870000000000001}]},{"osd":4,"last update":"Thu Jan 18 08:01:10 2024","interfaces":[{"interface":"back","average":{"1min":0.95599999999999996,"5min":1.0149999999999999,"15min":1.0409999999999999},"min":{"1min":0.73899999999999999,"5min":0.66500000000000004,"15min":0.66500000000000004},"max":{"1min":1.1659999999999999,"5min":1.3959999999999999,"15min":1.3959999999999999},"last":0.95599999999999996},{"interface":"front","average":{"1min":1.0229999999999999,"5min":1.012,"15min":1.0189999999999999},"min":{"1min":0.77100000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"max":{"1min":1.258,"5min":1.3440000000000001,"15min":1.3440000000000001},"last":0.74399999999999999}]},{"osd":5,"last update":"Thu Jan 18 08:01:16 2024","interfaces":[{"interface":"back","average":{"1min":1.1659999999999999,"5min":1.1579999999999999,"15min":1.129},"min":{"1min":0.84499999999999997,"5min":0.77500000000000002,"15min":0.77500000000000002},"max":{"1min":1.7,"5min":3.7799999999999998,"15min":3.7799999999999998},"last":1.0049999999999999},{"interface":"front","average":{"1min":1.159,"5min":1.2090000000000001,"15min":1.1910000000000001},"min":{"1min":0.92300000000000004,"5min":0.82599999999999996,"15min":0.82599999999999996},"max":{"1min":1.5429999999999999,"5min":3.4849999999999999,"15min":3.4849999999999999},"last":1.111}]},{"osd":7,"last update":"Thu Jan 18 08:01:23 2024","interfaces":[{"interface":"back","average":{"1min":1.171,"5min":1.196,"15min":1.171},"min":{"1min":0.93300000000000005,"5min":0.85599999999999998,"15min":0.85599999999999998},"max":{"1min":1.5940000000000001,"5min":3.75,"15min":3.75},"last":1.089},{"interface":"front","average":{"1min":1.272,"5min":1.212,"15min":1.202},"min":{"1min":0.97999999999999998,"5min":0.79500000000000004,"15min":0.79500000000000004},"max":{"1min":1.621,"5min":1.621,"15min":1.621},"last":1.0529999999999999}]}]}],"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-18T08:01:51.632 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-01-18T08:01:51.632 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-01-18T08:01:51.632 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-01-18T08:01:51.633 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph health --format=json 2024-01-18T08:01:52.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:01:52 smithi112 bash[16324]: audit 2024-01-18T08:01:50.967278+0000 mgr.smithi112.xshois (mgr.14182) 207 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:01:52.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:01:52 smithi112 bash[16324]: cluster 2024-01-18T08:01:51.204628+0000 mgr.smithi112.xshois (mgr.14182) 208 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:01:52.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:01:52 smithi131 bash[19154]: audit 2024-01-18T08:01:50.967278+0000 mgr.smithi112.xshois (mgr.14182) 207 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:01:52.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:01:52 smithi131 bash[19154]: cluster 2024-01-18T08:01:51.204628+0000 mgr.smithi112.xshois (mgr.14182) 208 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:01:54.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:01:54 smithi112 bash[16324]: cluster 2024-01-18T08:01:53.205203+0000 mgr.smithi112.xshois (mgr.14182) 209 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:01:54.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:01:54 smithi131 bash[19154]: cluster 2024-01-18T08:01:53.205203+0000 mgr.smithi112.xshois (mgr.14182) 209 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:01:56.474 INFO:teuthology.orchestra.run.smithi112.stderr:Inferring config /var/lib/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/mon.smithi112/config 2024-01-18T08:01:56.538 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:01:56 smithi112 bash[16324]: cluster 2024-01-18T08:01:55.205777+0000 mgr.smithi112.xshois (mgr.14182) 210 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:01:56.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:01:56 smithi131 bash[19154]: cluster 2024-01-18T08:01:55.205777+0000 mgr.smithi112.xshois (mgr.14182) 210 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:01:58.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:01:58 smithi112 bash[16324]: cluster 2024-01-18T08:01:57.206387+0000 mgr.smithi112.xshois (mgr.14182) 211 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:01:58.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:01:58 smithi131 bash[19154]: cluster 2024-01-18T08:01:57.206387+0000 mgr.smithi112.xshois (mgr.14182) 211 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:01:59.594 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:02:00.242 INFO:teuthology.orchestra.run.smithi112.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-01-18T08:02:00.242 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-01-18T08:02:00.242 INFO:tasks.cephadm:Setup complete, yielding 2024-01-18T08:02:00.243 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-18T08:02:00.251 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi112.front.sepia.ceph.com 2024-01-18T08:02:00.252 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- bash -c 'ceph orch status' 2024-01-18T08:02:00.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:00 smithi112 bash[16324]: cluster 2024-01-18T08:01:59.206888+0000 mgr.smithi112.xshois (mgr.14182) 212 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:02:00.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:00 smithi112 bash[16324]: audit 2024-01-18T08:01:59.595254+0000 mon.smithi112 (mon.0) 596 : audit [DBG] from='client.? 172.21.15.112:0/2910808614' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-18T08:02:00.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:00 smithi131 bash[19154]: cluster 2024-01-18T08:01:59.206888+0000 mgr.smithi112.xshois (mgr.14182) 212 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:02:00.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:00 smithi131 bash[19154]: audit 2024-01-18T08:01:59.595254+0000 mon.smithi112 (mon.0) 596 : audit [DBG] from='client.? 172.21.15.112:0/2910808614' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-18T08:02:02.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:02 smithi112 bash[16324]: cluster 2024-01-18T08:02:01.207597+0000 mgr.smithi112.xshois (mgr.14182) 213 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:02:02.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:02 smithi131 bash[19154]: cluster 2024-01-18T08:02:01.207597+0000 mgr.smithi112.xshois (mgr.14182) 213 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:02:03.569 INFO:teuthology.orchestra.run.smithi112.stdout:Backend: cephadm 2024-01-18T08:02:03.569 INFO:teuthology.orchestra.run.smithi112.stdout:Available: Yes 2024-01-18T08:02:03.569 INFO:teuthology.orchestra.run.smithi112.stdout:Paused: No 2024-01-18T08:02:04.265 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- bash -c 'ceph orch ps' 2024-01-18T08:02:04.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:04 smithi112 bash[16324]: cluster 2024-01-18T08:02:03.208101+0000 mgr.smithi112.xshois (mgr.14182) 214 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:02:04.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:04 smithi112 bash[16324]: audit 2024-01-18T08:02:03.569565+0000 mgr.smithi112.xshois (mgr.14182) 215 : audit [DBG] from='client.14468 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:02:04.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:04 smithi131 bash[19154]: cluster 2024-01-18T08:02:03.208101+0000 mgr.smithi112.xshois (mgr.14182) 214 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:02:04.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:04 smithi131 bash[19154]: audit 2024-01-18T08:02:03.569565+0000 mgr.smithi112.xshois (mgr.14182) 215 : audit [DBG] from='client.14468 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:02:06.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:06 smithi112 bash[16324]: cluster 2024-01-18T08:02:05.208644+0000 mgr.smithi112.xshois (mgr.14182) 216 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:02:06.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:06 smithi131 bash[19154]: cluster 2024-01-18T08:02:05.208644+0000 mgr.smithi112.xshois (mgr.14182) 216 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:02:07.598 INFO:teuthology.orchestra.run.smithi112.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-18T08:02:07.598 INFO:teuthology.orchestra.run.smithi112.stdout:alertmanager.smithi112 smithi112 *:9093,9094 running (3m) 20s ago 6m 14.4M - 0.23.0 ba2b418f427c e7931a9edcd7 2024-01-18T08:02:07.598 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi112 smithi112 running (6m) 20s ago 6m 7728k - 16.2.14-454-g491b5e13 5debfd7ac2a7 4c71b5a0ca8a 2024-01-18T08:02:07.598 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi131 smithi131 running (5m) 20s ago 5m 9308k - 16.2.14-454-g491b5e13 5debfd7ac2a7 0441c4836f2a 2024-01-18T08:02:07.599 INFO:teuthology.orchestra.run.smithi112.stdout:grafana.smithi112 smithi112 *:3000 running (3m) 20s ago 5m 42.2M - 8.3.5 dad864ee21e9 6f1092c31936 2024-01-18T08:02:07.599 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi112.xshois smithi112 *:9283 running (7m) 20s ago 7m 429M - 16.2.14-454-g491b5e13 5debfd7ac2a7 9d3685d6d52b 2024-01-18T08:02:07.599 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi131.ysjjlj smithi131 *:8443,9283 running (5m) 20s ago 5m 377M - 16.2.14-454-g491b5e13 5debfd7ac2a7 737c2b0dea62 2024-01-18T08:02:07.599 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi112 smithi112 running (7m) 20s ago 7m 60.2M 2048M 16.2.14-454-g491b5e13 5debfd7ac2a7 ae5000114453 2024-01-18T08:02:07.599 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi131 smithi131 running (5m) 20s ago 5m 57.6M 2048M 16.2.14-454-g491b5e13 5debfd7ac2a7 641ae405f0ab 2024-01-18T08:02:07.599 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi112 smithi112 *:9100 running (5m) 20s ago 5m 11.8M - 1.3.1 1dbe0e931976 dc4561915f74 2024-01-18T08:02:07.599 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi131 smithi131 *:9100 running (5m) 20s ago 5m 11.4M - 1.3.1 1dbe0e931976 cbeae6c8f7a7 2024-01-18T08:02:07.599 INFO:teuthology.orchestra.run.smithi112.stdout:osd.0 smithi131 running (4m) 20s ago 4m 34.9M 3785M 16.2.14-454-g491b5e13 5debfd7ac2a7 0ad196720546 2024-01-18T08:02:07.599 INFO:teuthology.orchestra.run.smithi112.stdout:osd.1 smithi112 running (4m) 20s ago 4m 34.6M 3529M 16.2.14-454-g491b5e13 5debfd7ac2a7 d9eeb2bb6bde 2024-01-18T08:02:07.599 INFO:teuthology.orchestra.run.smithi112.stdout:osd.2 smithi131 running (4m) 20s ago 4m 36.0M 3785M 16.2.14-454-g491b5e13 5debfd7ac2a7 85c6be93f493 2024-01-18T08:02:07.599 INFO:teuthology.orchestra.run.smithi112.stdout:osd.3 smithi112 running (4m) 20s ago 4m 35.1M 3529M 16.2.14-454-g491b5e13 5debfd7ac2a7 87ff310e8c35 2024-01-18T08:02:07.599 INFO:teuthology.orchestra.run.smithi112.stdout:osd.4 smithi131 running (4m) 20s ago 4m 34.2M 3785M 16.2.14-454-g491b5e13 5debfd7ac2a7 7282afbb9b8c 2024-01-18T08:02:07.599 INFO:teuthology.orchestra.run.smithi112.stdout:osd.5 smithi112 running (4m) 20s ago 4m 34.2M 3529M 16.2.14-454-g491b5e13 5debfd7ac2a7 c62cc72f5e62 2024-01-18T08:02:07.600 INFO:teuthology.orchestra.run.smithi112.stdout:osd.6 smithi131 running (4m) 20s ago 4m 34.3M 3785M 16.2.14-454-g491b5e13 5debfd7ac2a7 6c95f16c3147 2024-01-18T08:02:07.600 INFO:teuthology.orchestra.run.smithi112.stdout:osd.7 smithi112 running (3m) 20s ago 4m 34.2M 3529M 16.2.14-454-g491b5e13 5debfd7ac2a7 5d5b9a7e0441 2024-01-18T08:02:07.600 INFO:teuthology.orchestra.run.smithi112.stdout:prometheus.smithi131 smithi131 *:9095 running (5m) 20s ago 5m 57.8M - 2.33.4 514e6a882f6e ccf1b52bdc1f 2024-01-18T08:02:08.229 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- bash -c 'ceph orch ls' 2024-01-18T08:02:08.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:08 smithi112 bash[16324]: cluster 2024-01-18T08:02:07.209097+0000 mgr.smithi112.xshois (mgr.14182) 217 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:02:08.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:08 smithi112 bash[16324]: audit 2024-01-18T08:02:07.586428+0000 mgr.smithi112.xshois (mgr.14182) 218 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:02:08.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:08 smithi131 bash[19154]: cluster 2024-01-18T08:02:07.209097+0000 mgr.smithi112.xshois (mgr.14182) 217 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:02:08.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:08 smithi131 bash[19154]: audit 2024-01-18T08:02:07.586428+0000 mgr.smithi112.xshois (mgr.14182) 218 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:02:10.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:10 smithi112 bash[16324]: cluster 2024-01-18T08:02:09.209603+0000 mgr.smithi112.xshois (mgr.14182) 219 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:02:10.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:10 smithi131 bash[19154]: cluster 2024-01-18T08:02:09.209603+0000 mgr.smithi112.xshois (mgr.14182) 219 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:02:11.408 INFO:teuthology.orchestra.run.smithi112.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-01-18T08:02:11.408 INFO:teuthology.orchestra.run.smithi112.stdout:alertmanager ?:9093,9094 1/1 24s ago 6m count:1 2024-01-18T08:02:11.408 INFO:teuthology.orchestra.run.smithi112.stdout:crash 2/2 24s ago 7m * 2024-01-18T08:02:11.409 INFO:teuthology.orchestra.run.smithi112.stdout:grafana ?:3000 1/1 24s ago 6m count:1 2024-01-18T08:02:11.409 INFO:teuthology.orchestra.run.smithi112.stdout:mgr 2/2 24s ago 7m count:2 2024-01-18T08:02:11.409 INFO:teuthology.orchestra.run.smithi112.stdout:mon 2/2 24s ago 5m smithi112:172.21.15.112=smithi112;smithi131:172.21.15.131=smithi131;count:2 2024-01-18T08:02:11.409 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter ?:9100 2/2 24s ago 6m * 2024-01-18T08:02:11.409 INFO:teuthology.orchestra.run.smithi112.stdout:osd.all-available-devices 8 24s ago 5m * 2024-01-18T08:02:11.409 INFO:teuthology.orchestra.run.smithi112.stdout:prometheus ?:9095 1/1 24s ago 7m count:1 2024-01-18T08:02:12.019 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- bash -c 'ceph orch host ls' 2024-01-18T08:02:12.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:12 smithi112 bash[16324]: cluster 2024-01-18T08:02:11.210024+0000 mgr.smithi112.xshois (mgr.14182) 220 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:02:12.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:12 smithi112 bash[16324]: audit 2024-01-18T08:02:11.397984+0000 mgr.smithi112.xshois (mgr.14182) 221 : audit [DBG] from='client.14476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:02:12.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:12 smithi131 bash[19154]: cluster 2024-01-18T08:02:11.210024+0000 mgr.smithi112.xshois (mgr.14182) 220 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:02:12.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:12 smithi131 bash[19154]: audit 2024-01-18T08:02:11.397984+0000 mgr.smithi112.xshois (mgr.14182) 221 : audit [DBG] from='client.14476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:02:14.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:14 smithi112 bash[16324]: cluster 2024-01-18T08:02:13.210542+0000 mgr.smithi112.xshois (mgr.14182) 222 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:02:14.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:14 smithi131 bash[19154]: cluster 2024-01-18T08:02:13.210542+0000 mgr.smithi112.xshois (mgr.14182) 222 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:02:15.458 INFO:teuthology.orchestra.run.smithi112.stdout:HOST ADDR LABELS STATUS 2024-01-18T08:02:15.458 INFO:teuthology.orchestra.run.smithi112.stdout:smithi112 172.21.15.112 2024-01-18T08:02:15.458 INFO:teuthology.orchestra.run.smithi112.stdout:smithi131 172.21.15.131 2024-01-18T08:02:15.458 INFO:teuthology.orchestra.run.smithi112.stdout:2 hosts in cluster 2024-01-18T08:02:16.082 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- bash -c 'ceph orch device ls' 2024-01-18T08:02:16.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:16 smithi112 bash[16324]: cluster 2024-01-18T08:02:15.211098+0000 mgr.smithi112.xshois (mgr.14182) 223 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:02:16.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:16 smithi112 bash[16324]: audit 2024-01-18T08:02:15.458713+0000 mgr.smithi112.xshois (mgr.14182) 224 : audit [DBG] from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:02:16.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:16 smithi131 bash[19154]: cluster 2024-01-18T08:02:15.211098+0000 mgr.smithi112.xshois (mgr.14182) 223 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:02:16.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:16 smithi131 bash[19154]: audit 2024-01-18T08:02:15.458713+0000 mgr.smithi112.xshois (mgr.14182) 224 : audit [DBG] from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:02:18.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:18 smithi112 bash[16324]: cluster 2024-01-18T08:02:17.211835+0000 mgr.smithi112.xshois (mgr.14182) 225 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:02:18.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:18 smithi131 bash[19154]: cluster 2024-01-18T08:02:17.211835+0000 mgr.smithi112.xshois (mgr.14182) 225 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:02:19.233 INFO:teuthology.orchestra.run.smithi112.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-01-18T08:02:19.233 INFO:teuthology.orchestra.run.smithi112.stdout:smithi112 /dev/nvme0n1 ssd _PHFT620400NV400BGN 372G 3m ago Has a FileSystem, LVM detected 2024-01-18T08:02:19.234 INFO:teuthology.orchestra.run.smithi112.stdout:smithi112 /dev/nvme1n1 ssd _36ef121f0c6e79b6 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T08:02:19.234 INFO:teuthology.orchestra.run.smithi112.stdout:smithi112 /dev/nvme2n1 ssd _d92e36c439419003 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T08:02:19.234 INFO:teuthology.orchestra.run.smithi112.stdout:smithi112 /dev/nvme3n1 ssd _5b7b0e70b9086ae3 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T08:02:19.234 INFO:teuthology.orchestra.run.smithi112.stdout:smithi112 /dev/nvme4n1 ssd _c3309a5115b6db0b 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T08:02:19.234 INFO:teuthology.orchestra.run.smithi112.stdout:smithi131 /dev/nvme0n1 ssd _CVFT623300N4400BGN 372G 3m ago Has a FileSystem, LVM detected 2024-01-18T08:02:19.234 INFO:teuthology.orchestra.run.smithi112.stdout:smithi131 /dev/nvme1n1 ssd _b9729d0ba197dd6d 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T08:02:19.234 INFO:teuthology.orchestra.run.smithi112.stdout:smithi131 /dev/nvme2n1 ssd _fb2483049fb5ed9b 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T08:02:19.234 INFO:teuthology.orchestra.run.smithi112.stdout:smithi131 /dev/nvme3n1 ssd _374dc2ee88f2d242 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T08:02:19.234 INFO:teuthology.orchestra.run.smithi112.stdout:smithi131 /dev/nvme4n1 ssd _fb67aed4ce02a21e 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T08:02:19.898 INFO:teuthology.run_tasks:Running task vip... 2024-01-18T08:02:19.908 INFO:tasks.vip:Allocating static IPs for each host... 2024-01-18T08:02:19.909 INFO:tasks.vip:peername 172.21.15.112 2024-01-18T08:02:19.912 INFO:tasks.vip:172.21.15.112 in 172.21.0.0/20, pos 3951 2024-01-18T08:02:19.916 INFO:tasks.vip:smithi112.front.sepia.ceph.com static 10.0.15.112, vnet 10.0.0.0/16 2024-01-18T08:02:19.916 INFO:tasks.vip:VIPs are {map(str, vips)} 2024-01-18T08:02:19.917 DEBUG:teuthology.orchestra.run.smithi112:> sudo ip route ls 2024-01-18T08:02:19.927 INFO:teuthology.orchestra.run.smithi112.stdout:default via 172.21.15.254 dev enp3s0f1 2024-01-18T08:02:19.927 INFO:teuthology.orchestra.run.smithi112.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.112 metric 100 2024-01-18T08:02:19.927 INFO:teuthology.orchestra.run.smithi112.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-01-18T08:02:19.927 INFO:teuthology.orchestra.run.smithi112.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.112 2024-01-18T08:02:19.927 INFO:teuthology.orchestra.run.smithi112.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.112 metric 100 2024-01-18T08:02:19.928 INFO:tasks.vip:Configuring 10.0.15.112 on smithi112.front.sepia.ceph.com iface enp3s0f1... 2024-01-18T08:02:19.928 DEBUG:teuthology.orchestra.run.smithi112:> sudo ip addr add 10.0.15.112/16 dev enp3s0f1 2024-01-18T08:02:19.984 INFO:tasks.vip:peername 172.21.15.131 2024-01-18T08:02:19.987 INFO:tasks.vip:172.21.15.131 in 172.21.0.0/20, pos 3970 2024-01-18T08:02:19.991 INFO:tasks.vip:smithi131.front.sepia.ceph.com static 10.0.15.131, vnet 10.0.0.0/16 2024-01-18T08:02:19.991 DEBUG:teuthology.orchestra.run.smithi131:> sudo ip route ls 2024-01-18T08:02:20.006 INFO:teuthology.orchestra.run.smithi131.stdout:default via 172.21.15.254 dev enp3s0f1 2024-01-18T08:02:20.006 INFO:teuthology.orchestra.run.smithi131.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.131 metric 100 2024-01-18T08:02:20.006 INFO:teuthology.orchestra.run.smithi131.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-01-18T08:02:20.006 INFO:teuthology.orchestra.run.smithi131.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.131 2024-01-18T08:02:20.006 INFO:teuthology.orchestra.run.smithi131.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.131 metric 100 2024-01-18T08:02:20.007 INFO:tasks.vip:Configuring 10.0.15.131 on smithi131.front.sepia.ceph.com iface enp3s0f1... 2024-01-18T08:02:20.007 DEBUG:teuthology.orchestra.run.smithi131:> sudo ip addr add 10.0.15.131/16 dev enp3s0f1 2024-01-18T08:02:20.065 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-18T08:02:20.073 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi112.front.sepia.ceph.com 2024-01-18T08:02:20.073 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2024-01-18T08:02:20.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:20 smithi131 bash[19154]: cluster 2024-01-18T08:02:19.212423+0000 mgr.smithi112.xshois (mgr.14182) 226 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:02:20.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:20 smithi131 bash[19154]: audit 2024-01-18T08:02:19.225172+0000 mgr.smithi112.xshois (mgr.14182) 227 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:02:20.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:20 smithi112 bash[16324]: cluster 2024-01-18T08:02:19.212423+0000 mgr.smithi112.xshois (mgr.14182) 226 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:02:20.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:20 smithi112 bash[16324]: audit 2024-01-18T08:02:19.225172+0000 mgr.smithi112.xshois (mgr.14182) 227 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:02:22.538 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:22 smithi112 bash[16324]: cluster 2024-01-18T08:02:21.212933+0000 mgr.smithi112.xshois (mgr.14182) 228 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:02:22.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:22 smithi131 bash[19154]: cluster 2024-01-18T08:02:21.212933+0000 mgr.smithi112.xshois (mgr.14182) 228 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:02:23.446 INFO:teuthology.orchestra.run.smithi112.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-01-18T08:02:23.446 INFO:teuthology.orchestra.run.smithi112.stdout:smithi112 /dev/nvme0n1 ssd _PHFT620400NV400BGN 372G 3m ago Has a FileSystem, LVM detected 2024-01-18T08:02:23.446 INFO:teuthology.orchestra.run.smithi112.stdout:smithi112 /dev/nvme1n1 ssd _36ef121f0c6e79b6 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T08:02:23.446 INFO:teuthology.orchestra.run.smithi112.stdout:smithi112 /dev/nvme2n1 ssd _d92e36c439419003 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T08:02:23.446 INFO:teuthology.orchestra.run.smithi112.stdout:smithi112 /dev/nvme3n1 ssd _5b7b0e70b9086ae3 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T08:02:23.446 INFO:teuthology.orchestra.run.smithi112.stdout:smithi112 /dev/nvme4n1 ssd _c3309a5115b6db0b 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T08:02:23.447 INFO:teuthology.orchestra.run.smithi112.stdout:smithi131 /dev/nvme0n1 ssd _CVFT623300N4400BGN 372G 3m ago Has a FileSystem, LVM detected 2024-01-18T08:02:23.447 INFO:teuthology.orchestra.run.smithi112.stdout:smithi131 /dev/nvme1n1 ssd _b9729d0ba197dd6d 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T08:02:23.447 INFO:teuthology.orchestra.run.smithi112.stdout:smithi131 /dev/nvme2n1 ssd _fb2483049fb5ed9b 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T08:02:23.447 INFO:teuthology.orchestra.run.smithi112.stdout:smithi131 /dev/nvme3n1 ssd _374dc2ee88f2d242 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T08:02:23.447 INFO:teuthology.orchestra.run.smithi112.stdout:smithi131 /dev/nvme4n1 ssd _fb67aed4ce02a21e 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T08:02:24.066 INFO:teuthology.run_tasks:Running task vip.exec... 2024-01-18T08:02:24.075 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi112.front.sepia.ceph.com 2024-01-18T08:02:24.075 DEBUG:teuthology.orchestra.run.smithi112:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-01-18T08:02:24.088 INFO:teuthology.orchestra.run.smithi112.stderr:+ systemctl stop nfs-server 2024-01-18T08:02:24.111 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi131.front.sepia.ceph.com 2024-01-18T08:02:24.111 DEBUG:teuthology.orchestra.run.smithi131:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-01-18T08:02:24.126 INFO:teuthology.orchestra.run.smithi131.stderr:+ systemctl stop nfs-server 2024-01-18T08:02:24.145 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-18T08:02:24.155 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi112.front.sepia.ceph.com 2024-01-18T08:02:24.155 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- bash -c 'ceph orch apply rgw foorgw --port 8800' 2024-01-18T08:02:24.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:24 smithi131 bash[19154]: cluster 2024-01-18T08:02:23.213618+0000 mgr.smithi112.xshois (mgr.14182) 229 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:02:24.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:24 smithi131 bash[19154]: audit 2024-01-18T08:02:23.441285+0000 mgr.smithi112.xshois (mgr.14182) 230 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:02:24.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:24 smithi131 bash[19154]: audit 2024-01-18T08:02:23.447740+0000 mon.smithi112 (mon.0) 597 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:02:24.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:24 smithi112 bash[16324]: cluster 2024-01-18T08:02:23.213618+0000 mgr.smithi112.xshois (mgr.14182) 229 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:02:24.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:24 smithi112 bash[16324]: audit 2024-01-18T08:02:23.441285+0000 mgr.smithi112.xshois (mgr.14182) 230 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:02:24.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:24 smithi112 bash[16324]: audit 2024-01-18T08:02:23.447740+0000 mon.smithi112 (mon.0) 597 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:02:26.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:26 smithi112 bash[16324]: cluster 2024-01-18T08:02:25.214165+0000 mgr.smithi112.xshois (mgr.14182) 231 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:02:26.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:26 smithi131 bash[19154]: cluster 2024-01-18T08:02:25.214165+0000 mgr.smithi112.xshois (mgr.14182) 231 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:02:27.435 INFO:teuthology.orchestra.run.smithi112.stdout:Scheduled rgw.foorgw update... 2024-01-18T08:02:28.034 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.112/16' 2024-01-18T08:02:28.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:28 smithi112 bash[16324]: cluster 2024-01-18T08:02:27.214736+0000 mgr.smithi112.xshois (mgr.14182) 232 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:02:28.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:28 smithi112 bash[16324]: audit 2024-01-18T08:02:27.426216+0000 mgr.smithi112.xshois (mgr.14182) 233 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:02:28.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:28 smithi112 bash[16324]: cephadm 2024-01-18T08:02:27.429282+0000 mgr.smithi112.xshois (mgr.14182) 234 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-01-18T08:02:28.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:28 smithi112 bash[16324]: audit 2024-01-18T08:02:27.435933+0000 mon.smithi112 (mon.0) 598 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:02:28.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:28 smithi131 bash[19154]: cluster 2024-01-18T08:02:27.214736+0000 mgr.smithi112.xshois (mgr.14182) 232 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:02:28.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:28 smithi131 bash[19154]: audit 2024-01-18T08:02:27.426216+0000 mgr.smithi112.xshois (mgr.14182) 233 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:02:28.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:28 smithi131 bash[19154]: cephadm 2024-01-18T08:02:27.429282+0000 mgr.smithi112.xshois (mgr.14182) 234 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-01-18T08:02:28.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:28 smithi131 bash[19154]: audit 2024-01-18T08:02:27.435933+0000 mon.smithi112 (mon.0) 598 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:02:30.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:30 smithi131 bash[19154]: cluster 2024-01-18T08:02:29.215105+0000 mgr.smithi112.xshois (mgr.14182) 235 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:02:30.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:30 smithi131 bash[19154]: audit 2024-01-18T08:02:29.358813+0000 mon.smithi112 (mon.0) 599 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:02:30.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:30 smithi131 bash[19154]: audit 2024-01-18T08:02:29.854240+0000 mon.smithi112 (mon.0) 600 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:02:30.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:30 smithi112 bash[16324]: cluster 2024-01-18T08:02:29.215105+0000 mgr.smithi112.xshois (mgr.14182) 235 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:02:30.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:30 smithi112 bash[16324]: audit 2024-01-18T08:02:29.358813+0000 mon.smithi112 (mon.0) 599 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:02:30.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:30 smithi112 bash[16324]: audit 2024-01-18T08:02:29.854240+0000 mon.smithi112 (mon.0) 600 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:02:32.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:32 smithi131 bash[19154]: cluster 2024-01-18T08:02:31.215617+0000 mgr.smithi112.xshois (mgr.14182) 236 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:02:32.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:32 smithi131 bash[19154]: audit 2024-01-18T08:02:31.660122+0000 mgr.smithi112.xshois (mgr.14182) 237 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.112/16", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:02:32.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:32 smithi131 bash[19154]: audit 2024-01-18T08:02:31.661533+0000 mon.smithi112 (mon.0) 601 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-01-18T08:02:32.688 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:32 smithi112 bash[16324]: cluster 2024-01-18T08:02:31.215617+0000 mgr.smithi112.xshois (mgr.14182) 236 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:02:32.688 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:32 smithi112 bash[16324]: audit 2024-01-18T08:02:31.660122+0000 mgr.smithi112.xshois (mgr.14182) 237 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.112/16", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:02:32.688 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:32 smithi112 bash[16324]: audit 2024-01-18T08:02:31.661533+0000 mon.smithi112 (mon.0) 601 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-01-18T08:02:33.454 INFO:teuthology.orchestra.run.smithi112.stdout:NFS Cluster Created Successfully 2024-01-18T08:02:33.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:33 smithi131 bash[19154]: audit 2024-01-18T08:02:32.375369+0000 mon.smithi112 (mon.0) 602 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-01-18T08:02:33.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:33 smithi131 bash[19154]: cluster 2024-01-18T08:02:32.375493+0000 mon.smithi112 (mon.0) 603 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-01-18T08:02:33.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:33 smithi131 bash[19154]: audit 2024-01-18T08:02:32.378586+0000 mon.smithi112 (mon.0) 604 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-01-18T08:02:33.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:33 smithi112 bash[16324]: audit 2024-01-18T08:02:32.375369+0000 mon.smithi112 (mon.0) 602 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-01-18T08:02:33.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:33 smithi112 bash[16324]: cluster 2024-01-18T08:02:32.375493+0000 mon.smithi112 (mon.0) 603 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-01-18T08:02:33.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:33 smithi112 bash[16324]: audit 2024-01-18T08:02:32.378586+0000 mon.smithi112 (mon.0) 604 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-01-18T08:02:34.193 INFO:teuthology.run_tasks:Running task vip.exec... 2024-01-18T08:02:34.205 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi112.front.sepia.ceph.com 2024-01-18T08:02:34.205 DEBUG:teuthology.orchestra.run.smithi112:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'dnf install -y python3-boto3 || apt install -y python3-boto3' 2024-01-18T08:02:34.216 INFO:teuthology.orchestra.run.smithi112.stderr:+ dnf install -y python3-boto3 2024-01-18T08:02:34.216 INFO:teuthology.orchestra.run.smithi112.stderr:bash: dnf: command not found 2024-01-18T08:02:34.217 INFO:teuthology.orchestra.run.smithi112.stderr:+ apt install -y python3-boto3 2024-01-18T08:02:34.221 INFO:teuthology.orchestra.run.smithi112.stderr: 2024-01-18T08:02:34.221 INFO:teuthology.orchestra.run.smithi112.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2024-01-18T08:02:34.221 INFO:teuthology.orchestra.run.smithi112.stderr: 2024-01-18T08:02:34.290 INFO:teuthology.orchestra.run.smithi112.stdout:Reading package lists... 2024-01-18T08:02:34.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:34 smithi112 bash[16324]: cluster 2024-01-18T08:02:33.216192+0000 mgr.smithi112.xshois (mgr.14182) 238 : cluster [DBG] pgmap v214: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:02:34.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:34 smithi112 bash[16324]: audit 2024-01-18T08:02:33.386830+0000 mon.smithi112 (mon.0) 605 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-01-18T08:02:34.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:34 smithi112 bash[16324]: cluster 2024-01-18T08:02:33.387423+0000 mon.smithi112 (mon.0) 606 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-01-18T08:02:34.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:34 smithi112 bash[16324]: cephadm 2024-01-18T08:02:33.442536+0000 mgr.smithi112.xshois (mgr.14182) 239 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-01-18T08:02:34.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:34 smithi112 bash[16324]: audit 2024-01-18T08:02:33.447940+0000 mon.smithi112 (mon.0) 607 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:02:34.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:34 smithi112 bash[16324]: cephadm 2024-01-18T08:02:33.450066+0000 mgr.smithi112.xshois (mgr.14182) 240 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-01-18T08:02:34.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:34 smithi112 bash[16324]: audit 2024-01-18T08:02:33.454244+0000 mon.smithi112 (mon.0) 608 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:02:34.591 INFO:teuthology.orchestra.run.smithi112.stdout:Building dependency tree... 2024-01-18T08:02:34.592 INFO:teuthology.orchestra.run.smithi112.stdout:Reading state information... 2024-01-18T08:02:34.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:34 smithi131 bash[19154]: cluster 2024-01-18T08:02:33.216192+0000 mgr.smithi112.xshois (mgr.14182) 238 : cluster [DBG] pgmap v214: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:02:34.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:34 smithi131 bash[19154]: audit 2024-01-18T08:02:33.386830+0000 mon.smithi112 (mon.0) 605 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-01-18T08:02:34.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:34 smithi131 bash[19154]: cluster 2024-01-18T08:02:33.387423+0000 mon.smithi112 (mon.0) 606 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-01-18T08:02:34.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:34 smithi131 bash[19154]: cephadm 2024-01-18T08:02:33.442536+0000 mgr.smithi112.xshois (mgr.14182) 239 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-01-18T08:02:34.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:34 smithi131 bash[19154]: audit 2024-01-18T08:02:33.447940+0000 mon.smithi112 (mon.0) 607 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:02:34.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:34 smithi131 bash[19154]: cephadm 2024-01-18T08:02:33.450066+0000 mgr.smithi112.xshois (mgr.14182) 240 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-01-18T08:02:34.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:34 smithi131 bash[19154]: audit 2024-01-18T08:02:33.454244+0000 mon.smithi112 (mon.0) 608 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:02:34.811 INFO:teuthology.orchestra.run.smithi112.stdout:The following packages were automatically installed and are no longer required: 2024-01-18T08:02:34.811 INFO:teuthology.orchestra.run.smithi112.stdout: linux-headers-4.15.0-194 linux-headers-4.15.0-194-generic 2024-01-18T08:02:34.811 INFO:teuthology.orchestra.run.smithi112.stdout: linux-image-4.15.0-194-generic linux-modules-4.15.0-194-generic 2024-01-18T08:02:34.812 INFO:teuthology.orchestra.run.smithi112.stdout: linux-modules-extra-4.15.0-194-generic 2024-01-18T08:02:34.812 INFO:teuthology.orchestra.run.smithi112.stdout:Use 'sudo apt autoremove' to remove them. 2024-01-18T08:02:34.812 INFO:teuthology.orchestra.run.smithi112.stdout:The following additional packages will be installed: 2024-01-18T08:02:34.813 INFO:teuthology.orchestra.run.smithi112.stdout: docutils-common libpaper-utils libpaper1 python3-botocore python3-dateutil 2024-01-18T08:02:34.813 INFO:teuthology.orchestra.run.smithi112.stdout: python3-docutils python3-jmespath python3-olefile python3-pil 2024-01-18T08:02:34.814 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pygments python3-roman python3-s3transfer sgml-base xml-core 2024-01-18T08:02:34.816 INFO:teuthology.orchestra.run.smithi112.stdout:Suggested packages: 2024-01-18T08:02:34.816 INFO:teuthology.orchestra.run.smithi112.stdout: docutils-doc fonts-linuxlibertine | ttf-linux-libertine texlive-lang-french 2024-01-18T08:02:34.816 INFO:teuthology.orchestra.run.smithi112.stdout: texlive-latex-base texlive-latex-recommended python-pil-doc python3-pil-dbg 2024-01-18T08:02:34.816 INFO:teuthology.orchestra.run.smithi112.stdout: sgml-base-doc debhelper 2024-01-18T08:02:34.857 INFO:teuthology.orchestra.run.smithi112.stdout:The following NEW packages will be installed: 2024-01-18T08:02:34.858 INFO:teuthology.orchestra.run.smithi112.stdout: docutils-common libpaper-utils libpaper1 python3-boto3 python3-botocore 2024-01-18T08:02:34.859 INFO:teuthology.orchestra.run.smithi112.stdout: python3-dateutil python3-docutils python3-jmespath python3-olefile 2024-01-18T08:02:34.859 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pil python3-pygments python3-roman python3-s3transfer sgml-base 2024-01-18T08:02:34.859 INFO:teuthology.orchestra.run.smithi112.stdout: xml-core 2024-01-18T08:02:34.926 INFO:teuthology.orchestra.run.smithi112.stdout:0 upgraded, 15 newly installed, 0 to remove and 145 not upgraded. 2024-01-18T08:02:34.926 INFO:teuthology.orchestra.run.smithi112.stdout:Need to get 4,955 kB of archives. 2024-01-18T08:02:34.926 INFO:teuthology.orchestra.run.smithi112.stdout:After this operation, 55.1 MB of additional disk space will be used. 2024-01-18T08:02:34.927 INFO:teuthology.orchestra.run.smithi112.stdout:Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 sgml-base all 1.29 [12.3 kB] 2024-01-18T08:02:34.947 INFO:teuthology.orchestra.run.smithi112.stdout:Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 xml-core all 0.18 [21.3 kB] 2024-01-18T08:02:34.958 INFO:teuthology.orchestra.run.smithi112.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 docutils-common all 0.14+dfsg-3 [156 kB] 2024-01-18T08:02:35.014 INFO:teuthology.orchestra.run.smithi112.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpaper1 amd64 1.1.24+nmu5ubuntu1 [13.6 kB] 2024-01-18T08:02:35.017 INFO:teuthology.orchestra.run.smithi112.stdout:Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpaper-utils amd64 1.1.24+nmu5ubuntu1 [8,170 B] 2024-01-18T08:02:35.018 INFO:teuthology.orchestra.run.smithi112.stdout:Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-dateutil all 2.6.1-1 [52.3 kB] 2024-01-18T08:02:35.025 INFO:teuthology.orchestra.run.smithi112.stdout:Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-roman all 2.0.0-3 [8,624 B] 2024-01-18T08:02:35.026 INFO:teuthology.orchestra.run.smithi112.stdout:Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-docutils all 0.14+dfsg-3 [363 kB] 2024-01-18T08:02:35.053 INFO:teuthology.orchestra.run.smithi112.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-18T08:02:35.053 INFO:teuthology.orchestra.run.smithi112.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-18T08:02:35.115 INFO:teuthology.orchestra.run.smithi112.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-18T08:02:35.115 INFO:teuthology.orchestra.run.smithi112.stdout:Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python3-boto3 all 1.4.2-1 [61.8 kB] 2024-01-18T08:02:35.116 INFO:teuthology.orchestra.run.smithi112.stdout:Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-olefile all 0.45.1-1 [33.3 kB] 2024-01-18T08:02:35.116 INFO:teuthology.orchestra.run.smithi112.stdout:Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-pil amd64 5.1.0-1ubuntu0.8 [331 kB] 2024-01-18T08:02:35.121 INFO:teuthology.orchestra.run.smithi112.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-18T08:02:35.391 INFO:teuthology.orchestra.run.smithi112.stderr:debconf: unable to initialize frontend: Dialog 2024-01-18T08:02:35.391 INFO:teuthology.orchestra.run.smithi112.stderr:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2024-01-18T08:02:35.391 INFO:teuthology.orchestra.run.smithi112.stderr:debconf: falling back to frontend: Readline 2024-01-18T08:02:35.412 INFO:teuthology.orchestra.run.smithi112.stderr:debconf: unable to initialize frontend: Readline 2024-01-18T08:02:35.412 INFO:teuthology.orchestra.run.smithi112.stderr:debconf: (This frontend requires a controlling tty.) 2024-01-18T08:02:35.412 INFO:teuthology.orchestra.run.smithi112.stderr:debconf: falling back to frontend: Teletype 2024-01-18T08:02:35.415 INFO:teuthology.orchestra.run.smithi112.stderr:dpkg-preconfigure: unable to re-open stdin: 2024-01-18T08:02:35.471 INFO:teuthology.orchestra.run.smithi112.stdout:Fetched 4,955 kB in 0s (19.9 MB/s) 2024-01-18T08:02:35.562 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:35 smithi131 bash[19154]: cluster 2024-01-18T08:02:34.387404+0000 mon.smithi112 (mon.0) 609 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-01-18T08:02:35.692 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package sgml-base. 2024-01-18T08:02:35.751 INFO:teuthology.orchestra.run.smithi112.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-18T08:02:35.756 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../00-sgml-base_1.29_all.deb ... 2024-01-18T08:02:35.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:35 smithi112 bash[16324]: cluster 2024-01-18T08:02:34.387404+0000 mon.smithi112 (mon.0) 609 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-01-18T08:02:36.174 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking sgml-base (1.29) ... 2024-01-18T08:02:36.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:36 smithi131 bash[19154]: cluster 2024-01-18T08:02:35.216761+0000 mgr.smithi112.xshois (mgr.14182) 241 : cluster [DBG] pgmap v217: 33 pgs: 19 unknown, 14 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:02:36.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:36 smithi131 bash[19154]: cluster 2024-01-18T08:02:35.407709+0000 mon.smithi112 (mon.0) 610 : cluster [DBG] mgrmap e19: smithi112.xshois(active, since 6m), standbys: smithi131.ysjjlj 2024-01-18T08:02:36.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:36 smithi112 bash[16324]: cluster 2024-01-18T08:02:35.216761+0000 mgr.smithi112.xshois (mgr.14182) 241 : cluster [DBG] pgmap v217: 33 pgs: 19 unknown, 14 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:02:36.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:36 smithi112 bash[16324]: cluster 2024-01-18T08:02:35.407709+0000 mon.smithi112 (mon.0) 610 : cluster [DBG] mgrmap e19: smithi112.xshois(active, since 6m), standbys: smithi131.ysjjlj 2024-01-18T08:02:37.368 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package xml-core. 2024-01-18T08:02:37.385 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../01-xml-core_0.18_all.deb ... 2024-01-18T08:02:37.463 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking xml-core (0.18) ... 2024-01-18T08:02:38.536 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package docutils-common. 2024-01-18T08:02:38.555 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../02-docutils-common_0.14+dfsg-3_all.deb ... 2024-01-18T08:02:38.611 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking docutils-common (0.14+dfsg-3) ... 2024-01-18T08:02:38.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:38 smithi131 bash[19154]: cluster 2024-01-18T08:02:37.217761+0000 mgr.smithi112.xshois (mgr.14182) 242 : cluster [DBG] pgmap v218: 33 pgs: 4 unknown, 29 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:02:38.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:38 smithi112 bash[16324]: cluster 2024-01-18T08:02:37.217761+0000 mgr.smithi112.xshois (mgr.14182) 242 : cluster [DBG] pgmap v218: 33 pgs: 4 unknown, 29 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:02:39.753 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package libpaper1:amd64. 2024-01-18T08:02:39.767 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../03-libpaper1_1.1.24+nmu5ubuntu1_amd64.deb ... 2024-01-18T08:02:39.894 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking libpaper1:amd64 (1.1.24+nmu5ubuntu1) ... 2024-01-18T08:02:40.206 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package libpaper-utils. 2024-01-18T08:02:40.220 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../04-libpaper-utils_1.1.24+nmu5ubuntu1_amd64.deb ... 2024-01-18T08:02:40.265 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking libpaper-utils (1.1.24+nmu5ubuntu1) ... 2024-01-18T08:02:40.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:40 smithi131 bash[19154]: audit 2024-01-18T08:02:39.151792+0000 mon.smithi112 (mon.0) 611 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:02:40.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:40 smithi131 bash[19154]: cluster 2024-01-18T08:02:39.218525+0000 mgr.smithi112.xshois (mgr.14182) 243 : cluster [DBG] pgmap v219: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:02:40.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:40 smithi112 bash[16324]: audit 2024-01-18T08:02:39.151792+0000 mon.smithi112 (mon.0) 611 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:02:40.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:40 smithi112 bash[16324]: cluster 2024-01-18T08:02:39.218525+0000 mgr.smithi112.xshois (mgr.14182) 243 : cluster [DBG] pgmap v219: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:02:40.568 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-dateutil. 2024-01-18T08:02:40.582 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../05-python3-dateutil_2.6.1-1_all.deb ... 2024-01-18T08:02:40.626 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-dateutil (2.6.1-1) ... 2024-01-18T08:02:40.954 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-roman. 2024-01-18T08:02:40.972 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../06-python3-roman_2.0.0-3_all.deb ... 2024-01-18T08:02:41.038 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-roman (2.0.0-3) ... 2024-01-18T08:02:41.944 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-docutils. 2024-01-18T08:02:41.959 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../07-python3-docutils_0.14+dfsg-3_all.deb ... 2024-01-18T08:02:42.004 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-docutils (0.14+dfsg-3) ... 2024-01-18T08:02:42.382 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-jmespath. 2024-01-18T08:02:42.397 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../08-python3-jmespath_0.9.3-1ubuntu1.1_all.deb ... 2024-01-18T08:02:42.432 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-jmespath (0.9.3-1ubuntu1.1) ... 2024-01-18T08:02:42.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:42 smithi112 bash[16324]: cluster 2024-01-18T08:02:41.219220+0000 mgr.smithi112.xshois (mgr.14182) 244 : cluster [DBG] pgmap v220: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:02:42.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:42 smithi112 bash[16324]: audit 2024-01-18T08:02:42.061561+0000 mon.smithi112 (mon.0) 612 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:02:42.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:42 smithi112 bash[16324]: audit 2024-01-18T08:02:42.063567+0000 mon.smithi112 (mon.0) 613 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:02:42.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:42 smithi112 bash[16324]: audit 2024-01-18T08:02:42.064517+0000 mon.smithi112 (mon.0) 614 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:02:42.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:42 smithi112 bash[16324]: audit 2024-01-18T08:02:42.071288+0000 mon.smithi112 (mon.0) 615 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:02:42.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:42 smithi112 bash[16324]: audit 2024-01-18T08:02:42.076628+0000 mon.smithi112 (mon.0) 616 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:02:42.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:42 smithi112 bash[16324]: audit 2024-01-18T08:02:42.090932+0000 mon.smithi112 (mon.0) 617 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:02:42.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:42 smithi112 bash[16324]: audit 2024-01-18T08:02:42.091935+0000 mon.smithi112 (mon.0) 618 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi131.qypmwh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-18T08:02:42.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:42 smithi112 bash[16324]: audit 2024-01-18T08:02:42.096710+0000 mon.smithi112 (mon.0) 619 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi131.qypmwh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-18T08:02:42.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:42 smithi112 bash[16324]: audit 2024-01-18T08:02:42.103221+0000 mon.smithi112 (mon.0) 620 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:02:42.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:42 smithi112 bash[16324]: audit 2024-01-18T08:02:42.104479+0000 mon.smithi112 (mon.0) 621 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:02:42.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:42 smithi131 bash[19154]: cluster 2024-01-18T08:02:41.219220+0000 mgr.smithi112.xshois (mgr.14182) 244 : cluster [DBG] pgmap v220: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:02:42.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:42 smithi131 bash[19154]: audit 2024-01-18T08:02:42.061561+0000 mon.smithi112 (mon.0) 612 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:02:42.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:42 smithi131 bash[19154]: audit 2024-01-18T08:02:42.063567+0000 mon.smithi112 (mon.0) 613 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:02:42.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:42 smithi131 bash[19154]: audit 2024-01-18T08:02:42.064517+0000 mon.smithi112 (mon.0) 614 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:02:42.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:42 smithi131 bash[19154]: audit 2024-01-18T08:02:42.071288+0000 mon.smithi112 (mon.0) 615 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:02:42.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:42 smithi131 bash[19154]: audit 2024-01-18T08:02:42.076628+0000 mon.smithi112 (mon.0) 616 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:02:42.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:42 smithi131 bash[19154]: audit 2024-01-18T08:02:42.090932+0000 mon.smithi112 (mon.0) 617 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:02:42.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:42 smithi131 bash[19154]: audit 2024-01-18T08:02:42.091935+0000 mon.smithi112 (mon.0) 618 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi131.qypmwh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-18T08:02:42.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:42 smithi131 bash[19154]: audit 2024-01-18T08:02:42.096710+0000 mon.smithi112 (mon.0) 619 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi131.qypmwh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-18T08:02:42.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:42 smithi131 bash[19154]: audit 2024-01-18T08:02:42.103221+0000 mon.smithi112 (mon.0) 620 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:02:42.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:42 smithi131 bash[19154]: audit 2024-01-18T08:02:42.104479+0000 mon.smithi112 (mon.0) 621 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:02:42.743 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-botocore. 2024-01-18T08:02:42.760 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../09-python3-botocore_1.16.19+repack-1ubuntu0.18.04.1_all.deb ... 2024-01-18T08:02:42.801 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-botocore (1.16.19+repack-1ubuntu0.18.04.1) ... 2024-01-18T08:02:43.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:43 smithi131 bash[19154]: cephadm 2024-01-18T08:02:42.085304+0000 mgr.smithi112.xshois (mgr.14182) 245 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-01-18T08:02:43.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:43 smithi131 bash[19154]: cephadm 2024-01-18T08:02:42.105649+0000 mgr.smithi112.xshois (mgr.14182) 246 : cephadm [INF] Deploying daemon rgw.foorgw.smithi131.qypmwh on smithi131 2024-01-18T08:02:43.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:43 smithi112 bash[16324]: cephadm 2024-01-18T08:02:42.085304+0000 mgr.smithi112.xshois (mgr.14182) 245 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-01-18T08:02:43.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:43 smithi112 bash[16324]: cephadm 2024-01-18T08:02:42.105649+0000 mgr.smithi112.xshois (mgr.14182) 246 : cephadm [INF] Deploying daemon rgw.foorgw.smithi131.qypmwh on smithi131 2024-01-18T08:02:43.851 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-s3transfer. 2024-01-18T08:02:43.867 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../10-python3-s3transfer_0.3.3-1ubuntu0.18.04.1_all.deb ... 2024-01-18T08:02:43.909 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-s3transfer (0.3.3-1ubuntu0.18.04.1) ... 2024-01-18T08:02:44.187 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-boto3. 2024-01-18T08:02:44.203 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../11-python3-boto3_1.4.2-1_all.deb ... 2024-01-18T08:02:44.245 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-boto3 (1.4.2-1) ... 2024-01-18T08:02:44.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:44 smithi131 bash[19154]: cluster 2024-01-18T08:02:43.219938+0000 mgr.smithi112.xshois (mgr.14182) 247 : cluster [DBG] pgmap v221: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:02:44.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:44 smithi131 bash[19154]: audit 2024-01-18T08:02:44.214203+0000 mon.smithi112 (mon.0) 622 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:02:44.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:44 smithi131 bash[19154]: audit 2024-01-18T08:02:44.216071+0000 mon.smithi112 (mon.0) 623 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi112.pvkacp", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-18T08:02:44.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:44 smithi131 bash[19154]: audit 2024-01-18T08:02:44.220605+0000 mon.smithi112 (mon.0) 624 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi112.pvkacp", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-18T08:02:44.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:44 smithi131 bash[19154]: audit 2024-01-18T08:02:44.228553+0000 mon.smithi112 (mon.0) 625 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:02:44.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:44 smithi131 bash[19154]: audit 2024-01-18T08:02:44.229757+0000 mon.smithi112 (mon.0) 626 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:02:44.777 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-olefile. 2024-01-18T08:02:44.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:44 smithi112 bash[16324]: cluster 2024-01-18T08:02:43.219938+0000 mgr.smithi112.xshois (mgr.14182) 247 : cluster [DBG] pgmap v221: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:02:44.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:44 smithi112 bash[16324]: audit 2024-01-18T08:02:44.214203+0000 mon.smithi112 (mon.0) 622 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:02:44.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:44 smithi112 bash[16324]: audit 2024-01-18T08:02:44.216071+0000 mon.smithi112 (mon.0) 623 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi112.pvkacp", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-18T08:02:44.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:44 smithi112 bash[16324]: audit 2024-01-18T08:02:44.220605+0000 mon.smithi112 (mon.0) 624 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi112.pvkacp", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-18T08:02:44.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:44 smithi112 bash[16324]: audit 2024-01-18T08:02:44.228553+0000 mon.smithi112 (mon.0) 625 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:02:44.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:44 smithi112 bash[16324]: audit 2024-01-18T08:02:44.229757+0000 mon.smithi112 (mon.0) 626 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:02:44.794 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../12-python3-olefile_0.45.1-1_all.deb ... 2024-01-18T08:02:45.061 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-olefile (0.45.1-1) ... 2024-01-18T08:02:45.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:45 smithi131 bash[19154]: cephadm 2024-01-18T08:02:44.230974+0000 mgr.smithi112.xshois (mgr.14182) 248 : cephadm [INF] Deploying daemon rgw.foorgw.smithi112.pvkacp on smithi112 2024-01-18T08:02:45.741 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-pil:amd64. 2024-01-18T08:02:45.757 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../13-python3-pil_5.1.0-1ubuntu0.8_amd64.deb ... 2024-01-18T08:02:45.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:45 smithi112 bash[16324]: cephadm 2024-01-18T08:02:44.230974+0000 mgr.smithi112.xshois (mgr.14182) 248 : cephadm [INF] Deploying daemon rgw.foorgw.smithi112.pvkacp on smithi112 2024-01-18T08:02:45.824 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-pil:amd64 (5.1.0-1ubuntu0.8) ... 2024-01-18T08:02:46.246 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-pygments. 2024-01-18T08:02:46.262 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../14-python3-pygments_2.2.0+dfsg-1ubuntu0.2_all.deb ... 2024-01-18T08:02:46.329 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-pygments (2.2.0+dfsg-1ubuntu0.2) ... 2024-01-18T08:02:46.531 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:46 smithi112 bash[16324]: cluster 2024-01-18T08:02:45.220728+0000 mgr.smithi112.xshois (mgr.14182) 249 : cluster [DBG] pgmap v222: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:02:46.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:46 smithi131 bash[19154]: cluster 2024-01-18T08:02:45.220728+0000 mgr.smithi112.xshois (mgr.14182) 249 : cluster [DBG] pgmap v222: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:02:47.180 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up libpaper1:amd64 (1.1.24+nmu5ubuntu1) ... 2024-01-18T08:02:47.376 INFO:teuthology.orchestra.run.smithi112.stdout:debconf: unable to initialize frontend: Dialog 2024-01-18T08:02:47.386 INFO:teuthology.orchestra.run.smithi112.stdout:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2024-01-18T08:02:47.386 INFO:teuthology.orchestra.run.smithi112.stdout:debconf: falling back to frontend: Readline 2024-01-18T08:02:47.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:47 smithi112 bash[16324]: cluster 2024-01-18T08:02:46.312980+0000 mon.smithi112 (mon.0) 627 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-01-18T08:02:47.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:47 smithi112 bash[16324]: audit 2024-01-18T08:02:46.316103+0000 mon.smithi131 (mon.1) 19 : audit [INF] from='client.? 172.21.15.131:0/642996122' entity='client.rgw.foorgw.smithi131.qypmwh' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-18T08:02:47.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:47 smithi112 bash[16324]: audit 2024-01-18T08:02:46.318601+0000 mon.smithi112 (mon.0) 628 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi131.qypmwh' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-18T08:02:47.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:47 smithi112 bash[16324]: audit 2024-01-18T08:02:47.299146+0000 mon.smithi112 (mon.0) 629 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:02:47.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:47 smithi112 bash[16324]: audit 2024-01-18T08:02:47.305386+0000 mon.smithi112 (mon.0) 630 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:02:47.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:47 smithi131 bash[19154]: cluster 2024-01-18T08:02:46.312980+0000 mon.smithi112 (mon.0) 627 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-01-18T08:02:47.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:47 smithi131 bash[19154]: audit 2024-01-18T08:02:46.316103+0000 mon.smithi131 (mon.1) 19 : audit [INF] from='client.? 172.21.15.131:0/642996122' entity='client.rgw.foorgw.smithi131.qypmwh' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-18T08:02:47.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:47 smithi131 bash[19154]: audit 2024-01-18T08:02:46.318601+0000 mon.smithi112 (mon.0) 628 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi131.qypmwh' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-18T08:02:47.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:47 smithi131 bash[19154]: audit 2024-01-18T08:02:47.299146+0000 mon.smithi112 (mon.0) 629 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:02:47.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:47 smithi131 bash[19154]: audit 2024-01-18T08:02:47.305386+0000 mon.smithi112 (mon.0) 630 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:02:47.923 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:02:47.923 INFO:teuthology.orchestra.run.smithi112.stdout:Creating config file /etc/papersize with new version 2024-01-18T08:02:48.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:48 smithi131 bash[19154]: cluster 2024-01-18T08:02:47.221430+0000 mgr.smithi112.xshois (mgr.14182) 250 : cluster [DBG] pgmap v224: 65 pgs: 8 creating+peering, 33 active+clean, 24 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:02:48.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:48 smithi131 bash[19154]: audit 2024-01-18T08:02:47.317667+0000 mon.smithi112 (mon.0) 631 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi131.qypmwh' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-01-18T08:02:48.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:48 smithi131 bash[19154]: cluster 2024-01-18T08:02:47.317984+0000 mon.smithi112 (mon.0) 632 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-01-18T08:02:48.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:48 smithi131 bash[19154]: cephadm 2024-01-18T08:02:47.347837+0000 mgr.smithi112.xshois (mgr.14182) 251 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi112.modrxo 2024-01-18T08:02:48.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:48 smithi131 bash[19154]: audit 2024-01-18T08:02:47.348180+0000 mon.smithi112 (mon.0) 633 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi112.modrxo", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-01-18T08:02:48.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:48 smithi131 bash[19154]: audit 2024-01-18T08:02:47.351714+0000 mon.smithi112 (mon.0) 634 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi112.modrxo", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-01-18T08:02:48.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:48 smithi131 bash[19154]: cephadm 2024-01-18T08:02:47.352456+0000 mgr.smithi112.xshois (mgr.14182) 252 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-01-18T08:02:48.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:48 smithi131 bash[19154]: audit 2024-01-18T08:02:47.352729+0000 mon.smithi112 (mon.0) 635 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 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-18T08:02:48.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:48 smithi131 bash[19154]: audit 2024-01-18T08:02:47.356086+0000 mon.smithi112 (mon.0) 636 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 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-18T08:02:48.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:48 smithi131 bash[19154]: audit 2024-01-18T08:02:47.357413+0000 mon.smithi112 (mon.0) 637 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:02:48.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:48 smithi131 bash[19154]: audit 2024-01-18T08:02:47.837048+0000 mon.smithi112 (mon.0) 638 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-01-18T08:02:48.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:48 smithi131 bash[19154]: audit 2024-01-18T08:02:47.844072+0000 mon.smithi112 (mon.0) 639 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-01-18T08:02:48.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:48 smithi131 bash[19154]: audit 2024-01-18T08:02:47.908111+0000 mon.smithi112 (mon.0) 640 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi112.modrxo-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-18T08:02:48.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:48 smithi131 bash[19154]: audit 2024-01-18T08:02:47.912874+0000 mon.smithi112 (mon.0) 641 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi112.modrxo-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-18T08:02:48.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:48 smithi131 bash[19154]: audit 2024-01-18T08:02:47.917933+0000 mon.smithi112 (mon.0) 642 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:02:48.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:48 smithi112 bash[16324]: cluster 2024-01-18T08:02:47.221430+0000 mgr.smithi112.xshois (mgr.14182) 250 : cluster [DBG] pgmap v224: 65 pgs: 8 creating+peering, 33 active+clean, 24 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:02:48.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:48 smithi112 bash[16324]: audit 2024-01-18T08:02:47.317667+0000 mon.smithi112 (mon.0) 631 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi131.qypmwh' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-01-18T08:02:48.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:48 smithi112 bash[16324]: cluster 2024-01-18T08:02:47.317984+0000 mon.smithi112 (mon.0) 632 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-01-18T08:02:48.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:48 smithi112 bash[16324]: cephadm 2024-01-18T08:02:47.347837+0000 mgr.smithi112.xshois (mgr.14182) 251 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi112.modrxo 2024-01-18T08:02:48.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:48 smithi112 bash[16324]: audit 2024-01-18T08:02:47.348180+0000 mon.smithi112 (mon.0) 633 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi112.modrxo", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-01-18T08:02:48.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:48 smithi112 bash[16324]: audit 2024-01-18T08:02:47.351714+0000 mon.smithi112 (mon.0) 634 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi112.modrxo", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-01-18T08:02:48.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:48 smithi112 bash[16324]: cephadm 2024-01-18T08:02:47.352456+0000 mgr.smithi112.xshois (mgr.14182) 252 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-01-18T08:02:48.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:48 smithi112 bash[16324]: audit 2024-01-18T08:02:47.352729+0000 mon.smithi112 (mon.0) 635 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 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-18T08:02:48.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:48 smithi112 bash[16324]: audit 2024-01-18T08:02:47.356086+0000 mon.smithi112 (mon.0) 636 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 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-18T08:02:48.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:48 smithi112 bash[16324]: audit 2024-01-18T08:02:47.357413+0000 mon.smithi112 (mon.0) 637 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:02:48.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:48 smithi112 bash[16324]: audit 2024-01-18T08:02:47.837048+0000 mon.smithi112 (mon.0) 638 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-01-18T08:02:48.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:48 smithi112 bash[16324]: audit 2024-01-18T08:02:47.844072+0000 mon.smithi112 (mon.0) 639 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-01-18T08:02:48.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:48 smithi112 bash[16324]: audit 2024-01-18T08:02:47.908111+0000 mon.smithi112 (mon.0) 640 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi112.modrxo-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-18T08:02:48.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:48 smithi112 bash[16324]: audit 2024-01-18T08:02:47.912874+0000 mon.smithi112 (mon.0) 641 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi112.modrxo-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-18T08:02:48.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:48 smithi112 bash[16324]: audit 2024-01-18T08:02:47.917933+0000 mon.smithi112 (mon.0) 642 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:02:49.139 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up libpaper-utils (1.1.24+nmu5ubuntu1) ... 2024-01-18T08:02:49.441 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-roman (2.0.0-3) ... 2024-01-18T08:02:49.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:49 smithi131 bash[19154]: cephadm 2024-01-18T08:02:47.907053+0000 mgr.smithi112.xshois (mgr.14182) 253 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-01-18T08:02:49.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:49 smithi131 bash[19154]: cephadm 2024-01-18T08:02:47.907346+0000 mgr.smithi112.xshois (mgr.14182) 254 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi112.modrxo-rgw 2024-01-18T08:02:49.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:49 smithi131 bash[19154]: cephadm 2024-01-18T08:02:47.919202+0000 mgr.smithi112.xshois (mgr.14182) 255 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi112.modrxo on smithi112 2024-01-18T08:02:49.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:49 smithi131 bash[19154]: cluster 2024-01-18T08:02:48.330462+0000 mon.smithi112 (mon.0) 643 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-01-18T08:02:49.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:49 smithi131 bash[19154]: audit 2024-01-18T08:02:48.331019+0000 mon.smithi131 (mon.1) 20 : audit [INF] from='client.? 172.21.15.131:0/642996122' entity='client.rgw.foorgw.smithi131.qypmwh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-01-18T08:02:49.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:49 smithi131 bash[19154]: audit 2024-01-18T08:02:48.334545+0000 mon.smithi112 (mon.0) 644 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi131.qypmwh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-01-18T08:02:49.762 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:49 smithi112 bash[16324]: cephadm 2024-01-18T08:02:47.907053+0000 mgr.smithi112.xshois (mgr.14182) 253 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-01-18T08:02:49.763 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:49 smithi112 bash[16324]: cephadm 2024-01-18T08:02:47.907346+0000 mgr.smithi112.xshois (mgr.14182) 254 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi112.modrxo-rgw 2024-01-18T08:02:49.763 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:49 smithi112 bash[16324]: cephadm 2024-01-18T08:02:47.919202+0000 mgr.smithi112.xshois (mgr.14182) 255 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi112.modrxo on smithi112 2024-01-18T08:02:49.763 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:49 smithi112 bash[16324]: cluster 2024-01-18T08:02:48.330462+0000 mon.smithi112 (mon.0) 643 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-01-18T08:02:49.763 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:49 smithi112 bash[16324]: audit 2024-01-18T08:02:48.331019+0000 mon.smithi131 (mon.1) 20 : audit [INF] from='client.? 172.21.15.131:0/642996122' entity='client.rgw.foorgw.smithi131.qypmwh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-01-18T08:02:49.763 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:49 smithi112 bash[16324]: audit 2024-01-18T08:02:48.334545+0000 mon.smithi112 (mon.0) 644 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi131.qypmwh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-01-18T08:02:49.869 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-pil:amd64 (5.1.0-1ubuntu0.8) ... 2024-01-18T08:02:50.486 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-olefile (0.45.1-1) ... 2024-01-18T08:02:50.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:50 smithi131 bash[19154]: cluster 2024-01-18T08:02:49.222565+0000 mgr.smithi112.xshois (mgr.14182) 256 : cluster [DBG] pgmap v227: 97 pgs: 23 creating+peering, 41 active+clean, 33 unknown; 889 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 511 B/s wr, 1 op/s 2024-01-18T08:02:50.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:50 smithi131 bash[19154]: audit 2024-01-18T08:02:49.334056+0000 mon.smithi112 (mon.0) 645 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi131.qypmwh' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-01-18T08:02:50.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:50 smithi131 bash[19154]: cluster 2024-01-18T08:02:49.334223+0000 mon.smithi112 (mon.0) 646 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-01-18T08:02:50.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:50 smithi112 bash[16324]: cluster 2024-01-18T08:02:49.222565+0000 mgr.smithi112.xshois (mgr.14182) 256 : cluster [DBG] pgmap v227: 97 pgs: 23 creating+peering, 41 active+clean, 33 unknown; 889 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 511 B/s wr, 1 op/s 2024-01-18T08:02:50.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:50 smithi112 bash[16324]: audit 2024-01-18T08:02:49.334056+0000 mon.smithi112 (mon.0) 645 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi131.qypmwh' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-01-18T08:02:50.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:50 smithi112 bash[16324]: cluster 2024-01-18T08:02:49.334223+0000 mon.smithi112 (mon.0) 646 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-01-18T08:02:50.965 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up sgml-base (1.29) ... 2024-01-18T08:02:51.128 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-jmespath (0.9.3-1ubuntu1.1) ... 2024-01-18T08:02:51.531 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:51 smithi112 bash[16324]: cluster 2024-01-18T08:02:50.360618+0000 mon.smithi112 (mon.0) 647 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-01-18T08:02:51.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:51 smithi112 bash[16324]: audit 2024-01-18T08:02:50.362688+0000 mon.smithi112 (mon.0) 648 : audit [INF] from='client.? 172.21.15.112:0/978991125' entity='client.rgw.foorgw.smithi112.pvkacp' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-18T08:02:51.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:51 smithi112 bash[16324]: audit 2024-01-18T08:02:50.363003+0000 mon.smithi131 (mon.1) 21 : audit [INF] from='client.? 172.21.15.131:0/642996122' entity='client.rgw.foorgw.smithi131.qypmwh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-18T08:02:51.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:51 smithi112 bash[16324]: audit 2024-01-18T08:02:50.369598+0000 mon.smithi112 (mon.0) 649 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi131.qypmwh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-18T08:02:51.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:51 smithi112 bash[16324]: audit 2024-01-18T08:02:50.629959+0000 mon.smithi112 (mon.0) 650 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:02:51.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:51 smithi112 bash[16324]: audit 2024-01-18T08:02:51.151208+0000 mon.smithi112 (mon.0) 651 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:02:51.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:51 smithi112 bash[16324]: audit 2024-01-18T08:02:51.161339+0000 mon.smithi112 (mon.0) 652 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:02:51.642 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up xml-core (0.18) ... 2024-01-18T08:02:51.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:51 smithi131 bash[19154]: cluster 2024-01-18T08:02:50.360618+0000 mon.smithi112 (mon.0) 647 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-01-18T08:02:51.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:51 smithi131 bash[19154]: audit 2024-01-18T08:02:50.362688+0000 mon.smithi112 (mon.0) 648 : audit [INF] from='client.? 172.21.15.112:0/978991125' entity='client.rgw.foorgw.smithi112.pvkacp' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-18T08:02:51.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:51 smithi131 bash[19154]: audit 2024-01-18T08:02:50.363003+0000 mon.smithi131 (mon.1) 21 : audit [INF] from='client.? 172.21.15.131:0/642996122' entity='client.rgw.foorgw.smithi131.qypmwh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-18T08:02:51.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:51 smithi131 bash[19154]: audit 2024-01-18T08:02:50.369598+0000 mon.smithi112 (mon.0) 649 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi131.qypmwh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-18T08:02:51.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:51 smithi131 bash[19154]: audit 2024-01-18T08:02:50.629959+0000 mon.smithi112 (mon.0) 650 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:02:51.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:51 smithi131 bash[19154]: audit 2024-01-18T08:02:51.151208+0000 mon.smithi112 (mon.0) 651 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:02:51.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:51 smithi131 bash[19154]: audit 2024-01-18T08:02:51.161339+0000 mon.smithi112 (mon.0) 652 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:02:52.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:52 smithi131 bash[19154]: cephadm 2024-01-18T08:02:51.175361+0000 mgr.smithi112.xshois (mgr.14182) 257 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi131.zruxfa on smithi131 2024-01-18T08:02:52.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:52 smithi131 bash[19154]: cluster 2024-01-18T08:02:51.223492+0000 mgr.smithi112.xshois (mgr.14182) 258 : cluster [DBG] pgmap v230: 129 pgs: 33 creating+peering, 67 active+clean, 29 unknown; 1.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1023 B/s wr, 2 op/s 2024-01-18T08:02:52.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:52 smithi131 bash[19154]: audit 2024-01-18T08:02:51.368071+0000 mon.smithi112 (mon.0) 653 : audit [INF] from='client.? 172.21.15.112:0/978991125' entity='client.rgw.foorgw.smithi112.pvkacp' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-01-18T08:02:52.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:52 smithi131 bash[19154]: audit 2024-01-18T08:02:51.368291+0000 mon.smithi112 (mon.0) 654 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi131.qypmwh' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-01-18T08:02:52.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:52 smithi131 bash[19154]: cluster 2024-01-18T08:02:51.368682+0000 mon.smithi112 (mon.0) 655 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-01-18T08:02:52.689 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:52 smithi112 bash[16324]: cephadm 2024-01-18T08:02:51.175361+0000 mgr.smithi112.xshois (mgr.14182) 257 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi131.zruxfa on smithi131 2024-01-18T08:02:52.690 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:52 smithi112 bash[16324]: cluster 2024-01-18T08:02:51.223492+0000 mgr.smithi112.xshois (mgr.14182) 258 : cluster [DBG] pgmap v230: 129 pgs: 33 creating+peering, 67 active+clean, 29 unknown; 1.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1023 B/s wr, 2 op/s 2024-01-18T08:02:52.690 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:52 smithi112 bash[16324]: audit 2024-01-18T08:02:51.368071+0000 mon.smithi112 (mon.0) 653 : audit [INF] from='client.? 172.21.15.112:0/978991125' entity='client.rgw.foorgw.smithi112.pvkacp' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-01-18T08:02:52.690 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:52 smithi112 bash[16324]: audit 2024-01-18T08:02:51.368291+0000 mon.smithi112 (mon.0) 654 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi131.qypmwh' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-01-18T08:02:52.690 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:52 smithi112 bash[16324]: cluster 2024-01-18T08:02:51.368682+0000 mon.smithi112 (mon.0) 655 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-01-18T08:02:52.729 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-dateutil (2.6.1-1) ... 2024-01-18T08:02:53.083 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-pygments (2.2.0+dfsg-1ubuntu0.2) ... 2024-01-18T08:02:53.641 INFO:teuthology.orchestra.run.smithi112.stdout:Processing triggers for libc-bin (2.27-3ubuntu1.6) ... 2024-01-18T08:02:53.697 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:53 smithi131 bash[19154]: cluster 2024-01-18T08:02:52.378477+0000 mon.smithi112 (mon.0) 656 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-01-18T08:02:53.697 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:53 smithi131 bash[19154]: audit 2024-01-18T08:02:52.380561+0000 mon.smithi112 (mon.0) 657 : audit [INF] from='client.? 172.21.15.112:0/2067661534' entity='client.rgw.foorgw.smithi112.pvkacp' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-18T08:02:53.697 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:53 smithi131 bash[19154]: audit 2024-01-18T08:02:52.389923+0000 mon.smithi131 (mon.1) 22 : audit [INF] from='client.? 172.21.15.131:0/2475024747' entity='client.rgw.foorgw.smithi131.qypmwh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-18T08:02:53.697 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:53 smithi131 bash[19154]: audit 2024-01-18T08:02:52.392267+0000 mon.smithi112 (mon.0) 658 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi131.qypmwh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-18T08:02:53.778 INFO:teuthology.orchestra.run.smithi112.stdout:Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2024-01-18T08:02:53.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:53 smithi112 bash[16324]: cluster 2024-01-18T08:02:52.378477+0000 mon.smithi112 (mon.0) 656 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-01-18T08:02:53.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:53 smithi112 bash[16324]: audit 2024-01-18T08:02:52.380561+0000 mon.smithi112 (mon.0) 657 : audit [INF] from='client.? 172.21.15.112:0/2067661534' entity='client.rgw.foorgw.smithi112.pvkacp' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-18T08:02:53.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:53 smithi112 bash[16324]: audit 2024-01-18T08:02:52.389923+0000 mon.smithi131 (mon.1) 22 : audit [INF] from='client.? 172.21.15.131:0/2475024747' entity='client.rgw.foorgw.smithi131.qypmwh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-18T08:02:53.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:53 smithi112 bash[16324]: audit 2024-01-18T08:02:52.392267+0000 mon.smithi112 (mon.0) 658 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi131.qypmwh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-18T08:02:54.472 INFO:teuthology.orchestra.run.smithi112.stdout:Processing triggers for shared-mime-info (1.9-2) ... 2024-01-18T08:02:54.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:54 smithi131 bash[19154]: cluster 2024-01-18T08:02:53.224247+0000 mgr.smithi112.xshois (mgr.14182) 259 : cluster [DBG] pgmap v233: 161 pgs: 21 creating+peering, 97 active+clean, 43 unknown; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 767 B/s wr, 2 op/s 2024-01-18T08:02:54.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:54 smithi131 bash[19154]: audit 2024-01-18T08:02:53.388638+0000 mon.smithi112 (mon.0) 659 : audit [INF] from='client.? 172.21.15.112:0/2067661534' entity='client.rgw.foorgw.smithi112.pvkacp' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-01-18T08:02:54.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:54 smithi131 bash[19154]: audit 2024-01-18T08:02:53.388934+0000 mon.smithi112 (mon.0) 660 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi131.qypmwh' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-01-18T08:02:54.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:54 smithi131 bash[19154]: cluster 2024-01-18T08:02:53.389040+0000 mon.smithi112 (mon.0) 661 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-01-18T08:02:54.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:54 smithi131 bash[19154]: audit 2024-01-18T08:02:53.392170+0000 mon.smithi131 (mon.1) 23 : audit [INF] from='client.? 172.21.15.131:0/2475024747' entity='client.rgw.foorgw.smithi131.qypmwh' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-18T08:02:54.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:54 smithi131 bash[19154]: audit 2024-01-18T08:02:53.394607+0000 mon.smithi112 (mon.0) 662 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi131.qypmwh' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-18T08:02:54.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:54 smithi131 bash[19154]: audit 2024-01-18T08:02:53.395534+0000 mon.smithi112 (mon.0) 663 : audit [INF] from='client.? 172.21.15.112:0/2067661534' entity='client.rgw.foorgw.smithi112.pvkacp' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-18T08:02:54.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:54 smithi112 bash[16324]: cluster 2024-01-18T08:02:53.224247+0000 mgr.smithi112.xshois (mgr.14182) 259 : cluster [DBG] pgmap v233: 161 pgs: 21 creating+peering, 97 active+clean, 43 unknown; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 767 B/s wr, 2 op/s 2024-01-18T08:02:54.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:54 smithi112 bash[16324]: audit 2024-01-18T08:02:53.388638+0000 mon.smithi112 (mon.0) 659 : audit [INF] from='client.? 172.21.15.112:0/2067661534' entity='client.rgw.foorgw.smithi112.pvkacp' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-01-18T08:02:54.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:54 smithi112 bash[16324]: audit 2024-01-18T08:02:53.388934+0000 mon.smithi112 (mon.0) 660 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi131.qypmwh' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-01-18T08:02:54.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:54 smithi112 bash[16324]: cluster 2024-01-18T08:02:53.389040+0000 mon.smithi112 (mon.0) 661 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-01-18T08:02:54.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:54 smithi112 bash[16324]: audit 2024-01-18T08:02:53.392170+0000 mon.smithi131 (mon.1) 23 : audit [INF] from='client.? 172.21.15.131:0/2475024747' entity='client.rgw.foorgw.smithi131.qypmwh' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-18T08:02:54.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:54 smithi112 bash[16324]: audit 2024-01-18T08:02:53.394607+0000 mon.smithi112 (mon.0) 662 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi131.qypmwh' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-18T08:02:54.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:54 smithi112 bash[16324]: audit 2024-01-18T08:02:53.395534+0000 mon.smithi112 (mon.0) 663 : audit [INF] from='client.? 172.21.15.112:0/2067661534' entity='client.rgw.foorgw.smithi112.pvkacp' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-18T08:02:55.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:55 smithi131 bash[19154]: audit 2024-01-18T08:02:54.393459+0000 mon.smithi112 (mon.0) 664 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi131.qypmwh' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-18T08:02:55.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:55 smithi131 bash[19154]: audit 2024-01-18T08:02:54.393567+0000 mon.smithi112 (mon.0) 665 : audit [INF] from='client.? 172.21.15.112:0/2067661534' entity='client.rgw.foorgw.smithi112.pvkacp' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-18T08:02:55.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:55 smithi131 bash[19154]: cluster 2024-01-18T08:02:54.393669+0000 mon.smithi112 (mon.0) 666 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-01-18T08:02:55.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:55 smithi131 bash[19154]: audit 2024-01-18T08:02:55.066104+0000 mon.smithi112 (mon.0) 667 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi131.zruxfa"}]: dispatch 2024-01-18T08:02:55.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:55 smithi112 bash[16324]: audit 2024-01-18T08:02:54.393459+0000 mon.smithi112 (mon.0) 664 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi131.qypmwh' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-18T08:02:55.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:55 smithi112 bash[16324]: audit 2024-01-18T08:02:54.393567+0000 mon.smithi112 (mon.0) 665 : audit [INF] from='client.? 172.21.15.112:0/2067661534' entity='client.rgw.foorgw.smithi112.pvkacp' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-18T08:02:55.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:55 smithi112 bash[16324]: cluster 2024-01-18T08:02:54.393669+0000 mon.smithi112 (mon.0) 666 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-01-18T08:02:55.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:55 smithi112 bash[16324]: audit 2024-01-18T08:02:55.066104+0000 mon.smithi112 (mon.0) 667 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi131.zruxfa"}]: dispatch 2024-01-18T08:02:56.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:56 smithi131 bash[19154]: cephadm 2024-01-18T08:02:55.064804+0000 mgr.smithi112.xshois (mgr.14182) 260 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-zruxfa 2024-01-18T08:02:56.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:56 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:02:56.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:56 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-zruxfa 2024-01-18T08:02:56.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:56 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.zruxfa 2024-01-18T08:02:56.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:56 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:02:56.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:56 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.zruxfa 2024-01-18T08:02:56.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:56 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.zruxfa ... 2024-01-18T08:02:56.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:56 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:02:56.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:56 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:02:56.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:56 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:02:56.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:56 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:02:56.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:56 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:02:56.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:56 smithi131 bash[19154]: Traceback (most recent call last): 2024-01-18T08:02:56.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:56 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:02:56.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:56 smithi131 bash[19154]: yield (conn, connr) 2024-01-18T08:02:56.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:56 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:02:56.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:56 smithi131 bash[19154]: code, '\n'.join(err))) 2024-01-18T08:02:56.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:56 smithi131 bash[19154]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-zruxfa 2024-01-18T08:02:56.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:56 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:02:56.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:56 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-zruxfa 2024-01-18T08:02:56.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:56 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.zruxfa 2024-01-18T08:02:56.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:56 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:02:56.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:56 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.zruxfa 2024-01-18T08:02:56.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:56 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.zruxfa ... 2024-01-18T08:02:56.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:56 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:02:56.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:56 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:02:56.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:56 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:02:56.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:56 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:02:56.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:56 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:02:56.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:56 smithi131 bash[19154]: cephadm 2024-01-18T08:02:55.065387+0000 mgr.smithi112.xshois (mgr.14182) 261 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi131.zruxfa 2024-01-18T08:02:56.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:56 smithi131 bash[19154]: cephadm 2024-01-18T08:02:55.067954+0000 mgr.smithi112.xshois (mgr.14182) 262 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi131.zruxfa on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-zruxfa 2024-01-18T08:02:56.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:56 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:02:56.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:56 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-zruxfa 2024-01-18T08:02:56.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:56 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.zruxfa 2024-01-18T08:02:56.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:56 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:02:56.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:56 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.zruxfa 2024-01-18T08:02:56.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:56 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.zruxfa ... 2024-01-18T08:02:56.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:56 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:02:56.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:56 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:02:56.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:56 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:02:56.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:56 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:02:56.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:56 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:02:56.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:56 smithi131 bash[19154]: cephadm 2024-01-18T08:02:55.072320+0000 mgr.smithi112.xshois (mgr.14182) 263 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi112.rygccd on smithi112 2024-01-18T08:02:56.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:56 smithi131 bash[19154]: cluster 2024-01-18T08:02:55.224987+0000 mgr.smithi112.xshois (mgr.14182) 264 : cluster [DBG] pgmap v236: 161 pgs: 10 creating+peering, 126 active+clean, 25 unknown; 1.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 2.5 KiB/s wr, 9 op/s 2024-01-18T08:02:56.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:56 smithi131 bash[19154]: audit 2024-01-18T08:02:55.649217+0000 mon.smithi112 (mon.0) 668 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:02:57.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:56 smithi112 bash[16324]: cephadm 2024-01-18T08:02:55.064804+0000 mgr.smithi112.xshois (mgr.14182) 260 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-zruxfa 2024-01-18T08:02:57.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:56 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:02:57.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:56 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-zruxfa 2024-01-18T08:02:57.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:56 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.zruxfa 2024-01-18T08:02:57.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:56 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:02:57.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:56 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.zruxfa 2024-01-18T08:02:57.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:56 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.zruxfa ... 2024-01-18T08:02:57.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:56 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:02:57.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:56 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:02:57.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:56 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:02:57.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:56 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:02:57.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:56 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:02:57.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:56 smithi112 bash[16324]: Traceback (most recent call last): 2024-01-18T08:02:57.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:56 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:02:57.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:56 smithi112 bash[16324]: yield (conn, connr) 2024-01-18T08:02:57.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:56 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:02:57.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:56 smithi112 bash[16324]: code, '\n'.join(err))) 2024-01-18T08:02:57.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:56 smithi112 bash[16324]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-zruxfa 2024-01-18T08:02:57.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:56 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:02:57.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:56 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-zruxfa 2024-01-18T08:02:57.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:56 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.zruxfa 2024-01-18T08:02:57.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:56 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:02:57.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:56 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.zruxfa 2024-01-18T08:02:57.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:56 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.zruxfa ... 2024-01-18T08:02:57.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:56 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:02:57.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:56 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:02:57.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:56 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:02:57.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:56 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:02:57.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:56 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:02:57.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:56 smithi112 bash[16324]: cephadm 2024-01-18T08:02:55.065387+0000 mgr.smithi112.xshois (mgr.14182) 261 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi131.zruxfa 2024-01-18T08:02:57.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:56 smithi112 bash[16324]: cephadm 2024-01-18T08:02:55.067954+0000 mgr.smithi112.xshois (mgr.14182) 262 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi131.zruxfa on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-zruxfa 2024-01-18T08:02:57.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:56 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:02:57.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:56 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-zruxfa 2024-01-18T08:02:57.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:56 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.zruxfa 2024-01-18T08:02:57.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:56 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:02:57.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:56 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.zruxfa 2024-01-18T08:02:57.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:56 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.zruxfa ... 2024-01-18T08:02:57.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:56 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:02:57.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:56 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:02:57.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:56 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:02:57.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:56 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:02:57.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:56 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:02:57.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:56 smithi112 bash[16324]: cephadm 2024-01-18T08:02:55.072320+0000 mgr.smithi112.xshois (mgr.14182) 263 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi112.rygccd on smithi112 2024-01-18T08:02:57.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:56 smithi112 bash[16324]: cluster 2024-01-18T08:02:55.224987+0000 mgr.smithi112.xshois (mgr.14182) 264 : cluster [DBG] pgmap v236: 161 pgs: 10 creating+peering, 126 active+clean, 25 unknown; 1.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 2.5 KiB/s wr, 9 op/s 2024-01-18T08:02:57.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:56 smithi112 bash[16324]: audit 2024-01-18T08:02:55.649217+0000 mon.smithi112 (mon.0) 668 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:02:58.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:58 smithi112 bash[16324]: cluster 2024-01-18T08:02:57.226304+0000 mgr.smithi112.xshois (mgr.14182) 265 : cluster [DBG] pgmap v237: 161 pgs: 156 active+clean, 5 unknown; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 105 KiB/s rd, 5.5 KiB/s wr, 208 op/s 2024-01-18T08:02:58.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:58 smithi131 bash[19154]: cluster 2024-01-18T08:02:57.226304+0000 mgr.smithi112.xshois (mgr.14182) 265 : cluster [DBG] pgmap v237: 161 pgs: 156 active+clean, 5 unknown; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 105 KiB/s rd, 5.5 KiB/s wr, 208 op/s 2024-01-18T08:02:59.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:59 smithi131 bash[19154]: audit 2024-01-18T08:02:58.966755+0000 mon.smithi112 (mon.0) 669 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi112.rygccd"}]: dispatch 2024-01-18T08:02:59.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:59 smithi131 bash[19154]: audit 2024-01-18T08:02:58.974773+0000 mon.smithi112 (mon.0) 670 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:02:59.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:02:59 smithi131 bash[19154]: audit 2024-01-18T08:02:58.978064+0000 mon.smithi112 (mon.0) 671 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:03:00.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:59 smithi112 bash[16324]: audit 2024-01-18T08:02:58.966755+0000 mon.smithi112 (mon.0) 669 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi112.rygccd"}]: dispatch 2024-01-18T08:03:00.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:59 smithi112 bash[16324]: audit 2024-01-18T08:02:58.974773+0000 mon.smithi112 (mon.0) 670 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:03:00.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:02:59 smithi112 bash[16324]: audit 2024-01-18T08:02:58.978064+0000 mon.smithi112 (mon.0) 671 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:03:00.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:00 smithi131 bash[19154]: cephadm 2024-01-18T08:02:58.965916+0000 mgr.smithi112.xshois (mgr.14182) 266 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-rygccd 2024-01-18T08:03:00.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:00 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:03:00.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:00 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-rygccd 2024-01-18T08:03:00.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:00 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.rygccd 2024-01-18T08:03:00.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:00 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:03:00.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:00 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.rygccd 2024-01-18T08:03:00.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:00 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.rygccd ... 2024-01-18T08:03:00.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:00 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:03:00.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:00 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:03:00.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:00 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:03:00.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:00 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:03:00.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:00 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:03:00.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:00 smithi131 bash[19154]: Traceback (most recent call last): 2024-01-18T08:03:00.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:00 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:03:00.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:00 smithi131 bash[19154]: yield (conn, connr) 2024-01-18T08:03:00.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:00 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:03:00.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:00 smithi131 bash[19154]: code, '\n'.join(err))) 2024-01-18T08:03:00.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:00 smithi131 bash[19154]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-rygccd 2024-01-18T08:03:00.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:00 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:03:00.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:00 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-rygccd 2024-01-18T08:03:00.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:00 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.rygccd 2024-01-18T08:03:00.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:00 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:03:00.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:00 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.rygccd 2024-01-18T08:03:00.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:00 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.rygccd ... 2024-01-18T08:03:00.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:00 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:03:00.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:00 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:03:00.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:00 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:03:00.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:00 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:03:00.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:00 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:03:00.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:00 smithi131 bash[19154]: cephadm 2024-01-18T08:02:58.966188+0000 mgr.smithi112.xshois (mgr.14182) 267 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi112.rygccd 2024-01-18T08:03:00.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:00 smithi131 bash[19154]: cephadm 2024-01-18T08:02:58.967936+0000 mgr.smithi112.xshois (mgr.14182) 268 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi112.rygccd on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-rygccd 2024-01-18T08:03:00.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:00 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:03:00.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:00 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-rygccd 2024-01-18T08:03:00.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:00 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.rygccd 2024-01-18T08:03:00.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:00 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:03:00.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:00 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.rygccd 2024-01-18T08:03:00.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:00 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.rygccd ... 2024-01-18T08:03:00.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:00 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:03:00.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:00 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:03:00.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:00 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:03:00.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:00 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:03:00.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:00 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:03:00.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:00 smithi131 bash[19154]: cephadm 2024-01-18T08:02:58.975281+0000 mgr.smithi112.xshois (mgr.14182) 269 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi131.flzvhq on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:03:00.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:00 smithi131 bash[19154]: cephadm 2024-01-18T08:02:58.976967+0000 mgr.smithi112.xshois (mgr.14182) 270 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi112.xhgljt on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:03:00.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:00 smithi131 bash[19154]: cluster 2024-01-18T08:02:58.978188+0000 mgr.smithi112.xshois (mgr.14182) 271 : cluster [DBG] pgmap v238: 161 pgs: 161 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 KiB/s rd, 4.7 KiB/s wr, 191 op/s 2024-01-18T08:03:00.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:00 smithi131 bash[19154]: cluster 2024-01-18T08:02:59.972177+0000 mon.smithi112 (mon.0) 672 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:03:01.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:00 smithi112 bash[16324]: cephadm 2024-01-18T08:02:58.965916+0000 mgr.smithi112.xshois (mgr.14182) 266 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-rygccd 2024-01-18T08:03:01.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:00 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:03:01.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:00 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-rygccd 2024-01-18T08:03:01.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:00 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.rygccd 2024-01-18T08:03:01.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:00 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:03:01.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:00 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.rygccd 2024-01-18T08:03:01.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:00 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.rygccd ... 2024-01-18T08:03:01.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:00 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:03:01.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:00 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:03:01.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:00 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:03:01.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:00 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:03:01.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:00 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:03:01.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:00 smithi112 bash[16324]: Traceback (most recent call last): 2024-01-18T08:03:01.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:00 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:03:01.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:00 smithi112 bash[16324]: yield (conn, connr) 2024-01-18T08:03:01.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:00 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:03:01.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:00 smithi112 bash[16324]: code, '\n'.join(err))) 2024-01-18T08:03:01.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:00 smithi112 bash[16324]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-rygccd 2024-01-18T08:03:01.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:00 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:03:01.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:00 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-rygccd 2024-01-18T08:03:01.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:00 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.rygccd 2024-01-18T08:03:01.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:00 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:03:01.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:00 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.rygccd 2024-01-18T08:03:01.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:00 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.rygccd ... 2024-01-18T08:03:01.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:00 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:03:01.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:00 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:03:01.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:00 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:03:01.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:00 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:03:01.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:00 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:03:01.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:00 smithi112 bash[16324]: cephadm 2024-01-18T08:02:58.966188+0000 mgr.smithi112.xshois (mgr.14182) 267 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi112.rygccd 2024-01-18T08:03:01.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:00 smithi112 bash[16324]: cephadm 2024-01-18T08:02:58.967936+0000 mgr.smithi112.xshois (mgr.14182) 268 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi112.rygccd on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-rygccd 2024-01-18T08:03:01.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:00 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:03:01.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:00 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-rygccd 2024-01-18T08:03:01.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:00 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.rygccd 2024-01-18T08:03:01.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:00 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:03:01.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:00 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.rygccd 2024-01-18T08:03:01.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:00 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.rygccd ... 2024-01-18T08:03:01.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:00 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:03:01.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:00 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:03:01.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:00 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:03:01.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:00 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:03:01.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:00 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:03:01.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:00 smithi112 bash[16324]: cephadm 2024-01-18T08:02:58.975281+0000 mgr.smithi112.xshois (mgr.14182) 269 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi131.flzvhq on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:03:01.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:00 smithi112 bash[16324]: cephadm 2024-01-18T08:02:58.976967+0000 mgr.smithi112.xshois (mgr.14182) 270 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi112.xhgljt on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:03:01.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:00 smithi112 bash[16324]: cluster 2024-01-18T08:02:58.978188+0000 mgr.smithi112.xshois (mgr.14182) 271 : cluster [DBG] pgmap v238: 161 pgs: 161 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 KiB/s rd, 4.7 KiB/s wr, 191 op/s 2024-01-18T08:03:01.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:00 smithi112 bash[16324]: cluster 2024-01-18T08:02:59.972177+0000 mon.smithi112 (mon.0) 672 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:03:02.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:01 smithi112 bash[16324]: audit 2024-01-18T08:03:00.669266+0000 mon.smithi112 (mon.0) 673 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:03:02.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:01 smithi131 bash[19154]: audit 2024-01-18T08:03:00.669266+0000 mon.smithi112 (mon.0) 673 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:03:03.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:02 smithi112 bash[16324]: cluster 2024-01-18T08:03:00.979908+0000 mgr.smithi112.xshois (mgr.14182) 272 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 118 KiB/s rd, 5.2 KiB/s wr, 234 op/s 2024-01-18T08:03:03.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:02 smithi131 bash[19154]: cluster 2024-01-18T08:03:00.979908+0000 mgr.smithi112.xshois (mgr.14182) 272 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 118 KiB/s rd, 5.2 KiB/s wr, 234 op/s 2024-01-18T08:03:05.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:04 smithi112 bash[16324]: cluster 2024-01-18T08:03:02.981240+0000 mgr.smithi112.xshois (mgr.14182) 273 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 KiB/s rd, 4.2 KiB/s wr, 189 op/s 2024-01-18T08:03:05.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:04 smithi131 bash[19154]: cluster 2024-01-18T08:03:02.981240+0000 mgr.smithi112.xshois (mgr.14182) 273 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 KiB/s rd, 4.2 KiB/s wr, 189 op/s 2024-01-18T08:03:06.158 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:05 smithi112 bash[16324]: audit 2024-01-18T08:03:04.898862+0000 mon.smithi112 (mon.0) 674 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:03:06.159 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:05 smithi112 bash[16324]: cluster 2024-01-18T08:03:04.982902+0000 mgr.smithi112.xshois (mgr.14182) 274 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 KiB/s rd, 3.0 KiB/s wr, 169 op/s 2024-01-18T08:03:06.159 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:05 smithi112 bash[16324]: audit 2024-01-18T08:03:05.176412+0000 mon.smithi112 (mon.0) 675 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:03:06.159 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:05 smithi112 bash[16324]: audit 2024-01-18T08:03:05.468574+0000 mon.smithi112 (mon.0) 676 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:03:06.159 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:05 smithi112 bash[16324]: audit 2024-01-18T08:03:05.469905+0000 mon.smithi112 (mon.0) 677 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:03:06.159 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:05 smithi112 bash[16324]: cephadm 2024-01-18T08:03:05.476579+0000 mgr.smithi112.xshois (mgr.14182) 275 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-01-18T08:03:06.159 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:05 smithi112 bash[16324]: audit 2024-01-18T08:03:05.881929+0000 mon.smithi112 (mon.0) 678 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:03:06.159 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:05 smithi112 bash[16324]: audit 2024-01-18T08:03:05.890931+0000 mon.smithi112 (mon.0) 679 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:03:06.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:05 smithi131 bash[19154]: audit 2024-01-18T08:03:04.898862+0000 mon.smithi112 (mon.0) 674 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:03:06.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:05 smithi131 bash[19154]: cluster 2024-01-18T08:03:04.982902+0000 mgr.smithi112.xshois (mgr.14182) 274 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 KiB/s rd, 3.0 KiB/s wr, 169 op/s 2024-01-18T08:03:06.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:05 smithi131 bash[19154]: audit 2024-01-18T08:03:05.176412+0000 mon.smithi112 (mon.0) 675 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:03:06.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:05 smithi131 bash[19154]: audit 2024-01-18T08:03:05.468574+0000 mon.smithi112 (mon.0) 676 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:03:06.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:05 smithi131 bash[19154]: audit 2024-01-18T08:03:05.469905+0000 mon.smithi112 (mon.0) 677 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:03:06.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:05 smithi131 bash[19154]: cephadm 2024-01-18T08:03:05.476579+0000 mgr.smithi112.xshois (mgr.14182) 275 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-01-18T08:03:06.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:05 smithi131 bash[19154]: audit 2024-01-18T08:03:05.881929+0000 mon.smithi112 (mon.0) 678 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:03:06.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:05 smithi131 bash[19154]: audit 2024-01-18T08:03:05.890931+0000 mon.smithi112 (mon.0) 679 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:03:07.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:06 smithi131 bash[19154]: audit 2024-01-18T08:03:05.909653+0000 mon.smithi112 (mon.0) 680 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:03:07.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:06 smithi131 bash[19154]: cluster 2024-01-18T08:03:05.910986+0000 mgr.smithi112.xshois (mgr.14182) 276 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 84 KiB/s rd, 3.0 KiB/s wr, 167 op/s 2024-01-18T08:03:07.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:06 smithi131 bash[19154]: audit 2024-01-18T08:03:05.918213+0000 mon.smithi112 (mon.0) 681 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:03:07.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:06 smithi131 bash[19154]: audit 2024-01-18T08:03:05.934108+0000 mon.smithi112 (mon.0) 682 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:03:07.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:06 smithi131 bash[19154]: cephadm 2024-01-18T08:03:05.938770+0000 mgr.smithi112.xshois (mgr.14182) 277 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi131.wtmldo on smithi131 2024-01-18T08:03:07.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:06 smithi112 bash[16324]: audit 2024-01-18T08:03:05.909653+0000 mon.smithi112 (mon.0) 680 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:03:07.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:06 smithi112 bash[16324]: cluster 2024-01-18T08:03:05.910986+0000 mgr.smithi112.xshois (mgr.14182) 276 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 84 KiB/s rd, 3.0 KiB/s wr, 167 op/s 2024-01-18T08:03:07.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:06 smithi112 bash[16324]: audit 2024-01-18T08:03:05.918213+0000 mon.smithi112 (mon.0) 681 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:03:07.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:06 smithi112 bash[16324]: audit 2024-01-18T08:03:05.934108+0000 mon.smithi112 (mon.0) 682 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:03:07.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:06 smithi112 bash[16324]: cephadm 2024-01-18T08:03:05.938770+0000 mgr.smithi112.xshois (mgr.14182) 277 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi131.wtmldo on smithi131 2024-01-18T08:03:08.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:07 smithi131 bash[19154]: cluster 2024-01-18T08:03:06.908828+0000 mon.smithi112 (mon.0) 683 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:03:08.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:07 smithi131 bash[19154]: cluster 2024-01-18T08:03:06.908892+0000 mon.smithi112 (mon.0) 684 : cluster [INF] Cluster is now healthy 2024-01-18T08:03:08.281 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:07 smithi112 bash[16324]: cluster 2024-01-18T08:03:06.908828+0000 mon.smithi112 (mon.0) 683 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:03:08.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:07 smithi112 bash[16324]: cluster 2024-01-18T08:03:06.908892+0000 mon.smithi112 (mon.0) 684 : cluster [INF] Cluster is now healthy 2024-01-18T08:03:09.281 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:08 smithi112 bash[16324]: cluster 2024-01-18T08:03:07.912157+0000 mgr.smithi112.xshois (mgr.14182) 278 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 29 KiB/s rd, 958 B/s wr, 58 op/s 2024-01-18T08:03:09.334 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:08 smithi131 bash[19154]: cluster 2024-01-18T08:03:07.912157+0000 mgr.smithi112.xshois (mgr.14182) 278 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 29 KiB/s rd, 958 B/s wr, 58 op/s 2024-01-18T08:03:10.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:10 smithi112 bash[16324]: cephadm 2024-01-18T08:03:09.810722+0000 mgr.smithi112.xshois (mgr.14182) 279 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-wtmldo 2024-01-18T08:03:10.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:10 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:03:10.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:10 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-wtmldo 2024-01-18T08:03:10.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:10 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.wtmldo 2024-01-18T08:03:10.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:10 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:03:10.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:10 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.wtmldo 2024-01-18T08:03:10.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:10 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.wtmldo ... 2024-01-18T08:03:10.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:10 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:03:10.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:10 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:03:10.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:10 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:03:10.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:10 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:03:10.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:10 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:03:10.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:10 smithi112 bash[16324]: Traceback (most recent call last): 2024-01-18T08:03:10.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:10 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:03:10.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:10 smithi112 bash[16324]: yield (conn, connr) 2024-01-18T08:03:10.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:10 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:03:10.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:10 smithi112 bash[16324]: code, '\n'.join(err))) 2024-01-18T08:03:10.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:10 smithi112 bash[16324]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-wtmldo 2024-01-18T08:03:10.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:10 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:03:10.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:10 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-wtmldo 2024-01-18T08:03:10.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:10 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.wtmldo 2024-01-18T08:03:10.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:10 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:03:10.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:10 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.wtmldo 2024-01-18T08:03:10.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:10 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.wtmldo ... 2024-01-18T08:03:10.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:10 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:03:10.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:10 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:03:10.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:10 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:03:10.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:10 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:03:10.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:10 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:03:10.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:10 smithi112 bash[16324]: cephadm 2024-01-18T08:03:09.811324+0000 mgr.smithi112.xshois (mgr.14182) 280 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi131.wtmldo 2024-01-18T08:03:10.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:10 smithi112 bash[16324]: audit 2024-01-18T08:03:09.812034+0000 mon.smithi112 (mon.0) 685 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi131.wtmldo"}]: dispatch 2024-01-18T08:03:10.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:10 smithi112 bash[16324]: cephadm 2024-01-18T08:03:09.813579+0000 mgr.smithi112.xshois (mgr.14182) 281 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi131.wtmldo on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-wtmldo 2024-01-18T08:03:10.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:10 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:03:10.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:10 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-wtmldo 2024-01-18T08:03:10.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:10 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.wtmldo 2024-01-18T08:03:10.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:10 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:03:10.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:10 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.wtmldo 2024-01-18T08:03:10.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:10 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.wtmldo ... 2024-01-18T08:03:10.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:10 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:03:10.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:10 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:03:10.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:10 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:03:10.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:10 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:03:10.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:10 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:03:10.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:10 smithi112 bash[16324]: cephadm 2024-01-18T08:03:09.818546+0000 mgr.smithi112.xshois (mgr.14182) 282 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi112.naesan on smithi112 2024-01-18T08:03:10.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:10 smithi131 bash[19154]: cephadm 2024-01-18T08:03:09.810722+0000 mgr.smithi112.xshois (mgr.14182) 279 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-wtmldo 2024-01-18T08:03:10.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:10 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:03:10.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:10 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-wtmldo 2024-01-18T08:03:10.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:10 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.wtmldo 2024-01-18T08:03:10.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:10 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:03:10.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:10 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.wtmldo 2024-01-18T08:03:10.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:10 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.wtmldo ... 2024-01-18T08:03:10.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:10 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:03:10.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:10 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:03:10.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:10 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:03:10.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:10 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:03:10.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:10 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:03:10.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:10 smithi131 bash[19154]: Traceback (most recent call last): 2024-01-18T08:03:10.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:10 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:03:10.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:10 smithi131 bash[19154]: yield (conn, connr) 2024-01-18T08:03:10.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:10 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:03:10.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:10 smithi131 bash[19154]: code, '\n'.join(err))) 2024-01-18T08:03:10.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:10 smithi131 bash[19154]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-wtmldo 2024-01-18T08:03:10.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:10 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:03:10.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:10 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-wtmldo 2024-01-18T08:03:10.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:10 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.wtmldo 2024-01-18T08:03:10.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:10 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:03:10.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:10 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.wtmldo 2024-01-18T08:03:10.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:10 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.wtmldo ... 2024-01-18T08:03:10.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:10 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:03:10.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:10 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:03:10.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:10 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:03:10.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:10 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:03:10.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:10 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:03:10.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:10 smithi131 bash[19154]: cephadm 2024-01-18T08:03:09.811324+0000 mgr.smithi112.xshois (mgr.14182) 280 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi131.wtmldo 2024-01-18T08:03:10.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:10 smithi131 bash[19154]: audit 2024-01-18T08:03:09.812034+0000 mon.smithi112 (mon.0) 685 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi131.wtmldo"}]: dispatch 2024-01-18T08:03:10.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:10 smithi131 bash[19154]: cephadm 2024-01-18T08:03:09.813579+0000 mgr.smithi112.xshois (mgr.14182) 281 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi131.wtmldo on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-wtmldo 2024-01-18T08:03:10.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:10 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:03:10.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:10 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-wtmldo 2024-01-18T08:03:10.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:10 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.wtmldo 2024-01-18T08:03:10.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:10 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:03:10.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:10 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.wtmldo 2024-01-18T08:03:10.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:10 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.wtmldo ... 2024-01-18T08:03:10.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:10 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:03:10.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:10 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:03:10.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:10 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:03:10.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:10 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:03:10.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:10 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:03:10.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:10 smithi131 bash[19154]: cephadm 2024-01-18T08:03:09.818546+0000 mgr.smithi112.xshois (mgr.14182) 282 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi112.naesan on smithi112 2024-01-18T08:03:11.531 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:11 smithi112 bash[16324]: cluster 2024-01-18T08:03:09.912965+0000 mgr.smithi112.xshois (mgr.14182) 283 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 28 KiB/s rd, 936 B/s wr, 53 op/s 2024-01-18T08:03:11.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:11 smithi131 bash[19154]: cluster 2024-01-18T08:03:09.912965+0000 mgr.smithi112.xshois (mgr.14182) 283 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 28 KiB/s rd, 936 B/s wr, 53 op/s 2024-01-18T08:03:13.531 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:13 smithi112 bash[16324]: cluster 2024-01-18T08:03:11.914148+0000 mgr.smithi112.xshois (mgr.14182) 284 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 187 B/s wr, 2 op/s 2024-01-18T08:03:13.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:13 smithi131 bash[19154]: cluster 2024-01-18T08:03:11.914148+0000 mgr.smithi112.xshois (mgr.14182) 284 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 187 B/s wr, 2 op/s 2024-01-18T08:03:13.813 INFO:teuthology.orchestra.run.smithi112.stdout:Processing triggers for sgml-base (1.29) ... 2024-01-18T08:03:13.946 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up docutils-common (0.14+dfsg-3) ... 2024-01-18T08:03:14.354 INFO:teuthology.orchestra.run.smithi112.stdout:Processing triggers for sgml-base (1.29) ... 2024-01-18T08:03:14.467 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-docutils (0.14+dfsg-3) ... 2024-01-18T08:03:14.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:14 smithi112 bash[16324]: cephadm 2024-01-18T08:03:13.783122+0000 mgr.smithi112.xshois (mgr.14182) 285 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-naesan 2024-01-18T08:03:14.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:14 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:03:14.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:14 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-naesan 2024-01-18T08:03:14.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:14 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.naesan 2024-01-18T08:03:14.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:14 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:03:14.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:14 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.naesan 2024-01-18T08:03:14.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:14 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.naesan ... 2024-01-18T08:03:14.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:14 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:03:14.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:14 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:03:14.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:14 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:03:14.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:14 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:03:14.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:14 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:03:14.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:14 smithi112 bash[16324]: Traceback (most recent call last): 2024-01-18T08:03:14.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:14 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:03:14.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:14 smithi112 bash[16324]: yield (conn, connr) 2024-01-18T08:03:14.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:14 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:03:14.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:14 smithi112 bash[16324]: code, '\n'.join(err))) 2024-01-18T08:03:14.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:14 smithi112 bash[16324]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-naesan 2024-01-18T08:03:14.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:14 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:03:14.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:14 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-naesan 2024-01-18T08:03:14.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:14 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.naesan 2024-01-18T08:03:14.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:14 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:03:14.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:14 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.naesan 2024-01-18T08:03:14.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:14 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.naesan ... 2024-01-18T08:03:14.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:14 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:03:14.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:14 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:03:14.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:14 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:03:14.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:14 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:03:14.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:14 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:03:14.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:14 smithi112 bash[16324]: cephadm 2024-01-18T08:03:13.783619+0000 mgr.smithi112.xshois (mgr.14182) 286 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi112.naesan 2024-01-18T08:03:14.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:14 smithi112 bash[16324]: audit 2024-01-18T08:03:13.784162+0000 mon.smithi112 (mon.0) 686 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi112.naesan"}]: dispatch 2024-01-18T08:03:14.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:14 smithi112 bash[16324]: cephadm 2024-01-18T08:03:13.785307+0000 mgr.smithi112.xshois (mgr.14182) 287 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi112.naesan on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-naesan 2024-01-18T08:03:14.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:14 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:03:14.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:14 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-naesan 2024-01-18T08:03:14.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:14 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.naesan 2024-01-18T08:03:14.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:14 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:03:14.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:14 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.naesan 2024-01-18T08:03:14.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:14 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.naesan ... 2024-01-18T08:03:14.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:14 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:03:14.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:14 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:03:14.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:14 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:03:14.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:14 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:03:14.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:14 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:03:14.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:14 smithi112 bash[16324]: cephadm 2024-01-18T08:03:13.789447+0000 mgr.smithi112.xshois (mgr.14182) 288 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi131.likuvn on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:03:14.536 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:14 smithi112 bash[16324]: cephadm 2024-01-18T08:03:13.793305+0000 mgr.smithi112.xshois (mgr.14182) 289 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi112.rvowge on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:03:14.536 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:14 smithi112 bash[16324]: cluster 2024-01-18T08:03:13.794296+0000 mgr.smithi112.xshois (mgr.14182) 290 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 189 B/s wr, 2 op/s 2024-01-18T08:03:14.536 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:14 smithi112 bash[16324]: audit 2024-01-18T08:03:13.798794+0000 mon.smithi112 (mon.0) 687 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:03:14.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:14 smithi131 bash[19154]: cephadm 2024-01-18T08:03:13.783122+0000 mgr.smithi112.xshois (mgr.14182) 285 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-naesan 2024-01-18T08:03:14.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:14 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:03:14.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:14 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-naesan 2024-01-18T08:03:14.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:14 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.naesan 2024-01-18T08:03:14.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:14 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:03:14.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:14 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.naesan 2024-01-18T08:03:14.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:14 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.naesan ... 2024-01-18T08:03:14.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:14 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:03:14.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:14 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:03:14.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:14 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:03:14.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:14 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:03:14.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:14 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:03:14.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:14 smithi131 bash[19154]: Traceback (most recent call last): 2024-01-18T08:03:14.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:14 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:03:14.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:14 smithi131 bash[19154]: yield (conn, connr) 2024-01-18T08:03:14.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:14 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:03:14.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:14 smithi131 bash[19154]: code, '\n'.join(err))) 2024-01-18T08:03:14.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:14 smithi131 bash[19154]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-naesan 2024-01-18T08:03:14.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:14 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:03:14.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:14 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-naesan 2024-01-18T08:03:14.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:14 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.naesan 2024-01-18T08:03:14.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:14 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:03:14.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:14 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.naesan 2024-01-18T08:03:14.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:14 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.naesan ... 2024-01-18T08:03:14.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:14 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:03:14.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:14 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:03:14.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:14 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:03:14.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:14 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:03:14.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:14 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:03:14.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:14 smithi131 bash[19154]: cephadm 2024-01-18T08:03:13.783619+0000 mgr.smithi112.xshois (mgr.14182) 286 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi112.naesan 2024-01-18T08:03:14.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:14 smithi131 bash[19154]: audit 2024-01-18T08:03:13.784162+0000 mon.smithi112 (mon.0) 686 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi112.naesan"}]: dispatch 2024-01-18T08:03:14.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:14 smithi131 bash[19154]: cephadm 2024-01-18T08:03:13.785307+0000 mgr.smithi112.xshois (mgr.14182) 287 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi112.naesan on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-naesan 2024-01-18T08:03:14.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:14 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:03:14.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:14 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-naesan 2024-01-18T08:03:14.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:14 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.naesan 2024-01-18T08:03:14.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:14 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:03:14.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:14 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.naesan 2024-01-18T08:03:14.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:14 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.naesan ... 2024-01-18T08:03:14.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:14 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:03:14.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:14 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:03:14.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:14 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:03:14.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:14 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:03:14.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:14 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:03:14.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:14 smithi131 bash[19154]: cephadm 2024-01-18T08:03:13.789447+0000 mgr.smithi112.xshois (mgr.14182) 288 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi131.likuvn on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:03:14.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:14 smithi131 bash[19154]: cephadm 2024-01-18T08:03:13.793305+0000 mgr.smithi112.xshois (mgr.14182) 289 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi112.rvowge on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:03:14.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:14 smithi131 bash[19154]: cluster 2024-01-18T08:03:13.794296+0000 mgr.smithi112.xshois (mgr.14182) 290 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 189 B/s wr, 2 op/s 2024-01-18T08:03:14.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:14 smithi131 bash[19154]: audit 2024-01-18T08:03:13.798794+0000 mon.smithi112 (mon.0) 687 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:03:14.840 INFO:teuthology.orchestra.run.smithi112.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst-buildhtml to provide /usr/bin/rst-buildhtml (rst-buildhtml) in auto mode 2024-01-18T08:03:14.883 INFO:teuthology.orchestra.run.smithi112.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2html to provide /usr/bin/rst2html (rst2html) in auto mode 2024-01-18T08:03:14.923 INFO:teuthology.orchestra.run.smithi112.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2html4 to provide /usr/bin/rst2html4 (rst2html4) in auto mode 2024-01-18T08:03:14.957 INFO:teuthology.orchestra.run.smithi112.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2html5 to provide /usr/bin/rst2html5 (rst2html5) in auto mode 2024-01-18T08:03:14.991 INFO:teuthology.orchestra.run.smithi112.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2latex to provide /usr/bin/rst2latex (rst2latex) in auto mode 2024-01-18T08:03:15.034 INFO:teuthology.orchestra.run.smithi112.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2man to provide /usr/bin/rst2man (rst2man) in auto mode 2024-01-18T08:03:15.075 INFO:teuthology.orchestra.run.smithi112.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2odt to provide /usr/bin/rst2odt (rst2odt) in auto mode 2024-01-18T08:03:15.092 INFO:teuthology.orchestra.run.smithi112.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2odt_prepstyles to provide /usr/bin/rst2odt_prepstyles (rst2odt_prepstyles) in auto mode 2024-01-18T08:03:15.119 INFO:teuthology.orchestra.run.smithi112.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2pseudoxml to provide /usr/bin/rst2pseudoxml (rst2pseudoxml) in auto mode 2024-01-18T08:03:15.135 INFO:teuthology.orchestra.run.smithi112.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2s5 to provide /usr/bin/rst2s5 (rst2s5) in auto mode 2024-01-18T08:03:15.160 INFO:teuthology.orchestra.run.smithi112.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2xetex to provide /usr/bin/rst2xetex (rst2xetex) in auto mode 2024-01-18T08:03:15.219 INFO:teuthology.orchestra.run.smithi112.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2xml to provide /usr/bin/rst2xml (rst2xml) in auto mode 2024-01-18T08:03:15.245 INFO:teuthology.orchestra.run.smithi112.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rstpep2html to provide /usr/bin/rstpep2html (rstpep2html) in auto mode 2024-01-18T08:03:15.531 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:15 smithi112 bash[16324]: cluster 2024-01-18T08:03:14.216481+0000 mon.smithi112 (mon.0) 688 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:03:15.628 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-botocore (1.16.19+repack-1ubuntu0.18.04.1) ... 2024-01-18T08:03:15.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:15 smithi131 bash[19154]: cluster 2024-01-18T08:03:14.216481+0000 mon.smithi112 (mon.0) 688 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:03:16.012 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-s3transfer (0.3.3-1ubuntu0.18.04.1) ... 2024-01-18T08:03:16.313 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-boto3 (1.4.2-1) ... 2024-01-18T08:03:16.962 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:16 smithi112 bash[16324]: audit 2024-01-18T08:03:15.690564+0000 mon.smithi112 (mon.0) 689 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:03:16.962 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:16 smithi112 bash[16324]: cluster 2024-01-18T08:03:15.795387+0000 mgr.smithi112.xshois (mgr.14182) 291 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 189 B/s wr, 2 op/s 2024-01-18T08:03:16.963 DEBUG:teuthology.orchestra.run.smithi112:> 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-18T08:03:17.019 INFO:teuthology.orchestra.run.smithi112.stderr:+ /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo 2024-01-18T08:03:17.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:16 smithi131 bash[19154]: audit 2024-01-18T08:03:15.690564+0000 mon.smithi112 (mon.0) 689 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:03:17.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:16 smithi131 bash[19154]: cluster 2024-01-18T08:03:15.795387+0000 mgr.smithi112.xshois (mgr.14182) 291 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 189 B/s wr, 2 op/s 2024-01-18T08:03:18.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:17 smithi131 bash[19154]: cluster 2024-01-18T08:03:17.796805+0000 mgr.smithi112.xshois (mgr.14182) 292 : cluster [DBG] pgmap v248: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 172 B/s wr, 2 op/s 2024-01-18T08:03:18.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:17 smithi112 bash[16324]: cluster 2024-01-18T08:03:17.796805+0000 mgr.smithi112.xshois (mgr.14182) 292 : cluster [DBG] pgmap v248: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 172 B/s wr, 2 op/s 2024-01-18T08:03:21.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:20 smithi112 bash[16324]: audit 2024-01-18T08:03:19.704655+0000 mon.smithi112 (mon.0) 690 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:03:21.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:20 smithi112 bash[16324]: cluster 2024-01-18T08:03:19.798102+0000 mgr.smithi112.xshois (mgr.14182) 293 : cluster [DBG] pgmap v249: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 172 B/s wr, 1 op/s 2024-01-18T08:03:21.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:20 smithi112 bash[16324]: audit 2024-01-18T08:03:20.023128+0000 mon.smithi112 (mon.0) 691 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:03:21.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:20 smithi112 bash[16324]: audit 2024-01-18T08:03:20.025149+0000 mon.smithi112 (mon.0) 692 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:03:21.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:20 smithi112 bash[16324]: audit 2024-01-18T08:03:20.026758+0000 mon.smithi112 (mon.0) 693 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:03:21.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:20 smithi112 bash[16324]: audit 2024-01-18T08:03:20.310933+0000 mon.smithi112 (mon.0) 694 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:03:21.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:20 smithi112 bash[16324]: audit 2024-01-18T08:03:20.317532+0000 mon.smithi112 (mon.0) 695 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:03:21.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:20 smithi112 bash[16324]: audit 2024-01-18T08:03:20.330488+0000 mon.smithi112 (mon.0) 696 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:03:21.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:20 smithi131 bash[19154]: audit 2024-01-18T08:03:19.704655+0000 mon.smithi112 (mon.0) 690 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:03:21.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:20 smithi131 bash[19154]: cluster 2024-01-18T08:03:19.798102+0000 mgr.smithi112.xshois (mgr.14182) 293 : cluster [DBG] pgmap v249: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 172 B/s wr, 1 op/s 2024-01-18T08:03:21.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:20 smithi131 bash[19154]: audit 2024-01-18T08:03:20.023128+0000 mon.smithi112 (mon.0) 691 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:03:21.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:20 smithi131 bash[19154]: audit 2024-01-18T08:03:20.025149+0000 mon.smithi112 (mon.0) 692 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:03:21.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:20 smithi131 bash[19154]: audit 2024-01-18T08:03:20.026758+0000 mon.smithi112 (mon.0) 693 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:03:21.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:20 smithi131 bash[19154]: audit 2024-01-18T08:03:20.310933+0000 mon.smithi112 (mon.0) 694 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:03:21.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:20 smithi131 bash[19154]: audit 2024-01-18T08:03:20.317532+0000 mon.smithi112 (mon.0) 695 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:03:21.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:20 smithi131 bash[19154]: audit 2024-01-18T08:03:20.330488+0000 mon.smithi112 (mon.0) 696 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:03:21.734 INFO:teuthology.orchestra.run.smithi112.stderr:Inferring fsid b612e886-b5d6-11ee-95ae-87774f69a715 2024-01-18T08:03:21.760 INFO:teuthology.orchestra.run.smithi112.stderr:Using recent ceph image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069 2024-01-18T08:03:22.054 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:21 smithi112 bash[16324]: cephadm 2024-01-18T08:03:20.033985+0000 mgr.smithi112.xshois (mgr.14182) 294 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-01-18T08:03:22.054 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:21 smithi112 bash[16324]: cluster 2024-01-18T08:03:20.311764+0000 mgr.smithi112.xshois (mgr.14182) 295 : cluster [DBG] pgmap v250: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 492 B/s rd, 98 B/s wr, 0 op/s 2024-01-18T08:03:22.054 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:21 smithi112 bash[16324]: cephadm 2024-01-18T08:03:20.334337+0000 mgr.smithi112.xshois (mgr.14182) 296 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi131.syxoex on smithi131 2024-01-18T08:03:22.054 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:21 smithi112 bash[16324]: cluster 2024-01-18T08:03:20.701229+0000 mon.smithi112 (mon.0) 697 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:03:22.054 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:21 smithi112 bash[16324]: cluster 2024-01-18T08:03:20.701318+0000 mon.smithi112 (mon.0) 698 : cluster [INF] Cluster is now healthy 2024-01-18T08:03:22.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:21 smithi131 bash[19154]: cephadm 2024-01-18T08:03:20.033985+0000 mgr.smithi112.xshois (mgr.14182) 294 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-01-18T08:03:22.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:21 smithi131 bash[19154]: cluster 2024-01-18T08:03:20.311764+0000 mgr.smithi112.xshois (mgr.14182) 295 : cluster [DBG] pgmap v250: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 492 B/s rd, 98 B/s wr, 0 op/s 2024-01-18T08:03:22.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:21 smithi131 bash[19154]: cephadm 2024-01-18T08:03:20.334337+0000 mgr.smithi112.xshois (mgr.14182) 296 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi131.syxoex on smithi131 2024-01-18T08:03:22.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:21 smithi131 bash[19154]: cluster 2024-01-18T08:03:20.701229+0000 mon.smithi112 (mon.0) 697 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:03:22.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:21 smithi131 bash[19154]: cluster 2024-01-18T08:03:20.701318+0000 mon.smithi112 (mon.0) 698 : cluster [INF] Cluster is now healthy 2024-01-18T08:03:23.962 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:23 smithi112 bash[16324]: cluster 2024-01-18T08:03:22.313247+0000 mgr.smithi112.xshois (mgr.14182) 297 : cluster [DBG] pgmap v251: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 787 B/s rd, 0 op/s 2024-01-18T08:03:24.084 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:23 smithi131 bash[19154]: cluster 2024-01-18T08:03:22.313247+0000 mgr.smithi112.xshois (mgr.14182) 297 : cluster [DBG] pgmap v251: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 787 B/s rd, 0 op/s 2024-01-18T08:03:25.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:24 smithi112 bash[16324]: audit 2024-01-18T08:03:24.153497+0000 mon.smithi112 (mon.0) 699 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi131.syxoex"}]: dispatch 2024-01-18T08:03:25.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:24 smithi131 bash[19154]: audit 2024-01-18T08:03:24.153497+0000 mon.smithi112 (mon.0) 699 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi131.syxoex"}]: dispatch 2024-01-18T08:03:26.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:25 smithi112 bash[16324]: cephadm 2024-01-18T08:03:24.152494+0000 mgr.smithi112.xshois (mgr.14182) 298 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-syxoex 2024-01-18T08:03:26.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:25 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:03:26.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:25 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-syxoex 2024-01-18T08:03:26.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:25 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.syxoex 2024-01-18T08:03:26.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:25 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:03:26.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:25 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.syxoex 2024-01-18T08:03:26.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:25 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.syxoex ... 2024-01-18T08:03:26.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:25 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:03:26.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:25 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:03:26.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:25 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:03:26.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:25 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:03:26.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:25 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:03:26.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:25 smithi112 bash[16324]: Traceback (most recent call last): 2024-01-18T08:03:26.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:25 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:03:26.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:25 smithi112 bash[16324]: yield (conn, connr) 2024-01-18T08:03:26.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:25 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:03:26.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:25 smithi112 bash[16324]: code, '\n'.join(err))) 2024-01-18T08:03:26.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:25 smithi112 bash[16324]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-syxoex 2024-01-18T08:03:26.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:25 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:03:26.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:25 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-syxoex 2024-01-18T08:03:26.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:25 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.syxoex 2024-01-18T08:03:26.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:25 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:03:26.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:25 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.syxoex 2024-01-18T08:03:26.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:25 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.syxoex ... 2024-01-18T08:03:26.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:25 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:03:26.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:25 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:03:26.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:25 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:03:26.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:25 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:03:26.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:25 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:03:26.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:25 smithi112 bash[16324]: cephadm 2024-01-18T08:03:24.152906+0000 mgr.smithi112.xshois (mgr.14182) 299 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi131.syxoex 2024-01-18T08:03:26.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:25 smithi112 bash[16324]: cephadm 2024-01-18T08:03:24.154826+0000 mgr.smithi112.xshois (mgr.14182) 300 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi131.syxoex on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-syxoex 2024-01-18T08:03:26.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:25 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:03:26.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:25 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-syxoex 2024-01-18T08:03:26.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:25 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.syxoex 2024-01-18T08:03:26.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:25 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:03:26.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:25 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.syxoex 2024-01-18T08:03:26.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:25 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.syxoex ... 2024-01-18T08:03:26.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:25 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:03:26.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:25 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:03:26.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:25 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:03:26.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:25 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:03:26.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:25 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:03:26.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:25 smithi112 bash[16324]: cephadm 2024-01-18T08:03:24.158409+0000 mgr.smithi112.xshois (mgr.14182) 301 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi112.rzjpyj on smithi112 2024-01-18T08:03:26.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:25 smithi112 bash[16324]: cluster 2024-01-18T08:03:24.313887+0000 mgr.smithi112.xshois (mgr.14182) 302 : cluster [DBG] pgmap v252: 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-18T08:03:26.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:25 smithi112 bash[16324]: audit 2024-01-18T08:03:25.153586+0000 mon.smithi112 (mon.0) 700 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.e", "id": [4, 0]}]: dispatch 2024-01-18T08:03:26.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:25 smithi131 bash[19154]: cephadm 2024-01-18T08:03:24.152494+0000 mgr.smithi112.xshois (mgr.14182) 298 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-syxoex 2024-01-18T08:03:26.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:25 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:03:26.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:25 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-syxoex 2024-01-18T08:03:26.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:25 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.syxoex 2024-01-18T08:03:26.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:25 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:03:26.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:25 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.syxoex 2024-01-18T08:03:26.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:25 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.syxoex ... 2024-01-18T08:03:26.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:25 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:03:26.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:25 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:03:26.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:25 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:03:26.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:25 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:03:26.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:25 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:03:26.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:25 smithi131 bash[19154]: Traceback (most recent call last): 2024-01-18T08:03:26.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:25 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:03:26.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:25 smithi131 bash[19154]: yield (conn, connr) 2024-01-18T08:03:26.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:25 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:03:26.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:25 smithi131 bash[19154]: code, '\n'.join(err))) 2024-01-18T08:03:26.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:25 smithi131 bash[19154]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-syxoex 2024-01-18T08:03:26.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:25 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:03:26.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:25 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-syxoex 2024-01-18T08:03:26.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:25 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.syxoex 2024-01-18T08:03:26.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:25 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:03:26.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:25 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.syxoex 2024-01-18T08:03:26.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:25 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.syxoex ... 2024-01-18T08:03:26.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:25 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:03:26.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:25 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:03:26.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:25 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:03:26.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:25 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:03:26.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:25 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:03:26.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:25 smithi131 bash[19154]: cephadm 2024-01-18T08:03:24.152906+0000 mgr.smithi112.xshois (mgr.14182) 299 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi131.syxoex 2024-01-18T08:03:26.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:25 smithi131 bash[19154]: cephadm 2024-01-18T08:03:24.154826+0000 mgr.smithi112.xshois (mgr.14182) 300 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi131.syxoex on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-syxoex 2024-01-18T08:03:26.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:25 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:03:26.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:25 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-syxoex 2024-01-18T08:03:26.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:25 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.syxoex 2024-01-18T08:03:26.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:25 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:03:26.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:25 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.syxoex 2024-01-18T08:03:26.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:25 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.syxoex ... 2024-01-18T08:03:26.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:25 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:03:26.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:25 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:03:26.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:25 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:03:26.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:25 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:03:26.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:25 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:03:26.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:25 smithi131 bash[19154]: cephadm 2024-01-18T08:03:24.158409+0000 mgr.smithi112.xshois (mgr.14182) 301 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi112.rzjpyj on smithi112 2024-01-18T08:03:26.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:25 smithi131 bash[19154]: cluster 2024-01-18T08:03:24.313887+0000 mgr.smithi112.xshois (mgr.14182) 302 : cluster [DBG] pgmap v252: 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-18T08:03:26.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:25 smithi131 bash[19154]: audit 2024-01-18T08:03:25.153586+0000 mon.smithi112 (mon.0) 700 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.e", "id": [4, 0]}]: dispatch 2024-01-18T08:03:27.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:26 smithi112 bash[16324]: audit 2024-01-18T08:03:25.721396+0000 mon.smithi112 (mon.0) 701 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.e", "id": [4, 0]}]': finished 2024-01-18T08:03:27.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:26 smithi112 bash[16324]: cluster 2024-01-18T08:03:25.721463+0000 mon.smithi112 (mon.0) 702 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-01-18T08:03:27.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:26 smithi131 bash[19154]: audit 2024-01-18T08:03:25.721396+0000 mon.smithi112 (mon.0) 701 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.e", "id": [4, 0]}]': finished 2024-01-18T08:03:27.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:26 smithi131 bash[19154]: cluster 2024-01-18T08:03:25.721463+0000 mon.smithi112 (mon.0) 702 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-01-18T08:03:27.554 INFO:teuthology.run_tasks:Running task python... 2024-01-18T08:03:27.590 INFO:tasks.python:Running python on role host.a host ubuntu@smithi112.front.sepia.ceph.com 2024-01-18T08:03:27.590 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-18T08:03:27.591 DEBUG:teuthology.orchestra.run.smithi112:> sudo TESTDIR=/home/ubuntu/cephtest python3 2024-01-18T08:03:27.990 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:27 smithi112 bash[16324]: cluster 2024-01-18T08:03:26.314964+0000 mgr.smithi112.xshois (mgr.14182) 303 : cluster [DBG] pgmap v254: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 2 op/s 2024-01-18T08:03:27.991 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:27 smithi112 bash[16324]: cluster 2024-01-18T08:03:26.741036+0000 mon.smithi112 (mon.0) 703 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-01-18T08:03:28.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:27 smithi131 bash[19154]: cluster 2024-01-18T08:03:26.314964+0000 mgr.smithi112.xshois (mgr.14182) 303 : cluster [DBG] pgmap v254: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 2 op/s 2024-01-18T08:03:28.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:27 smithi131 bash[19154]: cluster 2024-01-18T08:03:26.741036+0000 mon.smithi112 (mon.0) 703 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-01-18T08:03:29.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:28 smithi112 bash[16324]: audit 2024-01-18T08:03:28.370522+0000 mon.smithi112 (mon.0) 704 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi112.rzjpyj"}]: dispatch 2024-01-18T08:03:29.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:28 smithi131 bash[19154]: audit 2024-01-18T08:03:28.370522+0000 mon.smithi112 (mon.0) 704 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi112.rzjpyj"}]: dispatch 2024-01-18T08:03:30.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:29 smithi112 bash[16324]: cephadm 2024-01-18T08:03:28.062093+0000 mgr.smithi112.xshois (mgr.14182) 304 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-rzjpyj 2024-01-18T08:03:30.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:29 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:03:30.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:29 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-rzjpyj 2024-01-18T08:03:30.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:29 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.rzjpyj 2024-01-18T08:03:30.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:29 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:03:30.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:29 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.rzjpyj 2024-01-18T08:03:30.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:29 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.rzjpyj ... 2024-01-18T08:03:30.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:29 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:03:30.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:29 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:03:30.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:29 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:03:30.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:29 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:03:30.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:29 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:03:30.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:29 smithi112 bash[16324]: Traceback (most recent call last): 2024-01-18T08:03:30.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:29 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:03:30.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:29 smithi112 bash[16324]: yield (conn, connr) 2024-01-18T08:03:30.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:29 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:03:30.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:29 smithi112 bash[16324]: code, '\n'.join(err))) 2024-01-18T08:03:30.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:29 smithi112 bash[16324]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-rzjpyj 2024-01-18T08:03:30.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:29 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:03:30.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:29 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-rzjpyj 2024-01-18T08:03:30.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:29 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.rzjpyj 2024-01-18T08:03:30.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:29 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:03:30.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:29 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.rzjpyj 2024-01-18T08:03:30.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:29 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.rzjpyj ... 2024-01-18T08:03:30.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:29 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:03:30.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:29 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:03:30.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:29 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:03:30.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:29 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:03:30.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:29 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:03:30.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:29 smithi112 bash[16324]: cephadm 2024-01-18T08:03:28.062601+0000 mgr.smithi112.xshois (mgr.14182) 305 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi112.rzjpyj 2024-01-18T08:03:30.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:29 smithi112 bash[16324]: cluster 2024-01-18T08:03:28.316030+0000 mgr.smithi112.xshois (mgr.14182) 306 : cluster [DBG] pgmap v256: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.7 KiB/s rd, 2 op/s 2024-01-18T08:03:30.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:29 smithi112 bash[16324]: cephadm 2024-01-18T08:03:28.371991+0000 mgr.smithi112.xshois (mgr.14182) 307 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi112.rzjpyj on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-rzjpyj 2024-01-18T08:03:30.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:29 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:03:30.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:29 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-rzjpyj 2024-01-18T08:03:30.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:29 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.rzjpyj 2024-01-18T08:03:30.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:29 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:03:30.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:29 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.rzjpyj 2024-01-18T08:03:30.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:29 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.rzjpyj ... 2024-01-18T08:03:30.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:29 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:03:30.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:29 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:03:30.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:29 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:03:30.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:29 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:03:30.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:29 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:03:30.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:29 smithi112 bash[16324]: cephadm 2024-01-18T08:03:28.376012+0000 mgr.smithi112.xshois (mgr.14182) 308 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi131.melqnm on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:03:30.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:29 smithi112 bash[16324]: cephadm 2024-01-18T08:03:28.378750+0000 mgr.smithi112.xshois (mgr.14182) 309 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi112.kjseaf on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:03:30.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:29 smithi112 bash[16324]: cluster 2024-01-18T08:03:28.380194+0000 mgr.smithi112.xshois (mgr.14182) 310 : cluster [DBG] pgmap v257: 161 pgs: 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-18T08:03:30.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:29 smithi112 bash[16324]: cluster 2024-01-18T08:03:28.738851+0000 mon.smithi112 (mon.0) 705 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:03:30.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:29 smithi112 bash[16324]: cluster 2024-01-18T08:03:28.760650+0000 mon.smithi112 (mon.0) 706 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-01-18T08:03:30.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:29 smithi112 bash[16324]: audit 2024-01-18T08:03:28.764760+0000 mon.smithi112 (mon.0) 707 : audit [INF] from='client.? 172.21.15.112:0/978991125' entity='client.rgw.foorgw.smithi112.pvkacp' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2024-01-18T08:03:30.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:29 smithi131 bash[19154]: cephadm 2024-01-18T08:03:28.062093+0000 mgr.smithi112.xshois (mgr.14182) 304 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-rzjpyj 2024-01-18T08:03:30.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:29 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:03:30.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:29 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-rzjpyj 2024-01-18T08:03:30.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:29 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.rzjpyj 2024-01-18T08:03:30.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:29 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:03:30.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:29 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.rzjpyj 2024-01-18T08:03:30.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:29 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.rzjpyj ... 2024-01-18T08:03:30.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:29 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:03:30.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:29 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:03:30.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:29 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:03:30.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:29 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:03:30.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:29 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:03:30.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:29 smithi131 bash[19154]: Traceback (most recent call last): 2024-01-18T08:03:30.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:29 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:03:30.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:29 smithi131 bash[19154]: yield (conn, connr) 2024-01-18T08:03:30.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:29 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:03:30.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:29 smithi131 bash[19154]: code, '\n'.join(err))) 2024-01-18T08:03:30.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:29 smithi131 bash[19154]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-rzjpyj 2024-01-18T08:03:30.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:29 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:03:30.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:29 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-rzjpyj 2024-01-18T08:03:30.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:29 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.rzjpyj 2024-01-18T08:03:30.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:29 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:03:30.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:29 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.rzjpyj 2024-01-18T08:03:30.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:29 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.rzjpyj ... 2024-01-18T08:03:30.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:29 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:03:30.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:29 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:03:30.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:29 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:03:30.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:29 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:03:30.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:29 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:03:30.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:29 smithi131 bash[19154]: cephadm 2024-01-18T08:03:28.062601+0000 mgr.smithi112.xshois (mgr.14182) 305 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi112.rzjpyj 2024-01-18T08:03:30.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:29 smithi131 bash[19154]: cluster 2024-01-18T08:03:28.316030+0000 mgr.smithi112.xshois (mgr.14182) 306 : cluster [DBG] pgmap v256: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.7 KiB/s rd, 2 op/s 2024-01-18T08:03:30.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:29 smithi131 bash[19154]: cephadm 2024-01-18T08:03:28.371991+0000 mgr.smithi112.xshois (mgr.14182) 307 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi112.rzjpyj on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-rzjpyj 2024-01-18T08:03:30.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:29 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:03:30.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:29 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-rzjpyj 2024-01-18T08:03:30.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:29 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.rzjpyj 2024-01-18T08:03:30.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:29 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:03:30.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:29 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.rzjpyj 2024-01-18T08:03:30.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:29 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.rzjpyj ... 2024-01-18T08:03:30.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:29 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:03:30.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:29 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:03:30.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:29 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:03:30.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:29 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:03:30.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:29 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:03:30.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:29 smithi131 bash[19154]: cephadm 2024-01-18T08:03:28.376012+0000 mgr.smithi112.xshois (mgr.14182) 308 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi131.melqnm on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:03:30.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:29 smithi131 bash[19154]: cephadm 2024-01-18T08:03:28.378750+0000 mgr.smithi112.xshois (mgr.14182) 309 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi112.kjseaf on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:03:30.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:29 smithi131 bash[19154]: cluster 2024-01-18T08:03:28.380194+0000 mgr.smithi112.xshois (mgr.14182) 310 : cluster [DBG] pgmap v257: 161 pgs: 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-18T08:03:30.175 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:29 smithi131 bash[19154]: cluster 2024-01-18T08:03:28.738851+0000 mon.smithi112 (mon.0) 705 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:03:30.175 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:29 smithi131 bash[19154]: cluster 2024-01-18T08:03:28.760650+0000 mon.smithi112 (mon.0) 706 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-01-18T08:03:30.175 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:29 smithi131 bash[19154]: audit 2024-01-18T08:03:28.764760+0000 mon.smithi112 (mon.0) 707 : audit [INF] from='client.? 172.21.15.112:0/978991125' entity='client.rgw.foorgw.smithi112.pvkacp' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2024-01-18T08:03:31.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:30 smithi112 bash[16324]: audit 2024-01-18T08:03:29.761581+0000 mon.smithi112 (mon.0) 708 : audit [INF] from='client.? 172.21.15.112:0/978991125' entity='client.rgw.foorgw.smithi112.pvkacp' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2024-01-18T08:03:31.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:30 smithi112 bash[16324]: cluster 2024-01-18T08:03:29.762093+0000 mon.smithi112 (mon.0) 709 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-01-18T08:03:31.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:30 smithi112 bash[16324]: audit 2024-01-18T08:03:29.771462+0000 mon.smithi112 (mon.0) 710 : audit [INF] from='client.? 172.21.15.112:0/978991125' entity='client.rgw.foorgw.smithi112.pvkacp' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-18T08:03:31.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:30 smithi112 bash[16324]: audit 2024-01-18T08:03:30.711324+0000 mon.smithi112 (mon.0) 711 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:03:31.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:30 smithi131 bash[19154]: audit 2024-01-18T08:03:29.761581+0000 mon.smithi112 (mon.0) 708 : audit [INF] from='client.? 172.21.15.112:0/978991125' entity='client.rgw.foorgw.smithi112.pvkacp' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2024-01-18T08:03:31.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:30 smithi131 bash[19154]: cluster 2024-01-18T08:03:29.762093+0000 mon.smithi112 (mon.0) 709 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-01-18T08:03:31.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:30 smithi131 bash[19154]: audit 2024-01-18T08:03:29.771462+0000 mon.smithi112 (mon.0) 710 : audit [INF] from='client.? 172.21.15.112:0/978991125' entity='client.rgw.foorgw.smithi112.pvkacp' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-18T08:03:31.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:30 smithi131 bash[19154]: audit 2024-01-18T08:03:30.711324+0000 mon.smithi112 (mon.0) 711 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:03:32.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:31 smithi112 bash[16324]: cluster 2024-01-18T08:03:30.381458+0000 mgr.smithi112.xshois (mgr.14182) 311 : cluster [DBG] pgmap v260: 193 pgs: 11 creating+peering, 15 unknown, 167 active+clean; 5.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 503 B/s wr, 3 op/s; 0 B/s, 0 objects/s recovering 2024-01-18T08:03:32.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:31 smithi112 bash[16324]: audit 2024-01-18T08:03:30.782471+0000 mon.smithi112 (mon.0) 712 : audit [INF] from='client.? 172.21.15.112:0/978991125' entity='client.rgw.foorgw.smithi112.pvkacp' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-18T08:03:32.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:31 smithi112 bash[16324]: cluster 2024-01-18T08:03:30.782598+0000 mon.smithi112 (mon.0) 713 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-01-18T08:03:32.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:31 smithi131 bash[19154]: cluster 2024-01-18T08:03:30.381458+0000 mgr.smithi112.xshois (mgr.14182) 311 : cluster [DBG] pgmap v260: 193 pgs: 11 creating+peering, 15 unknown, 167 active+clean; 5.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 503 B/s wr, 3 op/s; 0 B/s, 0 objects/s recovering 2024-01-18T08:03:32.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:31 smithi131 bash[19154]: audit 2024-01-18T08:03:30.782471+0000 mon.smithi112 (mon.0) 712 : audit [INF] from='client.? 172.21.15.112:0/978991125' entity='client.rgw.foorgw.smithi112.pvkacp' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-18T08:03:32.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:31 smithi131 bash[19154]: cluster 2024-01-18T08:03:30.782598+0000 mon.smithi112 (mon.0) 713 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-01-18T08:03:32.871 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-18T08:03:32.881 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi112.front.sepia.ceph.com 2024-01-18T08:03:32.881 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- bash -c 'ceph nfs export create rgw --cluster-id foo --pseudo-path /foouser --user-id foouser' 2024-01-18T08:03:33.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:32 smithi112 bash[16324]: cluster 2024-01-18T08:03:31.798843+0000 mon.smithi112 (mon.0) 714 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-01-18T08:03:33.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:32 smithi112 bash[16324]: audit 2024-01-18T08:03:31.806805+0000 mon.smithi112 (mon.0) 715 : audit [INF] from='client.? 172.21.15.112:0/2067661534' entity='client.rgw.foorgw.smithi112.pvkacp' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2024-01-18T08:03:33.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:32 smithi131 bash[19154]: cluster 2024-01-18T08:03:31.798843+0000 mon.smithi112 (mon.0) 714 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-01-18T08:03:33.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:32 smithi131 bash[19154]: audit 2024-01-18T08:03:31.806805+0000 mon.smithi112 (mon.0) 715 : audit [INF] from='client.? 172.21.15.112:0/2067661534' entity='client.rgw.foorgw.smithi112.pvkacp' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2024-01-18T08:03:34.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:33 smithi131 bash[19154]: cluster 2024-01-18T08:03:32.383074+0000 mgr.smithi112.xshois (mgr.14182) 312 : cluster [DBG] pgmap v263: 225 pgs: 24 creating+peering, 19 unknown, 182 active+clean; 6.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 1.2 KiB/s wr, 5 op/s; 0 B/s, 0 objects/s recovering 2024-01-18T08:03:34.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:33 smithi131 bash[19154]: audit 2024-01-18T08:03:32.809876+0000 mon.smithi112 (mon.0) 716 : audit [INF] from='client.? 172.21.15.112:0/2067661534' entity='client.rgw.foorgw.smithi112.pvkacp' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2024-01-18T08:03:34.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:33 smithi131 bash[19154]: cluster 2024-01-18T08:03:32.810151+0000 mon.smithi112 (mon.0) 717 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-01-18T08:03:34.211 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:33 smithi112 bash[16324]: cluster 2024-01-18T08:03:32.383074+0000 mgr.smithi112.xshois (mgr.14182) 312 : cluster [DBG] pgmap v263: 225 pgs: 24 creating+peering, 19 unknown, 182 active+clean; 6.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 1.2 KiB/s wr, 5 op/s; 0 B/s, 0 objects/s recovering 2024-01-18T08:03:34.212 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:33 smithi112 bash[16324]: audit 2024-01-18T08:03:32.809876+0000 mon.smithi112 (mon.0) 716 : audit [INF] from='client.? 172.21.15.112:0/2067661534' entity='client.rgw.foorgw.smithi112.pvkacp' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2024-01-18T08:03:34.212 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:33 smithi112 bash[16324]: cluster 2024-01-18T08:03:32.810151+0000 mon.smithi112 (mon.0) 717 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-01-18T08:03:35.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:34 smithi131 bash[19154]: cluster 2024-01-18T08:03:33.808943+0000 mon.smithi112 (mon.0) 718 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-01-18T08:03:35.281 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:34 smithi112 bash[16324]: cluster 2024-01-18T08:03:33.808943+0000 mon.smithi112 (mon.0) 718 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-01-18T08:03:36.087 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:35 smithi112 bash[16324]: cluster 2024-01-18T08:03:34.384669+0000 mgr.smithi112.xshois (mgr.14182) 313 : cluster [DBG] pgmap v266: 225 pgs: 13 creating+peering, 14 unknown, 198 active+clean; 6.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.2 KiB/s wr, 6 op/s 2024-01-18T08:03:36.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:35 smithi131 bash[19154]: cluster 2024-01-18T08:03:34.384669+0000 mgr.smithi112.xshois (mgr.14182) 313 : cluster [DBG] pgmap v266: 225 pgs: 13 creating+peering, 14 unknown, 198 active+clean; 6.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.2 KiB/s wr, 6 op/s 2024-01-18T08:03:36.734 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-01-18T08:03:36.735 INFO:teuthology.orchestra.run.smithi112.stdout: "bind": "/foouser", 2024-01-18T08:03:36.735 INFO:teuthology.orchestra.run.smithi112.stdout: "path": "/", 2024-01-18T08:03:36.735 INFO:teuthology.orchestra.run.smithi112.stdout: "cluster": "foo", 2024-01-18T08:03:36.735 INFO:teuthology.orchestra.run.smithi112.stdout: "mode": "RW", 2024-01-18T08:03:36.735 INFO:teuthology.orchestra.run.smithi112.stdout: "squash": "none" 2024-01-18T08:03:36.735 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-01-18T08:03:37.423 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-01-18T08:03:37.434 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-01-18T08:03:37.434 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:03:38.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:37 smithi131 bash[19154]: cluster 2024-01-18T08:03:36.386319+0000 mgr.smithi112.xshois (mgr.14182) 314 : cluster [DBG] pgmap v267: 225 pgs: 13 creating+peering, 212 active+clean; 6.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.2 KiB/s wr, 7 op/s 2024-01-18T08:03:38.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:37 smithi131 bash[19154]: audit 2024-01-18T08:03:36.537538+0000 mgr.smithi112.xshois (mgr.14182) 315 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "cluster_id": "foo", "pseudo_path": "/foouser", "user_id": "foouser", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:03:38.281 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:37 smithi112 bash[16324]: cluster 2024-01-18T08:03:36.386319+0000 mgr.smithi112.xshois (mgr.14182) 314 : cluster [DBG] pgmap v267: 225 pgs: 13 creating+peering, 212 active+clean; 6.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.2 KiB/s wr, 7 op/s 2024-01-18T08:03:38.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:37 smithi112 bash[16324]: audit 2024-01-18T08:03:36.537538+0000 mgr.smithi112.xshois (mgr.14182) 315 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "cluster_id": "foo", "pseudo_path": "/foouser", "user_id": "foouser", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:03:39.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:38 smithi131 bash[19154]: cluster 2024-01-18T08:03:38.388359+0000 mgr.smithi112.xshois (mgr.14182) 316 : cluster [DBG] pgmap v268: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.0 KiB/s rd, 1.2 KiB/s wr, 8 op/s 2024-01-18T08:03:39.281 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:38 smithi112 bash[16324]: cluster 2024-01-18T08:03:38.388359+0000 mgr.smithi112.xshois (mgr.14182) 316 : cluster [DBG] pgmap v268: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.0 KiB/s rd, 1.2 KiB/s wr, 8 op/s 2024-01-18T08:03:40.716 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:03:40.717 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:03:20.009089Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:03:19.689741Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:03:20.009363Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:03:13.793091Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.rvowge on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:03:24.154624Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.syxoex on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-syxoex\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-syxoex\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.syxoex\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.syxoex\nDeploy daemon haproxy.nfs.foo.smithi131.syxoex ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:03:28.371765Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.rzjpyj on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-rzjpyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-rzjpyj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.rzjpyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.rzjpyj\nDeploy daemon haproxy.nfs.foo.smithi112.rzjpyj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:03:28.375863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.melqnm on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:03:28.378592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.kjseaf on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:03:19.690145Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:03:19.690389Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:03:20.010316Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:03:19.690603Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:03:19.690993Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:03:19.690807Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:03:19.691843Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:03:41.362 INFO:tasks.cephadm:nfs.foo has 1/1 2024-01-18T08:03:41.362 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-01-18T08:03:41.372 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2024-01-18T08:03:41.372 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:03:41.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:41 smithi131 bash[19154]: audit 2024-01-18T08:03:40.342414+0000 mon.smithi112 (mon.0) 719 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:03:41.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:41 smithi131 bash[19154]: cluster 2024-01-18T08:03:40.389888+0000 mgr.smithi112.xshois (mgr.14182) 317 : cluster [DBG] pgmap v269: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.0 KiB/s rd, 895 B/s wr, 15 op/s 2024-01-18T08:03:41.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:41 smithi131 bash[19154]: audit 2024-01-18T08:03:40.706707+0000 mgr.smithi112.xshois (mgr.14182) 318 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:03:41.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:41 smithi112 bash[16324]: audit 2024-01-18T08:03:40.342414+0000 mon.smithi112 (mon.0) 719 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:03:41.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:41 smithi112 bash[16324]: cluster 2024-01-18T08:03:40.389888+0000 mgr.smithi112.xshois (mgr.14182) 317 : cluster [DBG] pgmap v269: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.0 KiB/s rd, 895 B/s wr, 15 op/s 2024-01-18T08:03:41.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:41 smithi112 bash[16324]: audit 2024-01-18T08:03:40.706707+0000 mgr.smithi112.xshois (mgr.14182) 318 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:03:43.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:43 smithi131 bash[19154]: cluster 2024-01-18T08:03:42.391879+0000 mgr.smithi112.xshois (mgr.14182) 319 : cluster [DBG] pgmap v270: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 747 B/s wr, 16 op/s 2024-01-18T08:03:43.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:43 smithi112 bash[16324]: cluster 2024-01-18T08:03:42.391879+0000 mgr.smithi112.xshois (mgr.14182) 319 : cluster [DBG] pgmap v270: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 747 B/s wr, 16 op/s 2024-01-18T08:03:44.662 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:03:44.662 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:03:20.009089Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:03:19.689741Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:03:20.009363Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:03:13.793091Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.rvowge on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:03:24.154624Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.syxoex on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-syxoex\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-syxoex\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.syxoex\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.syxoex\nDeploy daemon haproxy.nfs.foo.smithi131.syxoex ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:03:28.371765Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.rzjpyj on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-rzjpyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-rzjpyj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.rzjpyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.rzjpyj\nDeploy daemon haproxy.nfs.foo.smithi112.rzjpyj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:03:28.375863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.melqnm on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:03:28.378592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.kjseaf on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:03:19.690145Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:03:19.690389Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:03:20.010316Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:03:19.690603Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:03:19.690993Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:03:19.690807Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:03:19.691843Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:03:45.297 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:03:45.531 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:45 smithi112 bash[16324]: cluster 2024-01-18T08:03:44.393342+0000 mgr.smithi112.xshois (mgr.14182) 320 : cluster [DBG] pgmap v271: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 677 B/s wr, 14 op/s 2024-01-18T08:03:45.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:45 smithi112 bash[16324]: audit 2024-01-18T08:03:44.650201+0000 mgr.smithi112.xshois (mgr.14182) 321 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:03:45.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:45 smithi131 bash[19154]: cluster 2024-01-18T08:03:44.393342+0000 mgr.smithi112.xshois (mgr.14182) 320 : cluster [DBG] pgmap v271: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 677 B/s wr, 14 op/s 2024-01-18T08:03:45.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:45 smithi131 bash[19154]: audit 2024-01-18T08:03:44.650201+0000 mgr.smithi112.xshois (mgr.14182) 321 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:03:46.298 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:03:47.656 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:47 smithi112 bash[16324]: cluster 2024-01-18T08:03:46.394363+0000 mgr.smithi112.xshois (mgr.14182) 322 : cluster [DBG] pgmap v272: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.3 KiB/s rd, 426 B/s wr, 11 op/s 2024-01-18T08:03:47.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:47 smithi131 bash[19154]: cluster 2024-01-18T08:03:46.394363+0000 mgr.smithi112.xshois (mgr.14182) 322 : cluster [DBG] pgmap v272: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.3 KiB/s rd, 426 B/s wr, 11 op/s 2024-01-18T08:03:49.472 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:03:49.472 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:03:20.009089Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:03:19.689741Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:03:20.009363Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:03:13.793091Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.rvowge on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:03:24.154624Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.syxoex on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-syxoex\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-syxoex\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.syxoex\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.syxoex\nDeploy daemon haproxy.nfs.foo.smithi131.syxoex ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:03:28.371765Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.rzjpyj on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-rzjpyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-rzjpyj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.rzjpyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.rzjpyj\nDeploy daemon haproxy.nfs.foo.smithi112.rzjpyj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:03:28.375863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.melqnm on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:03:28.378592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.kjseaf on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:03:19.690145Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:03:19.690389Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:03:20.010316Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:03:19.690603Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:03:19.690993Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:03:19.690807Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:03:19.691843Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:03:49.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:49 smithi112 bash[16324]: cluster 2024-01-18T08:03:48.395914+0000 mgr.smithi112.xshois (mgr.14182) 323 : cluster [DBG] pgmap v273: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.3 KiB/s rd, 255 B/s wr, 10 op/s 2024-01-18T08:03:49.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:49 smithi131 bash[19154]: cluster 2024-01-18T08:03:48.395914+0000 mgr.smithi112.xshois (mgr.14182) 323 : cluster [DBG] pgmap v273: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.3 KiB/s rd, 255 B/s wr, 10 op/s 2024-01-18T08:03:50.149 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:03:50.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:50 smithi112 bash[16324]: audit 2024-01-18T08:03:49.462467+0000 mgr.smithi112.xshois (mgr.14182) 324 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:03:50.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:50 smithi131 bash[19154]: audit 2024-01-18T08:03:49.462467+0000 mgr.smithi112.xshois (mgr.14182) 324 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:03:51.150 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:03:51.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:51 smithi112 bash[16324]: cluster 2024-01-18T08:03:50.397572+0000 mgr.smithi112.xshois (mgr.14182) 325 : cluster [DBG] pgmap v274: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 85 B/s wr, 9 op/s 2024-01-18T08:03:51.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:51 smithi131 bash[19154]: cluster 2024-01-18T08:03:50.397572+0000 mgr.smithi112.xshois (mgr.14182) 325 : cluster [DBG] pgmap v274: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 85 B/s wr, 9 op/s 2024-01-18T08:03:53.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:53 smithi131 bash[19154]: cluster 2024-01-18T08:03:52.399054+0000 mgr.smithi112.xshois (mgr.14182) 326 : cluster [DBG] pgmap v275: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.8 KiB/s rd, 0 B/s wr, 2 op/s 2024-01-18T08:03:53.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:53 smithi112 bash[16324]: cluster 2024-01-18T08:03:52.399054+0000 mgr.smithi112.xshois (mgr.14182) 326 : cluster [DBG] pgmap v275: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.8 KiB/s rd, 0 B/s wr, 2 op/s 2024-01-18T08:03:54.501 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:03:54.502 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:03:20.009089Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:03:19.689741Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:03:20.009363Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:03:13.793091Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.rvowge on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:03:24.154624Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.syxoex on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-syxoex\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-syxoex\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.syxoex\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.syxoex\nDeploy daemon haproxy.nfs.foo.smithi131.syxoex ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:03:28.371765Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.rzjpyj on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-rzjpyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-rzjpyj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.rzjpyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.rzjpyj\nDeploy daemon haproxy.nfs.foo.smithi112.rzjpyj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:03:28.375863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.melqnm on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:03:28.378592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.kjseaf on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:03:19.690145Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:03:19.690389Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:03:20.010316Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:03:19.690603Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:03:19.690993Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:03:19.690807Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:03:19.691843Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:03:55.126 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:03:55.531 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:55 smithi112 bash[16324]: cluster 2024-01-18T08:03:54.400521+0000 mgr.smithi112.xshois (mgr.14182) 327 : 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-18T08:03:55.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:55 smithi112 bash[16324]: audit 2024-01-18T08:03:54.489942+0000 mgr.smithi112.xshois (mgr.14182) 328 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:03:55.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:55 smithi131 bash[19154]: cluster 2024-01-18T08:03:54.400521+0000 mgr.smithi112.xshois (mgr.14182) 327 : 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-18T08:03:55.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:55 smithi131 bash[19154]: audit 2024-01-18T08:03:54.489942+0000 mgr.smithi112.xshois (mgr.14182) 328 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:03:56.135 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:03:57.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:57 smithi112 bash[16324]: cluster 2024-01-18T08:03:56.402090+0000 mgr.smithi112.xshois (mgr.14182) 329 : cluster [DBG] pgmap v277: 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-18T08:03:57.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:57 smithi131 bash[19154]: cluster 2024-01-18T08:03:56.402090+0000 mgr.smithi112.xshois (mgr.14182) 329 : cluster [DBG] pgmap v277: 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-18T08:03:59.314 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:03:59.314 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:03:20.009089Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:03:19.689741Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:03:20.009363Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:03:13.793091Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.rvowge on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:03:24.154624Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.syxoex on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-syxoex\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-syxoex\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.syxoex\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.syxoex\nDeploy daemon haproxy.nfs.foo.smithi131.syxoex ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:03:28.371765Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.rzjpyj on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-rzjpyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-rzjpyj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.rzjpyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.rzjpyj\nDeploy daemon haproxy.nfs.foo.smithi112.rzjpyj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:03:28.375863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.melqnm on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:03:28.378592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.kjseaf on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:03:19.690145Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:03:19.690389Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:03:20.010316Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:03:19.690603Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:03:19.690993Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:03:19.690807Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:03:19.691843Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:03:59.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:03:59 smithi112 bash[16324]: cluster 2024-01-18T08:03:58.403652+0000 mgr.smithi112.xshois (mgr.14182) 330 : cluster [DBG] pgmap v278: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-01-18T08:03:59.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:03:59 smithi131 bash[19154]: cluster 2024-01-18T08:03:58.403652+0000 mgr.smithi112.xshois (mgr.14182) 330 : cluster [DBG] pgmap v278: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-01-18T08:03:59.981 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:04:00.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:00 smithi112 bash[16324]: audit 2024-01-18T08:03:59.309379+0000 mgr.smithi112.xshois (mgr.14182) 331 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:04:00.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:00 smithi131 bash[19154]: audit 2024-01-18T08:03:59.309379+0000 mgr.smithi112.xshois (mgr.14182) 331 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:04:00.981 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:04:01.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:01 smithi112 bash[16324]: cluster 2024-01-18T08:04:00.405341+0000 mgr.smithi112.xshois (mgr.14182) 332 : cluster [DBG] pgmap v279: 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-18T08:04:01.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:01 smithi131 bash[19154]: cluster 2024-01-18T08:04:00.405341+0000 mgr.smithi112.xshois (mgr.14182) 332 : cluster [DBG] pgmap v279: 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-18T08:04:03.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:03 smithi131 bash[19154]: cluster 2024-01-18T08:04:02.407074+0000 mgr.smithi112.xshois (mgr.14182) 333 : cluster [DBG] pgmap v280: 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-18T08:04:03.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:03 smithi112 bash[16324]: cluster 2024-01-18T08:04:02.407074+0000 mgr.smithi112.xshois (mgr.14182) 333 : cluster [DBG] pgmap v280: 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-18T08:04:04.254 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:04:04.254 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:03:20.009089Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:03:19.689741Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:03:20.009363Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:03:13.793091Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.rvowge on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:03:24.154624Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.syxoex on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-syxoex\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-syxoex\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.syxoex\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.syxoex\nDeploy daemon haproxy.nfs.foo.smithi131.syxoex ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:03:28.371765Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.rzjpyj on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-rzjpyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-rzjpyj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.rzjpyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.rzjpyj\nDeploy daemon haproxy.nfs.foo.smithi112.rzjpyj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:03:28.375863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.melqnm on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:03:28.378592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.kjseaf on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:03:19.690145Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:03:19.690389Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:03:20.010316Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:03:19.690603Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:03:19.690993Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:03:19.690807Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:03:19.691843Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:04:04.884 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:04:05.531 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:05 smithi112 bash[16324]: audit 2024-01-18T08:04:04.250470+0000 mgr.smithi112.xshois (mgr.14182) 334 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:04:05.531 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:05 smithi112 bash[16324]: cluster 2024-01-18T08:04:04.408632+0000 mgr.smithi112.xshois (mgr.14182) 335 : cluster [DBG] pgmap v281: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-01-18T08:04:05.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:05 smithi131 bash[19154]: audit 2024-01-18T08:04:04.250470+0000 mgr.smithi112.xshois (mgr.14182) 334 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:04:05.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:05 smithi131 bash[19154]: cluster 2024-01-18T08:04:04.408632+0000 mgr.smithi112.xshois (mgr.14182) 335 : cluster [DBG] pgmap v281: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-01-18T08:04:05.885 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:04:07.531 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:07 smithi112 bash[16324]: cluster 2024-01-18T08:04:06.410194+0000 mgr.smithi112.xshois (mgr.14182) 336 : cluster [DBG] pgmap v282: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-01-18T08:04:07.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:07 smithi131 bash[19154]: cluster 2024-01-18T08:04:06.410194+0000 mgr.smithi112.xshois (mgr.14182) 336 : cluster [DBG] pgmap v282: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-01-18T08:04:09.107 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:04:09.108 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:03:20.009089Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:03:19.689741Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:03:20.009363Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:03:13.793091Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.rvowge on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:03:24.154624Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.syxoex on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-syxoex\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-syxoex\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.syxoex\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.syxoex\nDeploy daemon haproxy.nfs.foo.smithi131.syxoex ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:03:28.371765Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.rzjpyj on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-rzjpyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-rzjpyj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.rzjpyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.rzjpyj\nDeploy daemon haproxy.nfs.foo.smithi112.rzjpyj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:03:28.375863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.melqnm on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:03:28.378592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.kjseaf on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:03:19.690145Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:03:19.690389Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:03:20.010316Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:03:19.690603Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:03:19.690993Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:03:19.690807Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:03:19.691843Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:04:09.691 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:04:09.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:09 smithi112 bash[16324]: cluster 2024-01-18T08:04:08.411476+0000 mgr.smithi112.xshois (mgr.14182) 337 : 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-18T08:04:09.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:09 smithi131 bash[19154]: cluster 2024-01-18T08:04:08.411476+0000 mgr.smithi112.xshois (mgr.14182) 337 : 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-18T08:04:10.692 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:04:10.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:10 smithi112 bash[16324]: audit 2024-01-18T08:04:09.099176+0000 mgr.smithi112.xshois (mgr.14182) 338 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:04:10.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:10 smithi131 bash[19154]: audit 2024-01-18T08:04:09.099176+0000 mgr.smithi112.xshois (mgr.14182) 338 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:04:11.765 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:11 smithi112 bash[16324]: cluster 2024-01-18T08:04:10.413214+0000 mgr.smithi112.xshois (mgr.14182) 339 : 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-18T08:04:11.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:11 smithi131 bash[19154]: cluster 2024-01-18T08:04:10.413214+0000 mgr.smithi112.xshois (mgr.14182) 339 : 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-18T08:04:13.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:13 smithi131 bash[19154]: cluster 2024-01-18T08:04:12.415013+0000 mgr.smithi112.xshois (mgr.14182) 340 : 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-18T08:04:13.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:13 smithi112 bash[16324]: cluster 2024-01-18T08:04:12.415013+0000 mgr.smithi112.xshois (mgr.14182) 340 : 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-18T08:04:13.896 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:04:13.896 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:03:20.009089Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:03:19.689741Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:03:20.009363Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:03:13.793091Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.rvowge on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:03:24.154624Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.syxoex on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-syxoex\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-syxoex\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.syxoex\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.syxoex\nDeploy daemon haproxy.nfs.foo.smithi131.syxoex ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:03:28.371765Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.rzjpyj on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-rzjpyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-rzjpyj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.rzjpyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.rzjpyj\nDeploy daemon haproxy.nfs.foo.smithi112.rzjpyj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:03:28.375863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.melqnm on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:03:28.378592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.kjseaf on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:03:19.690145Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:03:19.690389Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:03:20.010316Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:03:19.690603Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:03:19.690993Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:03:19.690807Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:03:19.691843Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:04:14.579 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:04:15.531 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:15 smithi112 bash[16324]: audit 2024-01-18T08:04:13.889339+0000 mgr.smithi112.xshois (mgr.14182) 341 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:04:15.531 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:15 smithi112 bash[16324]: cluster 2024-01-18T08:04:14.416513+0000 mgr.smithi112.xshois (mgr.14182) 342 : 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-18T08:04:15.580 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:04:15.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:15 smithi131 bash[19154]: audit 2024-01-18T08:04:13.889339+0000 mgr.smithi112.xshois (mgr.14182) 341 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:04:15.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:15 smithi131 bash[19154]: cluster 2024-01-18T08:04:14.416513+0000 mgr.smithi112.xshois (mgr.14182) 342 : 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-18T08:04:17.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:17 smithi112 bash[16324]: cluster 2024-01-18T08:04:16.418351+0000 mgr.smithi112.xshois (mgr.14182) 343 : 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-18T08:04:17.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:17 smithi131 bash[19154]: cluster 2024-01-18T08:04:16.418351+0000 mgr.smithi112.xshois (mgr.14182) 343 : 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-18T08:04:18.841 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:04:18.841 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:03:20.009089Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:03:19.689741Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:03:20.009363Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:03:13.793091Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.rvowge on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:03:24.154624Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.syxoex on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-syxoex\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-syxoex\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.syxoex\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.syxoex\nDeploy daemon haproxy.nfs.foo.smithi131.syxoex ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:03:28.371765Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.rzjpyj on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-rzjpyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-rzjpyj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.rzjpyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.rzjpyj\nDeploy daemon haproxy.nfs.foo.smithi112.rzjpyj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:03:28.375863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.melqnm on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:03:28.378592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.kjseaf on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:03:19.690145Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:03:19.690389Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:03:20.010316Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:03:19.690603Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:03:19.690993Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:03:19.690807Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:03:19.691843Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:04:19.470 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:04:19.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:19 smithi112 bash[16324]: cluster 2024-01-18T08:04:18.419458+0000 mgr.smithi112.xshois (mgr.14182) 344 : cluster [DBG] pgmap v288: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:04:19.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:19 smithi112 bash[16324]: audit 2024-01-18T08:04:18.829525+0000 mgr.smithi112.xshois (mgr.14182) 345 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:04:19.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:19 smithi131 bash[19154]: cluster 2024-01-18T08:04:18.419458+0000 mgr.smithi112.xshois (mgr.14182) 344 : cluster [DBG] pgmap v288: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:04:19.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:19 smithi131 bash[19154]: audit 2024-01-18T08:04:18.829525+0000 mgr.smithi112.xshois (mgr.14182) 345 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:04:20.471 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:04:21.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:21 smithi112 bash[16324]: cluster 2024-01-18T08:04:20.421243+0000 mgr.smithi112.xshois (mgr.14182) 346 : cluster [DBG] pgmap v289: 225 pgs: 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-18T08:04:21.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:21 smithi131 bash[19154]: cluster 2024-01-18T08:04:20.421243+0000 mgr.smithi112.xshois (mgr.14182) 346 : cluster [DBG] pgmap v289: 225 pgs: 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-18T08:04:23.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:23 smithi131 bash[19154]: cluster 2024-01-18T08:04:22.422304+0000 mgr.smithi112.xshois (mgr.14182) 347 : cluster [DBG] pgmap v290: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:04:23.740 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:04:23.740 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:03:20.009089Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:03:19.689741Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:03:20.009363Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:03:13.793091Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.rvowge on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:03:24.154624Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.syxoex on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-syxoex\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-syxoex\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.syxoex\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.syxoex\nDeploy daemon haproxy.nfs.foo.smithi131.syxoex ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:03:28.371765Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.rzjpyj on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-rzjpyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-rzjpyj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.rzjpyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.rzjpyj\nDeploy daemon haproxy.nfs.foo.smithi112.rzjpyj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:03:28.375863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.melqnm on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:03:28.378592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.kjseaf on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:03:19.690145Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:03:19.690389Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:03:20.010316Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:03:19.690603Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:03:19.690993Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:03:19.690807Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:03:19.691843Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:04:23.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:23 smithi112 bash[16324]: cluster 2024-01-18T08:04:22.422304+0000 mgr.smithi112.xshois (mgr.14182) 347 : cluster [DBG] pgmap v290: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:04:24.382 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:04:24.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:24 smithi112 bash[16324]: audit 2024-01-18T08:04:23.736300+0000 mgr.smithi112.xshois (mgr.14182) 348 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:04:24.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:24 smithi131 bash[19154]: audit 2024-01-18T08:04:23.736300+0000 mgr.smithi112.xshois (mgr.14182) 348 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:04:25.383 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:04:25.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:25 smithi112 bash[16324]: cluster 2024-01-18T08:04:24.423829+0000 mgr.smithi112.xshois (mgr.14182) 349 : cluster [DBG] pgmap v291: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:04:25.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:25 smithi131 bash[19154]: cluster 2024-01-18T08:04:24.423829+0000 mgr.smithi112.xshois (mgr.14182) 349 : cluster [DBG] pgmap v291: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:04:26.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:26 smithi112 bash[16324]: audit 2024-01-18T08:04:25.731048+0000 mon.smithi112 (mon.0) 720 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.2", "id": [5, 3]}]: dispatch 2024-01-18T08:04:26.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:26 smithi131 bash[19154]: audit 2024-01-18T08:04:25.731048+0000 mon.smithi112 (mon.0) 720 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.2", "id": [5, 3]}]: dispatch 2024-01-18T08:04:27.881 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:27 smithi112 bash[16324]: cluster 2024-01-18T08:04:26.424783+0000 mgr.smithi112.xshois (mgr.14182) 350 : cluster [DBG] pgmap v292: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:04:27.881 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:27 smithi112 bash[16324]: audit 2024-01-18T08:04:26.515348+0000 mon.smithi112 (mon.0) 721 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.2", "id": [5, 3]}]': finished 2024-01-18T08:04:27.881 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:27 smithi112 bash[16324]: cluster 2024-01-18T08:04:26.515433+0000 mon.smithi112 (mon.0) 722 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-01-18T08:04:27.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:27 smithi131 bash[19154]: cluster 2024-01-18T08:04:26.424783+0000 mgr.smithi112.xshois (mgr.14182) 350 : cluster [DBG] pgmap v292: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:04:27.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:27 smithi131 bash[19154]: audit 2024-01-18T08:04:26.515348+0000 mon.smithi112 (mon.0) 721 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.2", "id": [5, 3]}]': finished 2024-01-18T08:04:27.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:27 smithi131 bash[19154]: cluster 2024-01-18T08:04:26.515433+0000 mon.smithi112 (mon.0) 722 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-01-18T08:04:28.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:28 smithi112 bash[16324]: cluster 2024-01-18T08:04:27.514791+0000 mon.smithi112 (mon.0) 723 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-01-18T08:04:28.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:28 smithi112 bash[16324]: audit 2024-01-18T08:04:28.384083+0000 mon.smithi112 (mon.0) 724 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:04:28.807 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:04:28.807 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:03:20.009089Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:03:19.689741Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:03:20.009363Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:03:13.793091Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.rvowge on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:03:24.154624Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.syxoex on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-syxoex\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-syxoex\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.syxoex\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.syxoex\nDeploy daemon haproxy.nfs.foo.smithi131.syxoex ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:03:28.371765Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.rzjpyj on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-rzjpyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-rzjpyj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.rzjpyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.rzjpyj\nDeploy daemon haproxy.nfs.foo.smithi112.rzjpyj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:03:28.375863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.melqnm on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:03:28.378592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.kjseaf on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:03:19.690145Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:03:19.690389Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:03:20.010316Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:03:19.690603Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:03:19.690993Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:03:19.690807Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:03:19.691843Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:04:28.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:28 smithi131 bash[19154]: cluster 2024-01-18T08:04:27.514791+0000 mon.smithi112 (mon.0) 723 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-01-18T08:04:28.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:28 smithi131 bash[19154]: audit 2024-01-18T08:04:28.384083+0000 mon.smithi112 (mon.0) 724 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:04:29.487 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:04:29.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:29 smithi112 bash[16324]: cluster 2024-01-18T08:04:28.425550+0000 mgr.smithi112.xshois (mgr.14182) 351 : cluster [DBG] pgmap v295: 225 pgs: 1 peering, 224 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:04:29.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:29 smithi112 bash[16324]: audit 2024-01-18T08:04:28.800768+0000 mgr.smithi112.xshois (mgr.14182) 352 : audit [DBG] from='client.24471 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:04:29.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:29 smithi131 bash[19154]: cluster 2024-01-18T08:04:28.425550+0000 mgr.smithi112.xshois (mgr.14182) 351 : cluster [DBG] pgmap v295: 225 pgs: 1 peering, 224 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:04:29.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:29 smithi131 bash[19154]: audit 2024-01-18T08:04:28.800768+0000 mgr.smithi112.xshois (mgr.14182) 352 : audit [DBG] from='client.24471 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:04:30.488 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:04:31.849 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:31 smithi112 bash[16324]: cluster 2024-01-18T08:04:30.427159+0000 mgr.smithi112.xshois (mgr.14182) 353 : cluster [DBG] pgmap v296: 225 pgs: 1 peering, 224 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-01-18T08:04:31.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:31 smithi131 bash[19154]: cluster 2024-01-18T08:04:30.427159+0000 mgr.smithi112.xshois (mgr.14182) 353 : cluster [DBG] pgmap v296: 225 pgs: 1 peering, 224 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-01-18T08:04:33.764 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:04:33.764 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:03:20.009089Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:03:19.689741Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:03:20.009363Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:03:13.793091Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.rvowge on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:03:24.154624Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.syxoex on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-syxoex\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-syxoex\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.syxoex\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.syxoex\nDeploy daemon haproxy.nfs.foo.smithi131.syxoex ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:03:28.371765Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.rzjpyj on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-rzjpyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-rzjpyj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.rzjpyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.rzjpyj\nDeploy daemon haproxy.nfs.foo.smithi112.rzjpyj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:03:28.375863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.melqnm on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:03:28.378592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.kjseaf on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:03:19.690145Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:03:19.690389Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:03:20.010316Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:03:19.690603Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:03:19.690993Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:03:19.690807Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:03:19.691843Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:04:33.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:33 smithi112 bash[16324]: cluster 2024-01-18T08:04:32.428560+0000 mgr.smithi112.xshois (mgr.14182) 354 : cluster [DBG] pgmap v297: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-01-18T08:04:33.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:33 smithi131 bash[19154]: cluster 2024-01-18T08:04:32.428560+0000 mgr.smithi112.xshois (mgr.14182) 354 : cluster [DBG] pgmap v297: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-01-18T08:04:34.502 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:04:34.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:34 smithi112 bash[16324]: audit 2024-01-18T08:04:33.756750+0000 mgr.smithi112.xshois (mgr.14182) 355 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:04:34.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:34 smithi112 bash[16324]: audit 2024-01-18T08:04:34.324707+0000 mon.smithi112 (mon.0) 725 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:04:34.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:34 smithi131 bash[19154]: audit 2024-01-18T08:04:33.756750+0000 mgr.smithi112.xshois (mgr.14182) 355 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:04:34.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:34 smithi131 bash[19154]: audit 2024-01-18T08:04:34.324707+0000 mon.smithi112 (mon.0) 725 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:04:35.503 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:04:35.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:35 smithi112 bash[16324]: cluster 2024-01-18T08:04:34.429516+0000 mgr.smithi112.xshois (mgr.14182) 356 : cluster [DBG] pgmap v298: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-01-18T08:04:35.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:35 smithi112 bash[16324]: audit 2024-01-18T08:04:34.653375+0000 mon.smithi112 (mon.0) 726 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:04:35.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:35 smithi112 bash[16324]: audit 2024-01-18T08:04:34.943764+0000 mon.smithi112 (mon.0) 727 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:04:35.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:35 smithi112 bash[16324]: audit 2024-01-18T08:04:34.945404+0000 mon.smithi112 (mon.0) 728 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:04:35.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:35 smithi112 bash[16324]: audit 2024-01-18T08:04:34.954593+0000 mon.smithi112 (mon.0) 729 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:04:35.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:35 smithi112 bash[16324]: audit 2024-01-18T08:04:34.962856+0000 mon.smithi112 (mon.0) 730 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:04:35.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:35 smithi112 bash[16324]: audit 2024-01-18T08:04:34.978864+0000 mon.smithi112 (mon.0) 731 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:04:35.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:35 smithi112 bash[16324]: cluster 2024-01-18T08:04:35.316281+0000 mon.smithi112 (mon.0) 732 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:04:35.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:35 smithi112 bash[16324]: cluster 2024-01-18T08:04:35.316351+0000 mon.smithi112 (mon.0) 733 : cluster [INF] Cluster is now healthy 2024-01-18T08:04:35.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:35 smithi131 bash[19154]: cluster 2024-01-18T08:04:34.429516+0000 mgr.smithi112.xshois (mgr.14182) 356 : cluster [DBG] pgmap v298: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-01-18T08:04:35.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:35 smithi131 bash[19154]: audit 2024-01-18T08:04:34.653375+0000 mon.smithi112 (mon.0) 726 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:04:35.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:35 smithi131 bash[19154]: audit 2024-01-18T08:04:34.943764+0000 mon.smithi112 (mon.0) 727 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:04:35.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:35 smithi131 bash[19154]: audit 2024-01-18T08:04:34.945404+0000 mon.smithi112 (mon.0) 728 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:04:35.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:35 smithi131 bash[19154]: audit 2024-01-18T08:04:34.954593+0000 mon.smithi112 (mon.0) 729 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:04:35.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:35 smithi131 bash[19154]: audit 2024-01-18T08:04:34.962856+0000 mon.smithi112 (mon.0) 730 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:04:35.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:35 smithi131 bash[19154]: audit 2024-01-18T08:04:34.978864+0000 mon.smithi112 (mon.0) 731 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:04:35.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:35 smithi131 bash[19154]: cluster 2024-01-18T08:04:35.316281+0000 mon.smithi112 (mon.0) 732 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:04:35.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:35 smithi131 bash[19154]: cluster 2024-01-18T08:04:35.316351+0000 mon.smithi112 (mon.0) 733 : cluster [INF] Cluster is now healthy 2024-01-18T08:04:36.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:36 smithi131 bash[19154]: cluster 2024-01-18T08:04:34.955835+0000 mgr.smithi112.xshois (mgr.14182) 357 : cluster [DBG] pgmap v299: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 121 B/s rd, 0 op/s 2024-01-18T08:04:36.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:36 smithi131 bash[19154]: cephadm 2024-01-18T08:04:34.982814+0000 mgr.smithi112.xshois (mgr.14182) 358 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi131.fmtxzy on smithi131 2024-01-18T08:04:36.940 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:36 smithi112 bash[16324]: cluster 2024-01-18T08:04:34.955835+0000 mgr.smithi112.xshois (mgr.14182) 357 : cluster [DBG] pgmap v299: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 121 B/s rd, 0 op/s 2024-01-18T08:04:36.940 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:36 smithi112 bash[16324]: cephadm 2024-01-18T08:04:34.982814+0000 mgr.smithi112.xshois (mgr.14182) 358 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi131.fmtxzy on smithi131 2024-01-18T08:04:38.756 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:04:38.756 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.275983Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:03:13.793091Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.rvowge on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:03:24.154624Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.syxoex on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-syxoex\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-syxoex\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.syxoex\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.syxoex\nDeploy daemon haproxy.nfs.foo.smithi131.syxoex ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:03:28.371765Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.rzjpyj on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-rzjpyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-rzjpyj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.rzjpyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.rzjpyj\nDeploy daemon haproxy.nfs.foo.smithi112.rzjpyj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:03:28.375863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.melqnm on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:03:28.378592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.kjseaf on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.276311Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.276529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.276740Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.277123Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:04:34.276932Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.277949Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:04:38.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:38 smithi131 bash[19154]: cluster 2024-01-18T08:04:36.957101+0000 mgr.smithi112.xshois (mgr.14182) 359 : cluster [DBG] pgmap v300: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 108 B/s rd, 0 op/s 2024-01-18T08:04:39.009 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:38 smithi112 bash[16324]: cluster 2024-01-18T08:04:36.957101+0000 mgr.smithi112.xshois (mgr.14182) 359 : cluster [DBG] pgmap v300: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 108 B/s rd, 0 op/s 2024-01-18T08:04:39.423 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:04:39.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:39 smithi112 bash[16324]: audit 2024-01-18T08:04:38.747784+0000 mgr.smithi112.xshois (mgr.14182) 360 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:04:39.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:39 smithi112 bash[16324]: audit 2024-01-18T08:04:39.011524+0000 mon.smithi112 (mon.0) 734 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi131.fmtxzy"}]: dispatch 2024-01-18T08:04:40.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:39 smithi131 bash[19154]: audit 2024-01-18T08:04:38.747784+0000 mgr.smithi112.xshois (mgr.14182) 360 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:04:40.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:39 smithi131 bash[19154]: audit 2024-01-18T08:04:39.011524+0000 mon.smithi112 (mon.0) 734 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi131.fmtxzy"}]: dispatch 2024-01-18T08:04:40.424 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:04:40.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:40 smithi112 bash[16324]: cluster 2024-01-18T08:04:38.957962+0000 mgr.smithi112.xshois (mgr.14182) 361 : cluster [DBG] pgmap v301: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-01-18T08:04:40.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:40 smithi112 bash[16324]: cephadm 2024-01-18T08:04:39.010302+0000 mgr.smithi112.xshois (mgr.14182) 362 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fmtxzy 2024-01-18T08:04:40.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:40 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:04:40.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:40 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fmtxzy 2024-01-18T08:04:40.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:40 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fmtxzy 2024-01-18T08:04:40.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:40 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:04:40.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:40 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fmtxzy 2024-01-18T08:04:40.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:40 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.fmtxzy ... 2024-01-18T08:04:40.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:40 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:04:40.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:40 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:04:40.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:40 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:04:40.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:40 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:04:40.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:40 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:04:40.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:40 smithi112 bash[16324]: Traceback (most recent call last): 2024-01-18T08:04:40.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:40 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:04:40.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:40 smithi112 bash[16324]: yield (conn, connr) 2024-01-18T08:04:40.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:40 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:04:40.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:40 smithi112 bash[16324]: code, '\n'.join(err))) 2024-01-18T08:04:40.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:40 smithi112 bash[16324]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fmtxzy 2024-01-18T08:04:40.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:40 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:04:40.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:40 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fmtxzy 2024-01-18T08:04:40.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:40 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fmtxzy 2024-01-18T08:04:40.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:40 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:04:40.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:40 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fmtxzy 2024-01-18T08:04:40.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:40 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.fmtxzy ... 2024-01-18T08:04:40.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:40 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:04:40.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:40 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:04:40.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:40 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:04:40.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:40 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:04:40.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:40 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:04:40.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:40 smithi112 bash[16324]: cephadm 2024-01-18T08:04:39.010878+0000 mgr.smithi112.xshois (mgr.14182) 363 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi131.fmtxzy 2024-01-18T08:04:40.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:40 smithi112 bash[16324]: cephadm 2024-01-18T08:04:39.013133+0000 mgr.smithi112.xshois (mgr.14182) 364 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi131.fmtxzy on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fmtxzy 2024-01-18T08:04:40.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:40 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:04:40.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:40 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fmtxzy 2024-01-18T08:04:40.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:40 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fmtxzy 2024-01-18T08:04:40.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:40 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:04:40.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:40 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fmtxzy 2024-01-18T08:04:40.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:40 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.fmtxzy ... 2024-01-18T08:04:40.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:40 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:04:40.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:40 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:04:40.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:40 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:04:40.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:40 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:04:40.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:40 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:04:40.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:40 smithi112 bash[16324]: cephadm 2024-01-18T08:04:39.017940+0000 mgr.smithi112.xshois (mgr.14182) 365 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi112.qitivm on smithi112 2024-01-18T08:04:40.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:40 smithi112 bash[16324]: audit 2024-01-18T08:04:40.344084+0000 mon.smithi112 (mon.0) 735 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:04:41.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:40 smithi131 bash[19154]: cluster 2024-01-18T08:04:38.957962+0000 mgr.smithi112.xshois (mgr.14182) 361 : cluster [DBG] pgmap v301: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-01-18T08:04:41.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:40 smithi131 bash[19154]: cephadm 2024-01-18T08:04:39.010302+0000 mgr.smithi112.xshois (mgr.14182) 362 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fmtxzy 2024-01-18T08:04:41.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:40 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:04:41.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:40 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fmtxzy 2024-01-18T08:04:41.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:40 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fmtxzy 2024-01-18T08:04:41.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:40 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:04:41.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:40 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fmtxzy 2024-01-18T08:04:41.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:40 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.fmtxzy ... 2024-01-18T08:04:41.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:40 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:04:41.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:40 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:04:41.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:40 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:04:41.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:40 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:04:41.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:40 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:04:41.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:40 smithi131 bash[19154]: Traceback (most recent call last): 2024-01-18T08:04:41.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:40 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:04:41.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:40 smithi131 bash[19154]: yield (conn, connr) 2024-01-18T08:04:41.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:40 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:04:41.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:40 smithi131 bash[19154]: code, '\n'.join(err))) 2024-01-18T08:04:41.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:40 smithi131 bash[19154]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fmtxzy 2024-01-18T08:04:41.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:40 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:04:41.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:40 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fmtxzy 2024-01-18T08:04:41.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:40 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fmtxzy 2024-01-18T08:04:41.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:40 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:04:41.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:40 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fmtxzy 2024-01-18T08:04:41.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:40 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.fmtxzy ... 2024-01-18T08:04:41.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:40 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:04:41.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:40 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:04:41.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:40 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:04:41.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:40 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:04:41.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:40 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:04:41.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:40 smithi131 bash[19154]: cephadm 2024-01-18T08:04:39.010878+0000 mgr.smithi112.xshois (mgr.14182) 363 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi131.fmtxzy 2024-01-18T08:04:41.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:40 smithi131 bash[19154]: cephadm 2024-01-18T08:04:39.013133+0000 mgr.smithi112.xshois (mgr.14182) 364 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi131.fmtxzy on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fmtxzy 2024-01-18T08:04:41.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:40 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:04:41.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:40 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fmtxzy 2024-01-18T08:04:41.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:40 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fmtxzy 2024-01-18T08:04:41.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:40 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:04:41.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:40 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fmtxzy 2024-01-18T08:04:41.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:40 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.fmtxzy ... 2024-01-18T08:04:41.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:40 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:04:41.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:40 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:04:41.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:40 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:04:41.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:40 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:04:41.175 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:40 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:04:41.175 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:40 smithi131 bash[19154]: cephadm 2024-01-18T08:04:39.017940+0000 mgr.smithi112.xshois (mgr.14182) 365 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi112.qitivm on smithi112 2024-01-18T08:04:41.175 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:40 smithi131 bash[19154]: audit 2024-01-18T08:04:40.344084+0000 mon.smithi112 (mon.0) 735 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:04:43.089 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:42 smithi112 bash[16324]: cluster 2024-01-18T08:04:40.959712+0000 mgr.smithi112.xshois (mgr.14182) 366 : cluster [DBG] pgmap v302: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-01-18T08:04:43.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:42 smithi131 bash[19154]: cluster 2024-01-18T08:04:40.959712+0000 mgr.smithi112.xshois (mgr.14182) 366 : cluster [DBG] pgmap v302: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-01-18T08:04:43.958 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:04:43.958 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.275983Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:03:28.378592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.kjseaf on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:04:39.012894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.fmtxzy on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fmtxzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fmtxzy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fmtxzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fmtxzy\nDeploy daemon haproxy.nfs.foo.smithi131.fmtxzy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:04:43.278974Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.qitivm on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qitivm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qitivm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qitivm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qitivm\nDeploy daemon haproxy.nfs.foo.smithi112.qitivm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:04:43.280940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.btfxab on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:04:43.282406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.exubgg on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.276311Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.276529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.276740Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.277123Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:04:34.276932Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.277949Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:04:44.017 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:43 smithi112 bash[16324]: audit 2024-01-18T08:04:43.278108+0000 mon.smithi112 (mon.0) 736 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi112.qitivm"}]: dispatch 2024-01-18T08:04:44.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:43 smithi131 bash[19154]: audit 2024-01-18T08:04:43.278108+0000 mon.smithi112 (mon.0) 736 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi112.qitivm"}]: dispatch 2024-01-18T08:04:44.656 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:04:45.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:44 smithi112 bash[16324]: cluster 2024-01-18T08:04:42.961012+0000 mgr.smithi112.xshois (mgr.14182) 367 : cluster [DBG] pgmap v303: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-01-18T08:04:45.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:44 smithi112 bash[16324]: cephadm 2024-01-18T08:04:43.276951+0000 mgr.smithi112.xshois (mgr.14182) 368 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qitivm 2024-01-18T08:04:45.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:44 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:04:45.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:44 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qitivm 2024-01-18T08:04:45.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:44 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qitivm 2024-01-18T08:04:45.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:44 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:04:45.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:44 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qitivm 2024-01-18T08:04:45.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:44 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.qitivm ... 2024-01-18T08:04:45.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:44 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:04:45.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:44 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:04:45.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:44 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:04:45.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:44 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:04:45.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:44 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:04:45.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:44 smithi112 bash[16324]: Traceback (most recent call last): 2024-01-18T08:04:45.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:44 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:04:45.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:44 smithi112 bash[16324]: yield (conn, connr) 2024-01-18T08:04:45.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:44 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:04:45.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:44 smithi112 bash[16324]: code, '\n'.join(err))) 2024-01-18T08:04:45.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:44 smithi112 bash[16324]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qitivm 2024-01-18T08:04:45.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:44 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:04:45.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:44 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qitivm 2024-01-18T08:04:45.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:44 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qitivm 2024-01-18T08:04:45.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:44 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:04:45.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:44 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qitivm 2024-01-18T08:04:45.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:44 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.qitivm ... 2024-01-18T08:04:45.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:44 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:04:45.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:44 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:04:45.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:44 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:04:45.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:44 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:04:45.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:44 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:04:45.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:44 smithi112 bash[16324]: cephadm 2024-01-18T08:04:43.277461+0000 mgr.smithi112.xshois (mgr.14182) 369 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi112.qitivm 2024-01-18T08:04:45.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:44 smithi112 bash[16324]: cephadm 2024-01-18T08:04:43.279107+0000 mgr.smithi112.xshois (mgr.14182) 370 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi112.qitivm on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qitivm 2024-01-18T08:04:45.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:44 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:04:45.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:44 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qitivm 2024-01-18T08:04:45.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:44 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qitivm 2024-01-18T08:04:45.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:44 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:04:45.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:44 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qitivm 2024-01-18T08:04:45.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:44 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.qitivm ... 2024-01-18T08:04:45.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:44 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:04:45.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:44 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:04:45.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:44 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:04:45.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:44 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:04:45.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:44 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:04:45.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:44 smithi112 bash[16324]: cephadm 2024-01-18T08:04:43.281034+0000 mgr.smithi112.xshois (mgr.14182) 371 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi131.btfxab on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:04:45.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:44 smithi112 bash[16324]: cephadm 2024-01-18T08:04:43.282496+0000 mgr.smithi112.xshois (mgr.14182) 372 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi112.exubgg on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:04:45.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:44 smithi112 bash[16324]: cluster 2024-01-18T08:04:43.283179+0000 mgr.smithi112.xshois (mgr.14182) 373 : cluster [DBG] pgmap v304: 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-18T08:04:45.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:44 smithi112 bash[16324]: cluster 2024-01-18T08:04:43.682660+0000 mon.smithi112 (mon.0) 737 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:04:45.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:44 smithi131 bash[19154]: cluster 2024-01-18T08:04:42.961012+0000 mgr.smithi112.xshois (mgr.14182) 367 : cluster [DBG] pgmap v303: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-01-18T08:04:45.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:44 smithi131 bash[19154]: cephadm 2024-01-18T08:04:43.276951+0000 mgr.smithi112.xshois (mgr.14182) 368 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qitivm 2024-01-18T08:04:45.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:44 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:04:45.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:44 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qitivm 2024-01-18T08:04:45.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:44 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qitivm 2024-01-18T08:04:45.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:44 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:04:45.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:44 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qitivm 2024-01-18T08:04:45.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:44 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.qitivm ... 2024-01-18T08:04:45.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:44 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:04:45.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:44 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:04:45.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:44 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:04:45.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:44 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:04:45.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:44 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:04:45.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:44 smithi131 bash[19154]: Traceback (most recent call last): 2024-01-18T08:04:45.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:44 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:04:45.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:44 smithi131 bash[19154]: yield (conn, connr) 2024-01-18T08:04:45.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:44 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:04:45.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:44 smithi131 bash[19154]: code, '\n'.join(err))) 2024-01-18T08:04:45.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:44 smithi131 bash[19154]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qitivm 2024-01-18T08:04:45.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:44 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:04:45.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:44 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qitivm 2024-01-18T08:04:45.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:44 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qitivm 2024-01-18T08:04:45.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:44 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:04:45.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:44 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qitivm 2024-01-18T08:04:45.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:44 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.qitivm ... 2024-01-18T08:04:45.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:44 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:04:45.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:44 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:04:45.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:44 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:04:45.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:44 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:04:45.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:44 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:04:45.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:44 smithi131 bash[19154]: cephadm 2024-01-18T08:04:43.277461+0000 mgr.smithi112.xshois (mgr.14182) 369 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi112.qitivm 2024-01-18T08:04:45.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:44 smithi131 bash[19154]: cephadm 2024-01-18T08:04:43.279107+0000 mgr.smithi112.xshois (mgr.14182) 370 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi112.qitivm on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qitivm 2024-01-18T08:04:45.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:44 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:04:45.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:44 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qitivm 2024-01-18T08:04:45.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:44 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qitivm 2024-01-18T08:04:45.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:44 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:04:45.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:44 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qitivm 2024-01-18T08:04:45.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:44 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.qitivm ... 2024-01-18T08:04:45.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:44 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:04:45.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:44 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:04:45.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:44 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:04:45.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:44 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:04:45.175 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:44 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:04:45.175 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:44 smithi131 bash[19154]: cephadm 2024-01-18T08:04:43.281034+0000 mgr.smithi112.xshois (mgr.14182) 371 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi131.btfxab on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:04:45.175 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:44 smithi131 bash[19154]: cephadm 2024-01-18T08:04:43.282496+0000 mgr.smithi112.xshois (mgr.14182) 372 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi112.exubgg on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:04:45.175 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:44 smithi131 bash[19154]: cluster 2024-01-18T08:04:43.283179+0000 mgr.smithi112.xshois (mgr.14182) 373 : cluster [DBG] pgmap v304: 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-18T08:04:45.175 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:44 smithi131 bash[19154]: cluster 2024-01-18T08:04:43.682660+0000 mon.smithi112 (mon.0) 737 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:04:45.658 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:04:46.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:45 smithi112 bash[16324]: audit 2024-01-18T08:04:43.949627+0000 mgr.smithi112.xshois (mgr.14182) 374 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:04:46.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:45 smithi131 bash[19154]: audit 2024-01-18T08:04:43.949627+0000 mgr.smithi112.xshois (mgr.14182) 374 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:04:47.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:46 smithi112 bash[16324]: cluster 2024-01-18T08:04:45.284633+0000 mgr.smithi112.xshois (mgr.14182) 375 : cluster [DBG] pgmap v305: 225 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-18T08:04:47.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:46 smithi112 bash[16324]: audit 2024-01-18T08:04:45.780523+0000 mon.smithi112 (mon.0) 738 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:04:47.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:46 smithi131 bash[19154]: cluster 2024-01-18T08:04:45.284633+0000 mgr.smithi112.xshois (mgr.14182) 375 : cluster [DBG] pgmap v305: 225 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-18T08:04:47.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:46 smithi131 bash[19154]: audit 2024-01-18T08:04:45.780523+0000 mon.smithi112 (mon.0) 738 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:04:48.851 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:04:48.852 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.275983Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:03:28.378592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.kjseaf on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:04:39.012894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.fmtxzy on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fmtxzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fmtxzy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fmtxzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fmtxzy\nDeploy daemon haproxy.nfs.foo.smithi131.fmtxzy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:04:43.278974Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.qitivm on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qitivm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qitivm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qitivm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qitivm\nDeploy daemon haproxy.nfs.foo.smithi112.qitivm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:04:43.280940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.btfxab on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:04:43.282406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.exubgg on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.276311Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.276529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.276740Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.277123Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:04:34.276932Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.277949Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:04:49.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:48 smithi131 bash[19154]: cluster 2024-01-18T08:04:47.286605+0000 mgr.smithi112.xshois (mgr.14182) 376 : cluster [DBG] pgmap v306: 225 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-18T08:04:49.281 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:48 smithi112 bash[16324]: cluster 2024-01-18T08:04:47.286605+0000 mgr.smithi112.xshois (mgr.14182) 376 : cluster [DBG] pgmap v306: 225 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-18T08:04:49.519 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:04:50.520 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:04:50.531 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:50 smithi112 bash[16324]: audit 2024-01-18T08:04:48.842582+0000 mgr.smithi112.xshois (mgr.14182) 377 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:04:50.531 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:50 smithi112 bash[16324]: cluster 2024-01-18T08:04:49.287603+0000 mgr.smithi112.xshois (mgr.14182) 378 : cluster [DBG] pgmap v307: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-01-18T08:04:50.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:50 smithi131 bash[19154]: audit 2024-01-18T08:04:48.842582+0000 mgr.smithi112.xshois (mgr.14182) 377 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:04:50.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:50 smithi131 bash[19154]: cluster 2024-01-18T08:04:49.287603+0000 mgr.smithi112.xshois (mgr.14182) 378 : cluster [DBG] pgmap v307: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-01-18T08:04:52.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:52 smithi131 bash[19154]: cluster 2024-01-18T08:04:51.288672+0000 mgr.smithi112.xshois (mgr.14182) 379 : cluster [DBG] pgmap v308: 225 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-18T08:04:52.688 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:52 smithi112 bash[16324]: cluster 2024-01-18T08:04:51.288672+0000 mgr.smithi112.xshois (mgr.14182) 379 : cluster [DBG] pgmap v308: 225 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-18T08:04:53.832 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:04:53.833 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.275983Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:03:28.378592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.kjseaf on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:04:39.012894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.fmtxzy on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fmtxzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fmtxzy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fmtxzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fmtxzy\nDeploy daemon haproxy.nfs.foo.smithi131.fmtxzy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:04:43.278974Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.qitivm on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qitivm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qitivm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qitivm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qitivm\nDeploy daemon haproxy.nfs.foo.smithi112.qitivm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:04:43.280940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.btfxab on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:04:43.282406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.exubgg on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.276311Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.276529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.276740Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.277123Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:04:34.276932Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.277949Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:04:54.464 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:04:54.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:54 smithi131 bash[19154]: cluster 2024-01-18T08:04:53.289991+0000 mgr.smithi112.xshois (mgr.14182) 380 : cluster [DBG] pgmap v309: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T08:04:54.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:54 smithi131 bash[19154]: audit 2024-01-18T08:04:53.827007+0000 mgr.smithi112.xshois (mgr.14182) 381 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:04:54.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:54 smithi112 bash[16324]: cluster 2024-01-18T08:04:53.289991+0000 mgr.smithi112.xshois (mgr.14182) 380 : cluster [DBG] pgmap v309: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T08:04:54.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:54 smithi112 bash[16324]: audit 2024-01-18T08:04:53.827007+0000 mgr.smithi112.xshois (mgr.14182) 381 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:04:55.465 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:04:56.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:56 smithi131 bash[19154]: cluster 2024-01-18T08:04:55.291481+0000 mgr.smithi112.xshois (mgr.14182) 382 : cluster [DBG] pgmap v310: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:04:56.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:56 smithi131 bash[19154]: audit 2024-01-18T08:04:55.346755+0000 mon.smithi112 (mon.0) 739 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:04:56.678 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:56 smithi112 bash[16324]: cluster 2024-01-18T08:04:55.291481+0000 mgr.smithi112.xshois (mgr.14182) 382 : cluster [DBG] pgmap v310: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:04:56.678 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:56 smithi112 bash[16324]: audit 2024-01-18T08:04:55.346755+0000 mon.smithi112 (mon.0) 739 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:04:58.531 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:58 smithi112 bash[16324]: cluster 2024-01-18T08:04:57.293599+0000 mgr.smithi112.xshois (mgr.14182) 383 : cluster [DBG] pgmap v311: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:04:58.639 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:04:58.639 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.275983Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:03:28.378592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.kjseaf on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:04:39.012894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.fmtxzy on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fmtxzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fmtxzy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fmtxzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fmtxzy\nDeploy daemon haproxy.nfs.foo.smithi131.fmtxzy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:04:43.278974Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.qitivm on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qitivm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qitivm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qitivm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qitivm\nDeploy daemon haproxy.nfs.foo.smithi112.qitivm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:04:43.280940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.btfxab on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:04:43.282406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.exubgg on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.276311Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.276529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.276740Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.277123Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:04:34.276932Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.277949Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:04:58.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:58 smithi131 bash[19154]: cluster 2024-01-18T08:04:57.293599+0000 mgr.smithi112.xshois (mgr.14182) 383 : cluster [DBG] pgmap v311: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:04:59.215 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:04:59.531 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:04:59 smithi112 bash[16324]: audit 2024-01-18T08:04:58.635270+0000 mgr.smithi112.xshois (mgr.14182) 384 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:04:59.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:04:59 smithi131 bash[19154]: audit 2024-01-18T08:04:58.635270+0000 mgr.smithi112.xshois (mgr.14182) 384 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:05:00.216 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:05:00.531 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:00 smithi112 bash[16324]: cluster 2024-01-18T08:04:59.295143+0000 mgr.smithi112.xshois (mgr.14182) 385 : cluster [DBG] pgmap v312: 225 pgs: 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-18T08:05:00.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:00 smithi131 bash[19154]: cluster 2024-01-18T08:04:59.295143+0000 mgr.smithi112.xshois (mgr.14182) 385 : cluster [DBG] pgmap v312: 225 pgs: 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-18T08:05:02.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:02 smithi131 bash[19154]: cluster 2024-01-18T08:05:01.296168+0000 mgr.smithi112.xshois (mgr.14182) 386 : 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-18T08:05:02.687 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:02 smithi112 bash[16324]: cluster 2024-01-18T08:05:01.296168+0000 mgr.smithi112.xshois (mgr.14182) 386 : 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-18T08:05:03.505 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:05:03.505 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.275983Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:03:28.378592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.kjseaf on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:04:39.012894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.fmtxzy on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fmtxzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fmtxzy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fmtxzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fmtxzy\nDeploy daemon haproxy.nfs.foo.smithi131.fmtxzy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:04:43.278974Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.qitivm on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qitivm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qitivm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qitivm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qitivm\nDeploy daemon haproxy.nfs.foo.smithi112.qitivm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:04:43.280940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.btfxab on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:04:43.282406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.exubgg on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.276311Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.276529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.276740Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.277123Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:04:34.276932Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.277949Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:05:04.089 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:05:04.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:04 smithi131 bash[19154]: cluster 2024-01-18T08:05:03.297097+0000 mgr.smithi112.xshois (mgr.14182) 387 : cluster [DBG] pgmap v314: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:05:04.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:04 smithi131 bash[19154]: audit 2024-01-18T08:05:03.494423+0000 mgr.smithi112.xshois (mgr.14182) 388 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:05:04.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:04 smithi112 bash[16324]: cluster 2024-01-18T08:05:03.297097+0000 mgr.smithi112.xshois (mgr.14182) 387 : cluster [DBG] pgmap v314: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:05:04.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:04 smithi112 bash[16324]: audit 2024-01-18T08:05:03.494423+0000 mgr.smithi112.xshois (mgr.14182) 388 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:05:05.090 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:05:06.472 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:06 smithi112 bash[16324]: cluster 2024-01-18T08:05:05.298601+0000 mgr.smithi112.xshois (mgr.14182) 389 : cluster [DBG] pgmap v315: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:05:06.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:06 smithi131 bash[19154]: cluster 2024-01-18T08:05:05.298601+0000 mgr.smithi112.xshois (mgr.14182) 389 : cluster [DBG] pgmap v315: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:05:08.352 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:05:08.353 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.275983Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:03:28.378592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.kjseaf on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:04:39.012894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.fmtxzy on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fmtxzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fmtxzy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fmtxzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fmtxzy\nDeploy daemon haproxy.nfs.foo.smithi131.fmtxzy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:04:43.278974Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.qitivm on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qitivm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qitivm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qitivm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qitivm\nDeploy daemon haproxy.nfs.foo.smithi112.qitivm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:04:43.280940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.btfxab on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:04:43.282406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.exubgg on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.276311Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.276529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.276740Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.277123Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:04:34.276932Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.277949Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:05:08.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:08 smithi131 bash[19154]: cluster 2024-01-18T08:05:07.300665+0000 mgr.smithi112.xshois (mgr.14182) 390 : cluster [DBG] pgmap v316: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:05:08.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:08 smithi112 bash[16324]: cluster 2024-01-18T08:05:07.300665+0000 mgr.smithi112.xshois (mgr.14182) 390 : cluster [DBG] pgmap v316: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:05:09.047 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:05:09.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:09 smithi131 bash[19154]: audit 2024-01-18T08:05:08.341387+0000 mgr.smithi112.xshois (mgr.14182) 391 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:05:09.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:09 smithi112 bash[16324]: audit 2024-01-18T08:05:08.341387+0000 mgr.smithi112.xshois (mgr.14182) 391 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:05:10.049 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:05:10.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:10 smithi131 bash[19154]: cluster 2024-01-18T08:05:09.302141+0000 mgr.smithi112.xshois (mgr.14182) 392 : cluster [DBG] pgmap v317: 225 pgs: 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-18T08:05:10.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:10 smithi112 bash[16324]: cluster 2024-01-18T08:05:09.302141+0000 mgr.smithi112.xshois (mgr.14182) 392 : cluster [DBG] pgmap v317: 225 pgs: 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-18T08:05:12.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:12 smithi131 bash[19154]: cluster 2024-01-18T08:05:11.303750+0000 mgr.smithi112.xshois (mgr.14182) 393 : 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-18T08:05:12.688 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:12 smithi112 bash[16324]: cluster 2024-01-18T08:05:11.303750+0000 mgr.smithi112.xshois (mgr.14182) 393 : 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-18T08:05:13.463 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:05:13.463 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.275983Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:03:28.378592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.kjseaf on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:04:39.012894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.fmtxzy on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fmtxzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fmtxzy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fmtxzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fmtxzy\nDeploy daemon haproxy.nfs.foo.smithi131.fmtxzy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:04:43.278974Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.qitivm on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qitivm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qitivm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qitivm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qitivm\nDeploy daemon haproxy.nfs.foo.smithi112.qitivm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:04:43.280940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.btfxab on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:04:43.282406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.exubgg on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.276311Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.276529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.276740Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.277123Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:04:34.276932Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.277949Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:05:14.118 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:05:14.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:14 smithi131 bash[19154]: cluster 2024-01-18T08:05:13.305227+0000 mgr.smithi112.xshois (mgr.14182) 394 : cluster [DBG] pgmap v319: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:05:14.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:14 smithi131 bash[19154]: audit 2024-01-18T08:05:13.454178+0000 mgr.smithi112.xshois (mgr.14182) 395 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:05:14.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:14 smithi112 bash[16324]: cluster 2024-01-18T08:05:13.305227+0000 mgr.smithi112.xshois (mgr.14182) 394 : cluster [DBG] pgmap v319: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:05:14.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:14 smithi112 bash[16324]: audit 2024-01-18T08:05:13.454178+0000 mgr.smithi112.xshois (mgr.14182) 395 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:05:15.118 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:05:16.560 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:16 smithi112 bash[16324]: cluster 2024-01-18T08:05:15.306697+0000 mgr.smithi112.xshois (mgr.14182) 396 : cluster [DBG] pgmap v320: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:05:16.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:16 smithi131 bash[19154]: cluster 2024-01-18T08:05:15.306697+0000 mgr.smithi112.xshois (mgr.14182) 396 : cluster [DBG] pgmap v320: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:05:18.378 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:05:18.378 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.275983Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:03:28.378592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.kjseaf on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:04:39.012894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.fmtxzy on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fmtxzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fmtxzy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fmtxzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fmtxzy\nDeploy daemon haproxy.nfs.foo.smithi131.fmtxzy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:04:43.278974Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.qitivm on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qitivm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qitivm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qitivm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qitivm\nDeploy daemon haproxy.nfs.foo.smithi112.qitivm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:04:43.280940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.btfxab on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:04:43.282406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.exubgg on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.276311Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.276529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.276740Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.277123Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:04:34.276932Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.277949Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:05:18.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:18 smithi131 bash[19154]: cluster 2024-01-18T08:05:17.308677+0000 mgr.smithi112.xshois (mgr.14182) 397 : cluster [DBG] pgmap v321: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:05:18.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:18 smithi112 bash[16324]: cluster 2024-01-18T08:05:17.308677+0000 mgr.smithi112.xshois (mgr.14182) 397 : cluster [DBG] pgmap v321: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:05:19.028 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:05:19.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:19 smithi131 bash[19154]: audit 2024-01-18T08:05:18.367163+0000 mgr.smithi112.xshois (mgr.14182) 398 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:05:19.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:19 smithi112 bash[16324]: audit 2024-01-18T08:05:18.367163+0000 mgr.smithi112.xshois (mgr.14182) 398 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:05:20.029 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:05:20.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:20 smithi131 bash[19154]: cluster 2024-01-18T08:05:19.310113+0000 mgr.smithi112.xshois (mgr.14182) 399 : cluster [DBG] pgmap v322: 225 pgs: 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-18T08:05:20.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:20 smithi112 bash[16324]: cluster 2024-01-18T08:05:19.310113+0000 mgr.smithi112.xshois (mgr.14182) 399 : cluster [DBG] pgmap v322: 225 pgs: 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-18T08:05:22.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:22 smithi131 bash[19154]: cluster 2024-01-18T08:05:21.312396+0000 mgr.smithi112.xshois (mgr.14182) 400 : cluster [DBG] pgmap v323: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:05:22.688 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:22 smithi112 bash[16324]: cluster 2024-01-18T08:05:21.312396+0000 mgr.smithi112.xshois (mgr.14182) 400 : cluster [DBG] pgmap v323: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:05:23.561 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:05:23.561 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.275983Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:03:28.378592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.kjseaf on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:04:39.012894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.fmtxzy on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fmtxzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fmtxzy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fmtxzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fmtxzy\nDeploy daemon haproxy.nfs.foo.smithi131.fmtxzy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:04:43.278974Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.qitivm on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qitivm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qitivm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qitivm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qitivm\nDeploy daemon haproxy.nfs.foo.smithi112.qitivm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:04:43.280940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.btfxab on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:04:43.282406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.exubgg on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.276311Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.276529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.276740Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.277123Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:04:34.276932Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.277949Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:05:24.175 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:05:24.531 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:24 smithi112 bash[16324]: cluster 2024-01-18T08:05:23.313975+0000 mgr.smithi112.xshois (mgr.14182) 401 : cluster [DBG] pgmap v324: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:05:24.531 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:24 smithi112 bash[16324]: audit 2024-01-18T08:05:23.550367+0000 mgr.smithi112.xshois (mgr.14182) 402 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:05:24.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:24 smithi131 bash[19154]: cluster 2024-01-18T08:05:23.313975+0000 mgr.smithi112.xshois (mgr.14182) 401 : cluster [DBG] pgmap v324: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:05:24.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:24 smithi131 bash[19154]: audit 2024-01-18T08:05:23.550367+0000 mgr.smithi112.xshois (mgr.14182) 402 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:05:25.176 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:05:26.658 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:26 smithi112 bash[16324]: cluster 2024-01-18T08:05:25.315412+0000 mgr.smithi112.xshois (mgr.14182) 403 : cluster [DBG] pgmap v325: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:05:26.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:26 smithi131 bash[19154]: cluster 2024-01-18T08:05:25.315412+0000 mgr.smithi112.xshois (mgr.14182) 403 : cluster [DBG] pgmap v325: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:05:28.574 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:05:28.574 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.275983Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:03:28.378592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.kjseaf on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:04:39.012894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.fmtxzy on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fmtxzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fmtxzy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fmtxzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fmtxzy\nDeploy daemon haproxy.nfs.foo.smithi131.fmtxzy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:04:43.278974Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.qitivm on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qitivm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qitivm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qitivm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qitivm\nDeploy daemon haproxy.nfs.foo.smithi112.qitivm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:04:43.280940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.btfxab on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:04:43.282406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.exubgg on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.276311Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.276529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.276740Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.277123Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:04:34.276932Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.277949Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:05:28.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:28 smithi112 bash[16324]: cluster 2024-01-18T08:05:27.317141+0000 mgr.smithi112.xshois (mgr.14182) 404 : cluster [DBG] pgmap v326: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:05:28.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:28 smithi131 bash[19154]: cluster 2024-01-18T08:05:27.317141+0000 mgr.smithi112.xshois (mgr.14182) 404 : cluster [DBG] pgmap v326: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:05:29.313 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:05:29.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:29 smithi112 bash[16324]: audit 2024-01-18T08:05:28.567646+0000 mgr.smithi112.xshois (mgr.14182) 405 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:05:29.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:29 smithi131 bash[19154]: audit 2024-01-18T08:05:28.567646+0000 mgr.smithi112.xshois (mgr.14182) 405 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:05:30.314 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:05:30.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:30 smithi112 bash[16324]: cluster 2024-01-18T08:05:29.318684+0000 mgr.smithi112.xshois (mgr.14182) 406 : cluster [DBG] pgmap v327: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:05:30.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:30 smithi131 bash[19154]: cluster 2024-01-18T08:05:29.318684+0000 mgr.smithi112.xshois (mgr.14182) 406 : cluster [DBG] pgmap v327: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:05:32.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:32 smithi112 bash[16324]: cluster 2024-01-18T08:05:31.320313+0000 mgr.smithi112.xshois (mgr.14182) 407 : cluster [DBG] pgmap v328: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:05:32.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:32 smithi131 bash[19154]: cluster 2024-01-18T08:05:31.320313+0000 mgr.smithi112.xshois (mgr.14182) 407 : cluster [DBG] pgmap v328: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:05:33.700 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:05:33.700 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.275983Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:03:28.378592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.kjseaf on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:04:39.012894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.fmtxzy on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fmtxzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fmtxzy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fmtxzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fmtxzy\nDeploy daemon haproxy.nfs.foo.smithi131.fmtxzy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:04:43.278974Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.qitivm on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qitivm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qitivm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qitivm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qitivm\nDeploy daemon haproxy.nfs.foo.smithi112.qitivm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:04:43.280940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.btfxab on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:04:43.282406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.exubgg on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.276311Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.276529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.276740Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.277123Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:04:34.276932Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.277949Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:05:34.289 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:05:34.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:34 smithi112 bash[16324]: cluster 2024-01-18T08:05:33.321235+0000 mgr.smithi112.xshois (mgr.14182) 408 : cluster [DBG] pgmap v329: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:05:34.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:34 smithi112 bash[16324]: audit 2024-01-18T08:05:33.690413+0000 mgr.smithi112.xshois (mgr.14182) 409 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:05:34.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:34 smithi131 bash[19154]: cluster 2024-01-18T08:05:33.321235+0000 mgr.smithi112.xshois (mgr.14182) 408 : cluster [DBG] pgmap v329: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:05:34.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:34 smithi131 bash[19154]: audit 2024-01-18T08:05:33.690413+0000 mgr.smithi112.xshois (mgr.14182) 409 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:05:35.290 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:05:36.592 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:36 smithi112 bash[16324]: cluster 2024-01-18T08:05:35.322706+0000 mgr.smithi112.xshois (mgr.14182) 410 : cluster [DBG] pgmap v330: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:05:36.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:36 smithi131 bash[19154]: cluster 2024-01-18T08:05:35.322706+0000 mgr.smithi112.xshois (mgr.14182) 410 : cluster [DBG] pgmap v330: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:05:38.395 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:05:38.396 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.275983Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:03:28.378592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.kjseaf on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:04:39.012894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.fmtxzy on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fmtxzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fmtxzy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fmtxzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fmtxzy\nDeploy daemon haproxy.nfs.foo.smithi131.fmtxzy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:04:43.278974Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.qitivm on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qitivm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qitivm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qitivm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qitivm\nDeploy daemon haproxy.nfs.foo.smithi112.qitivm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:04:43.280940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.btfxab on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:04:43.282406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.exubgg on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.276311Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.276529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.276740Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.277123Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:04:34.276932Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.277949Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:05:38.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:38 smithi112 bash[16324]: cluster 2024-01-18T08:05:37.324697+0000 mgr.smithi112.xshois (mgr.14182) 411 : cluster [DBG] pgmap v331: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:05:38.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:38 smithi131 bash[19154]: cluster 2024-01-18T08:05:37.324697+0000 mgr.smithi112.xshois (mgr.14182) 411 : cluster [DBG] pgmap v331: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:05:39.041 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:05:39.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:39 smithi112 bash[16324]: audit 2024-01-18T08:05:38.385061+0000 mgr.smithi112.xshois (mgr.14182) 412 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:05:39.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:39 smithi131 bash[19154]: audit 2024-01-18T08:05:38.385061+0000 mgr.smithi112.xshois (mgr.14182) 412 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:05:40.041 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:05:40.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:40 smithi112 bash[16324]: cluster 2024-01-18T08:05:39.326163+0000 mgr.smithi112.xshois (mgr.14182) 413 : cluster [DBG] pgmap v332: 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-18T08:05:40.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:40 smithi131 bash[19154]: cluster 2024-01-18T08:05:39.326163+0000 mgr.smithi112.xshois (mgr.14182) 413 : cluster [DBG] pgmap v332: 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-18T08:05:42.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:42 smithi112 bash[16324]: cluster 2024-01-18T08:05:41.327771+0000 mgr.smithi112.xshois (mgr.14182) 414 : cluster [DBG] pgmap v333: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:05:42.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:42 smithi131 bash[19154]: cluster 2024-01-18T08:05:41.327771+0000 mgr.smithi112.xshois (mgr.14182) 414 : cluster [DBG] pgmap v333: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:05:43.324 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:05:43.324 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.275983Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:03:28.378592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.kjseaf on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:04:39.012894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.fmtxzy on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fmtxzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fmtxzy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fmtxzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fmtxzy\nDeploy daemon haproxy.nfs.foo.smithi131.fmtxzy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:04:43.278974Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.qitivm on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qitivm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qitivm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qitivm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qitivm\nDeploy daemon haproxy.nfs.foo.smithi112.qitivm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:04:43.280940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.btfxab on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:04:43.282406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.exubgg on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.276311Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.276529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.276740Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.277123Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:04:34.276932Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.277949Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:05:43.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:43 smithi131 bash[19154]: audit 2024-01-18T08:05:43.285836+0000 mon.smithi112 (mon.0) 740 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:05:43.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:43 smithi112 bash[16324]: audit 2024-01-18T08:05:43.285836+0000 mon.smithi112 (mon.0) 740 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:05:43.986 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:05:44.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:44 smithi131 bash[19154]: audit 2024-01-18T08:05:43.312992+0000 mgr.smithi112.xshois (mgr.14182) 415 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:05:44.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:44 smithi131 bash[19154]: cluster 2024-01-18T08:05:43.328766+0000 mgr.smithi112.xshois (mgr.14182) 416 : cluster [DBG] pgmap v334: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:05:44.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:44 smithi131 bash[19154]: audit 2024-01-18T08:05:43.577069+0000 mon.smithi112 (mon.0) 741 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:05:44.986 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:05:44.999 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:44 smithi112 bash[16324]: audit 2024-01-18T08:05:43.312992+0000 mgr.smithi112.xshois (mgr.14182) 415 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:05:44.999 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:44 smithi112 bash[16324]: cluster 2024-01-18T08:05:43.328766+0000 mgr.smithi112.xshois (mgr.14182) 416 : cluster [DBG] pgmap v334: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:05:44.999 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:44 smithi112 bash[16324]: audit 2024-01-18T08:05:43.577069+0000 mon.smithi112 (mon.0) 741 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:05:46.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:46 smithi112 bash[16324]: cluster 2024-01-18T08:05:45.330255+0000 mgr.smithi112.xshois (mgr.14182) 417 : cluster [DBG] pgmap v335: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:05:46.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:46 smithi131 bash[19154]: cluster 2024-01-18T08:05:45.330255+0000 mgr.smithi112.xshois (mgr.14182) 417 : cluster [DBG] pgmap v335: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:05:48.328 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:05:48.328 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.275983Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:03:28.378592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.kjseaf on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:04:39.012894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.fmtxzy on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fmtxzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fmtxzy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fmtxzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fmtxzy\nDeploy daemon haproxy.nfs.foo.smithi131.fmtxzy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:04:43.278974Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.qitivm on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qitivm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qitivm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qitivm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qitivm\nDeploy daemon haproxy.nfs.foo.smithi112.qitivm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:04:43.280940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.btfxab on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:04:43.282406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.exubgg on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.276311Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.276529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.276740Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.277123Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:04:34.276932Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.277949Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:05:48.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:48 smithi112 bash[16324]: cluster 2024-01-18T08:05:47.332253+0000 mgr.smithi112.xshois (mgr.14182) 418 : cluster [DBG] pgmap v336: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:05:48.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:48 smithi131 bash[19154]: cluster 2024-01-18T08:05:47.332253+0000 mgr.smithi112.xshois (mgr.14182) 418 : cluster [DBG] pgmap v336: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:05:48.959 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:05:49.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:49 smithi131 bash[19154]: audit 2024-01-18T08:05:48.316596+0000 mgr.smithi112.xshois (mgr.14182) 419 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:05:49.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:49 smithi131 bash[19154]: audit 2024-01-18T08:05:49.182802+0000 mon.smithi112 (mon.0) 742 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:05:49.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:49 smithi131 bash[19154]: audit 2024-01-18T08:05:49.478234+0000 mon.smithi112 (mon.0) 743 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:05:49.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:49 smithi131 bash[19154]: audit 2024-01-18T08:05:49.480234+0000 mon.smithi112 (mon.0) 744 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:05:49.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:49 smithi131 bash[19154]: audit 2024-01-18T08:05:49.489389+0000 mon.smithi112 (mon.0) 745 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:05:49.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:49 smithi131 bash[19154]: audit 2024-01-18T08:05:49.497370+0000 mon.smithi112 (mon.0) 746 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:05:49.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:49 smithi131 bash[19154]: audit 2024-01-18T08:05:49.512261+0000 mon.smithi112 (mon.0) 747 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:05:49.961 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:05:49.973 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:49 smithi112 bash[16324]: audit 2024-01-18T08:05:48.316596+0000 mgr.smithi112.xshois (mgr.14182) 419 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:05:49.974 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:49 smithi112 bash[16324]: audit 2024-01-18T08:05:49.182802+0000 mon.smithi112 (mon.0) 742 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:05:49.974 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:49 smithi112 bash[16324]: audit 2024-01-18T08:05:49.478234+0000 mon.smithi112 (mon.0) 743 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:05:49.974 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:49 smithi112 bash[16324]: audit 2024-01-18T08:05:49.480234+0000 mon.smithi112 (mon.0) 744 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:05:49.974 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:49 smithi112 bash[16324]: audit 2024-01-18T08:05:49.489389+0000 mon.smithi112 (mon.0) 745 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:05:49.974 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:49 smithi112 bash[16324]: audit 2024-01-18T08:05:49.497370+0000 mon.smithi112 (mon.0) 746 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:05:49.974 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:49 smithi112 bash[16324]: audit 2024-01-18T08:05:49.512261+0000 mon.smithi112 (mon.0) 747 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:05:50.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:50 smithi131 bash[19154]: cluster 2024-01-18T08:05:49.333714+0000 mgr.smithi112.xshois (mgr.14182) 420 : cluster [DBG] pgmap v337: 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-18T08:05:50.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:50 smithi131 bash[19154]: cluster 2024-01-18T08:05:49.490492+0000 mgr.smithi112.xshois (mgr.14182) 421 : cluster [DBG] pgmap v338: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-18T08:05:50.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:50 smithi131 bash[19154]: cephadm 2024-01-18T08:05:49.515290+0000 mgr.smithi112.xshois (mgr.14182) 422 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi131.pgzqoj on smithi131 2024-01-18T08:05:50.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:50 smithi131 bash[19154]: cluster 2024-01-18T08:05:50.252701+0000 mon.smithi112 (mon.0) 748 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:05:50.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:50 smithi131 bash[19154]: cluster 2024-01-18T08:05:50.252782+0000 mon.smithi112 (mon.0) 749 : cluster [INF] Cluster is now healthy 2024-01-18T08:05:51.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:50 smithi112 bash[16324]: cluster 2024-01-18T08:05:49.333714+0000 mgr.smithi112.xshois (mgr.14182) 420 : cluster [DBG] pgmap v337: 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-18T08:05:51.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:50 smithi112 bash[16324]: cluster 2024-01-18T08:05:49.490492+0000 mgr.smithi112.xshois (mgr.14182) 421 : cluster [DBG] pgmap v338: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-18T08:05:51.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:50 smithi112 bash[16324]: cephadm 2024-01-18T08:05:49.515290+0000 mgr.smithi112.xshois (mgr.14182) 422 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi131.pgzqoj on smithi131 2024-01-18T08:05:51.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:50 smithi112 bash[16324]: cluster 2024-01-18T08:05:50.252701+0000 mon.smithi112 (mon.0) 748 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:05:51.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:50 smithi112 bash[16324]: cluster 2024-01-18T08:05:50.252782+0000 mon.smithi112 (mon.0) 749 : cluster [INF] Cluster is now healthy 2024-01-18T08:05:52.871 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:52 smithi112 bash[16324]: cluster 2024-01-18T08:05:51.491690+0000 mgr.smithi112.xshois (mgr.14182) 423 : cluster [DBG] pgmap v339: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-18T08:05:52.891 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:52 smithi131 bash[19154]: cluster 2024-01-18T08:05:51.491690+0000 mgr.smithi112.xshois (mgr.14182) 423 : cluster [DBG] pgmap v339: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-18T08:05:53.226 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:05:53.226 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:03:28.378592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.kjseaf on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:04:39.012894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.fmtxzy on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fmtxzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fmtxzy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fmtxzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fmtxzy\nDeploy daemon haproxy.nfs.foo.smithi131.fmtxzy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:04:43.278974Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.qitivm on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qitivm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qitivm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qitivm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qitivm\nDeploy daemon haproxy.nfs.foo.smithi112.qitivm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:04:43.280940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.btfxab on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:04:43.282406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.exubgg on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:05:53.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:53 smithi131 bash[19154]: audit 2024-01-18T08:05:53.300812+0000 mon.smithi112 (mon.0) 750 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi131.pgzqoj"}]: dispatch 2024-01-18T08:05:53.933 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:53 smithi112 bash[16324]: audit 2024-01-18T08:05:53.300812+0000 mon.smithi112 (mon.0) 750 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi131.pgzqoj"}]: dispatch 2024-01-18T08:05:53.934 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:05:54.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:54 smithi131 bash[19154]: audit 2024-01-18T08:05:53.222472+0000 mgr.smithi112.xshois (mgr.14182) 424 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:05:54.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:54 smithi131 bash[19154]: cephadm 2024-01-18T08:05:53.299792+0000 mgr.smithi112.xshois (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-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-pgzqoj 2024-01-18T08:05:54.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:54 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:05:54.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:54 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-pgzqoj 2024-01-18T08:05:54.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:54 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.pgzqoj 2024-01-18T08:05:54.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:54 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:05:54.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:54 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.pgzqoj 2024-01-18T08:05:54.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:54 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.pgzqoj ... 2024-01-18T08:05:54.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:54 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:05:54.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:54 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:05:54.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:54 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:05:54.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:54 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:05:54.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:54 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:05:54.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:54 smithi131 bash[19154]: Traceback (most recent call last): 2024-01-18T08:05:54.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:54 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:05:54.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:54 smithi131 bash[19154]: yield (conn, connr) 2024-01-18T08:05:54.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:54 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:05:54.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:54 smithi131 bash[19154]: code, '\n'.join(err))) 2024-01-18T08:05:54.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:54 smithi131 bash[19154]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-pgzqoj 2024-01-18T08:05:54.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:54 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:05:54.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:54 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-pgzqoj 2024-01-18T08:05:54.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:54 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.pgzqoj 2024-01-18T08:05:54.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:54 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:05:54.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:54 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.pgzqoj 2024-01-18T08:05:54.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:54 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.pgzqoj ... 2024-01-18T08:05:54.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:54 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:05:54.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:54 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:05:54.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:54 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:05:54.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:54 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:05:54.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:54 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:05:54.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:54 smithi131 bash[19154]: cephadm 2024-01-18T08:05:53.300085+0000 mgr.smithi112.xshois (mgr.14182) 426 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi131.pgzqoj 2024-01-18T08:05:54.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:54 smithi131 bash[19154]: cephadm 2024-01-18T08:05:53.302244+0000 mgr.smithi112.xshois (mgr.14182) 427 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi131.pgzqoj on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-pgzqoj 2024-01-18T08:05:54.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:54 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:05:54.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:54 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-pgzqoj 2024-01-18T08:05:54.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:54 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.pgzqoj 2024-01-18T08:05:54.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:54 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:05:54.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:54 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.pgzqoj 2024-01-18T08:05:54.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:54 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.pgzqoj ... 2024-01-18T08:05:54.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:54 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:05:54.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:54 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:05:54.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:54 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:05:54.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:54 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:05:54.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:54 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:05:54.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:54 smithi131 bash[19154]: cephadm 2024-01-18T08:05:53.307632+0000 mgr.smithi112.xshois (mgr.14182) 428 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi112.iezgbo on smithi112 2024-01-18T08:05:54.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:54 smithi131 bash[19154]: cluster 2024-01-18T08:05:53.492601+0000 mgr.smithi112.xshois (mgr.14182) 429 : cluster [DBG] pgmap v340: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-18T08:05:54.935 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:05:54.949 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:54 smithi112 bash[16324]: audit 2024-01-18T08:05:53.222472+0000 mgr.smithi112.xshois (mgr.14182) 424 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:05:54.949 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:54 smithi112 bash[16324]: cephadm 2024-01-18T08:05:53.299792+0000 mgr.smithi112.xshois (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-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-pgzqoj 2024-01-18T08:05:54.949 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:54 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:05:54.949 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:54 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-pgzqoj 2024-01-18T08:05:54.949 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:54 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.pgzqoj 2024-01-18T08:05:54.949 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:54 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:05:54.949 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:54 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.pgzqoj 2024-01-18T08:05:54.949 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:54 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.pgzqoj ... 2024-01-18T08:05:54.949 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:54 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:05:54.949 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:54 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:05:54.949 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:54 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:05:54.949 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:54 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:05:54.949 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:54 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:05:54.950 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:54 smithi112 bash[16324]: Traceback (most recent call last): 2024-01-18T08:05:54.950 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:54 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:05:54.950 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:54 smithi112 bash[16324]: yield (conn, connr) 2024-01-18T08:05:54.950 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:54 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:05:54.950 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:54 smithi112 bash[16324]: code, '\n'.join(err))) 2024-01-18T08:05:54.950 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:54 smithi112 bash[16324]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-pgzqoj 2024-01-18T08:05:54.950 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:54 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:05:54.950 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:54 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-pgzqoj 2024-01-18T08:05:54.950 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:54 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.pgzqoj 2024-01-18T08:05:54.950 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:54 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:05:54.950 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:54 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.pgzqoj 2024-01-18T08:05:54.950 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:54 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.pgzqoj ... 2024-01-18T08:05:54.950 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:54 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:05:54.950 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:54 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:05:54.951 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:54 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:05:54.951 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:54 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:05:54.951 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:54 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:05:54.951 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:54 smithi112 bash[16324]: cephadm 2024-01-18T08:05:53.300085+0000 mgr.smithi112.xshois (mgr.14182) 426 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi131.pgzqoj 2024-01-18T08:05:54.951 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:54 smithi112 bash[16324]: cephadm 2024-01-18T08:05:53.302244+0000 mgr.smithi112.xshois (mgr.14182) 427 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi131.pgzqoj on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-pgzqoj 2024-01-18T08:05:54.951 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:54 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:05:54.951 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:54 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-pgzqoj 2024-01-18T08:05:54.951 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:54 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.pgzqoj 2024-01-18T08:05:54.951 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:54 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:05:54.951 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:54 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.pgzqoj 2024-01-18T08:05:54.951 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:54 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.pgzqoj ... 2024-01-18T08:05:54.951 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:54 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:05:54.951 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:54 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:05:54.952 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:54 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:05:54.952 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:54 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:05:54.952 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:54 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:05:54.952 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:54 smithi112 bash[16324]: cephadm 2024-01-18T08:05:53.307632+0000 mgr.smithi112.xshois (mgr.14182) 428 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi112.iezgbo on smithi112 2024-01-18T08:05:54.952 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:54 smithi112 bash[16324]: cluster 2024-01-18T08:05:53.492601+0000 mgr.smithi112.xshois (mgr.14182) 429 : cluster [DBG] pgmap v340: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-18T08:05:56.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:56 smithi131 bash[19154]: audit 2024-01-18T08:05:55.346440+0000 mon.smithi112 (mon.0) 751 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:05:56.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:56 smithi131 bash[19154]: cluster 2024-01-18T08:05:55.493982+0000 mgr.smithi112.xshois (mgr.14182) 430 : cluster [DBG] pgmap v341: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 302 B/s rd, 0 op/s 2024-01-18T08:05:56.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:56 smithi112 bash[16324]: audit 2024-01-18T08:05:55.346440+0000 mon.smithi112 (mon.0) 751 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:05:56.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:56 smithi112 bash[16324]: cluster 2024-01-18T08:05:55.493982+0000 mgr.smithi112.xshois (mgr.14182) 430 : cluster [DBG] pgmap v341: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 302 B/s rd, 0 op/s 2024-01-18T08:05:57.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:57 smithi112 bash[16324]: audit 2024-01-18T08:05:57.543889+0000 mon.smithi112 (mon.0) 752 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi112.iezgbo"}]: dispatch 2024-01-18T08:05:57.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:57 smithi131 bash[19154]: audit 2024-01-18T08:05:57.543889+0000 mon.smithi112 (mon.0) 752 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi112.iezgbo"}]: dispatch 2024-01-18T08:05:58.305 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:05:58.305 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:04:43.282406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.exubgg on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:05:53.302129Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.pgzqoj on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-pgzqoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-pgzqoj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.pgzqoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.pgzqoj\nDeploy daemon haproxy.nfs.foo.smithi131.pgzqoj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:05:57.545117Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.iezgbo on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-iezgbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-iezgbo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.iezgbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.iezgbo\nDeploy daemon haproxy.nfs.foo.smithi112.iezgbo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:05:57.546873Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.cttpis on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:05:57.548630Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.vbyvvd on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:05:58.786 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:58 smithi112 bash[16324]: cluster 2024-01-18T08:05:57.495572+0000 mgr.smithi112.xshois (mgr.14182) 431 : cluster [DBG] pgmap v342: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 906 B/s rd, 100 B/s wr, 1 op/s 2024-01-18T08:05:58.786 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:58 smithi112 bash[16324]: cephadm 2024-01-18T08:05:57.543040+0000 mgr.smithi112.xshois (mgr.14182) 432 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-iezgbo 2024-01-18T08:05:58.786 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:58 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:05:58.787 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:58 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-iezgbo 2024-01-18T08:05:58.787 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:58 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.iezgbo 2024-01-18T08:05:58.787 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:58 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:05:58.787 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:58 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.iezgbo 2024-01-18T08:05:58.787 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:58 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.iezgbo ... 2024-01-18T08:05:58.787 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:58 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:05:58.787 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:58 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:05:58.787 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:58 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:05:58.787 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:58 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:05:58.787 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:58 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:05:58.787 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:58 smithi112 bash[16324]: Traceback (most recent call last): 2024-01-18T08:05:58.787 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:58 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:05:58.787 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:58 smithi112 bash[16324]: yield (conn, connr) 2024-01-18T08:05:58.787 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:58 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:05:58.788 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:58 smithi112 bash[16324]: code, '\n'.join(err))) 2024-01-18T08:05:58.788 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:58 smithi112 bash[16324]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-iezgbo 2024-01-18T08:05:58.788 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:58 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:05:58.788 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:58 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-iezgbo 2024-01-18T08:05:58.788 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:58 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.iezgbo 2024-01-18T08:05:58.788 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:58 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:05:58.788 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:58 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.iezgbo 2024-01-18T08:05:58.788 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:58 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.iezgbo ... 2024-01-18T08:05:58.788 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:58 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:05:58.788 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:58 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:05:58.788 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:58 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:05:58.788 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:58 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:05:58.788 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:58 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:05:58.788 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:58 smithi112 bash[16324]: cephadm 2024-01-18T08:05:57.543324+0000 mgr.smithi112.xshois (mgr.14182) 433 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi112.iezgbo 2024-01-18T08:05:58.789 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:58 smithi112 bash[16324]: cephadm 2024-01-18T08:05:57.545228+0000 mgr.smithi112.xshois (mgr.14182) 434 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi112.iezgbo on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-iezgbo 2024-01-18T08:05:58.789 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:58 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:05:58.789 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:58 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-iezgbo 2024-01-18T08:05:58.789 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:58 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.iezgbo 2024-01-18T08:05:58.789 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:58 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:05:58.789 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:58 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.iezgbo 2024-01-18T08:05:58.789 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:58 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.iezgbo ... 2024-01-18T08:05:58.789 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:58 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:05:58.789 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:58 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:05:58.789 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:58 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:05:58.789 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:58 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:05:58.789 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:58 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:05:58.789 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:58 smithi112 bash[16324]: cephadm 2024-01-18T08:05:57.546962+0000 mgr.smithi112.xshois (mgr.14182) 435 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi131.cttpis on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:05:58.789 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:58 smithi112 bash[16324]: cephadm 2024-01-18T08:05:57.548729+0000 mgr.smithi112.xshois (mgr.14182) 436 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi112.vbyvvd on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:05:58.790 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:58 smithi112 bash[16324]: cluster 2024-01-18T08:05:57.550136+0000 mgr.smithi112.xshois (mgr.14182) 437 : cluster [DBG] pgmap v343: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 996 B/s rd, 124 B/s wr, 1 op/s 2024-01-18T08:05:58.790 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:58 smithi112 bash[16324]: cluster 2024-01-18T08:05:58.549018+0000 mon.smithi112 (mon.0) 753 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:05:58.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:58 smithi131 bash[19154]: cluster 2024-01-18T08:05:57.495572+0000 mgr.smithi112.xshois (mgr.14182) 431 : cluster [DBG] pgmap v342: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 906 B/s rd, 100 B/s wr, 1 op/s 2024-01-18T08:05:58.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:58 smithi131 bash[19154]: cephadm 2024-01-18T08:05:57.543040+0000 mgr.smithi112.xshois (mgr.14182) 432 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-iezgbo 2024-01-18T08:05:58.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:58 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:05:58.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:58 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-iezgbo 2024-01-18T08:05:58.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:58 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.iezgbo 2024-01-18T08:05:58.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:58 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:05:58.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:58 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.iezgbo 2024-01-18T08:05:58.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:58 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.iezgbo ... 2024-01-18T08:05:58.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:58 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:05:58.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:58 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:05:58.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:58 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:05:58.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:58 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:05:58.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:58 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:05:58.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:58 smithi131 bash[19154]: Traceback (most recent call last): 2024-01-18T08:05:58.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:58 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:05:58.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:58 smithi131 bash[19154]: yield (conn, connr) 2024-01-18T08:05:58.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:58 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:05:58.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:58 smithi131 bash[19154]: code, '\n'.join(err))) 2024-01-18T08:05:58.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:58 smithi131 bash[19154]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-iezgbo 2024-01-18T08:05:58.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:58 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:05:58.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:58 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-iezgbo 2024-01-18T08:05:58.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:58 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.iezgbo 2024-01-18T08:05:58.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:58 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:05:58.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:58 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.iezgbo 2024-01-18T08:05:58.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:58 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.iezgbo ... 2024-01-18T08:05:58.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:58 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:05:58.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:58 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:05:58.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:58 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:05:58.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:58 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:05:58.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:58 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:05:58.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:58 smithi131 bash[19154]: cephadm 2024-01-18T08:05:57.543324+0000 mgr.smithi112.xshois (mgr.14182) 433 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi112.iezgbo 2024-01-18T08:05:58.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:58 smithi131 bash[19154]: cephadm 2024-01-18T08:05:57.545228+0000 mgr.smithi112.xshois (mgr.14182) 434 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi112.iezgbo on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-iezgbo 2024-01-18T08:05:58.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:58 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:05:58.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:58 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-iezgbo 2024-01-18T08:05:58.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:58 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.iezgbo 2024-01-18T08:05:58.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:58 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:05:58.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:58 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.iezgbo 2024-01-18T08:05:58.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:58 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.iezgbo ... 2024-01-18T08:05:58.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:58 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:05:58.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:58 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:05:58.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:58 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:05:58.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:58 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:05:58.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:58 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:05:58.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:58 smithi131 bash[19154]: cephadm 2024-01-18T08:05:57.546962+0000 mgr.smithi112.xshois (mgr.14182) 435 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi131.cttpis on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:05:58.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:58 smithi131 bash[19154]: cephadm 2024-01-18T08:05:57.548729+0000 mgr.smithi112.xshois (mgr.14182) 436 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi112.vbyvvd on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:05:58.925 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:58 smithi131 bash[19154]: cluster 2024-01-18T08:05:57.550136+0000 mgr.smithi112.xshois (mgr.14182) 437 : cluster [DBG] pgmap v343: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 996 B/s rd, 124 B/s wr, 1 op/s 2024-01-18T08:05:58.925 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:58 smithi131 bash[19154]: cluster 2024-01-18T08:05:58.549018+0000 mon.smithi112 (mon.0) 753 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:05:58.998 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:05:59.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:05:59 smithi131 bash[19154]: audit 2024-01-18T08:05:58.294670+0000 mgr.smithi112.xshois (mgr.14182) 438 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:05:59.999 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:06:00.012 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:05:59 smithi112 bash[16324]: audit 2024-01-18T08:05:58.294670+0000 mgr.smithi112.xshois (mgr.14182) 438 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:06:00.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:06:00 smithi131 bash[19154]: cluster 2024-01-18T08:05:59.551702+0000 mgr.smithi112.xshois (mgr.14182) 439 : cluster [DBG] pgmap v344: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 101 B/s wr, 1 op/s 2024-01-18T08:06:01.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:06:00 smithi112 bash[16324]: cluster 2024-01-18T08:05:59.551702+0000 mgr.smithi112.xshois (mgr.14182) 439 : cluster [DBG] pgmap v344: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 101 B/s wr, 1 op/s 2024-01-18T08:06:02.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:06:01 smithi131 bash[19154]: audit 2024-01-18T08:06:00.846810+0000 mon.smithi112 (mon.0) 754 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:06:02.281 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:06:01 smithi112 bash[16324]: audit 2024-01-18T08:06:00.846810+0000 mon.smithi112 (mon.0) 754 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:06:02.959 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:06:02 smithi112 bash[16324]: cluster 2024-01-18T08:06:01.553430+0000 mgr.smithi112.xshois (mgr.14182) 440 : cluster [DBG] pgmap v345: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 101 B/s wr, 1 op/s 2024-01-18T08:06:03.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:06:02 smithi131 bash[19154]: cluster 2024-01-18T08:06:01.553430+0000 mgr.smithi112.xshois (mgr.14182) 440 : cluster [DBG] pgmap v345: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 101 B/s wr, 1 op/s 2024-01-18T08:06:03.396 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:06:03.397 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:04:43.282406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.exubgg on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:05:53.302129Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.pgzqoj on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-pgzqoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-pgzqoj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.pgzqoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.pgzqoj\nDeploy daemon haproxy.nfs.foo.smithi131.pgzqoj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:05:57.545117Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.iezgbo on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-iezgbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-iezgbo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.iezgbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.iezgbo\nDeploy daemon haproxy.nfs.foo.smithi112.iezgbo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:05:57.546873Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.cttpis on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:05:57.548630Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.vbyvvd on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:06:04.094 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:06:04.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:06:03 smithi131 bash[19154]: audit 2024-01-18T08:06:03.386287+0000 mgr.smithi112.xshois (mgr.14182) 441 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:06:04.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:06:03 smithi131 bash[19154]: cluster 2024-01-18T08:06:03.554996+0000 mgr.smithi112.xshois (mgr.14182) 442 : cluster [DBG] pgmap v346: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 101 B/s wr, 1 op/s 2024-01-18T08:06:04.281 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:06:03 smithi112 bash[16324]: audit 2024-01-18T08:06:03.386287+0000 mgr.smithi112.xshois (mgr.14182) 441 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:06:04.281 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:06:03 smithi112 bash[16324]: cluster 2024-01-18T08:06:03.554996+0000 mgr.smithi112.xshois (mgr.14182) 442 : cluster [DBG] pgmap v346: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 101 B/s wr, 1 op/s 2024-01-18T08:06:05.095 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:06:06.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:06:06 smithi112 bash[16324]: cluster 2024-01-18T08:06:05.556677+0000 mgr.smithi112.xshois (mgr.14182) 443 : cluster [DBG] pgmap v347: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 101 B/s wr, 1 op/s 2024-01-18T08:06:06.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:06:06 smithi131 bash[19154]: cluster 2024-01-18T08:06:05.556677+0000 mgr.smithi112.xshois (mgr.14182) 443 : cluster [DBG] pgmap v347: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 101 B/s wr, 1 op/s 2024-01-18T08:06:08.324 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:06:08.324 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:04:43.282406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.exubgg on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:05:53.302129Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.pgzqoj on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-pgzqoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-pgzqoj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.pgzqoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.pgzqoj\nDeploy daemon haproxy.nfs.foo.smithi131.pgzqoj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:05:57.545117Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.iezgbo on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-iezgbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-iezgbo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.iezgbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.iezgbo\nDeploy daemon haproxy.nfs.foo.smithi112.iezgbo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:05:57.546873Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.cttpis on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:05:57.548630Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.vbyvvd on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:06:08.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:06:08 smithi112 bash[16324]: cluster 2024-01-18T08:06:07.558654+0000 mgr.smithi112.xshois (mgr.14182) 444 : cluster [DBG] pgmap v348: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 610 B/s rd, 0 op/s 2024-01-18T08:06:08.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:06:08 smithi131 bash[19154]: cluster 2024-01-18T08:06:07.558654+0000 mgr.smithi112.xshois (mgr.14182) 444 : cluster [DBG] pgmap v348: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 610 B/s rd, 0 op/s 2024-01-18T08:06:08.963 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:06:09.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:06:09 smithi131 bash[19154]: audit 2024-01-18T08:06:08.315946+0000 mgr.smithi112.xshois (mgr.14182) 445 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:06:09.964 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:06:09.975 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:06:09 smithi112 bash[16324]: audit 2024-01-18T08:06:08.315946+0000 mgr.smithi112.xshois (mgr.14182) 445 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:06:10.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:06:10 smithi131 bash[19154]: cluster 2024-01-18T08:06:09.560202+0000 mgr.smithi112.xshois (mgr.14182) 446 : cluster [DBG] pgmap v349: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 596 B/s rd, 0 op/s 2024-01-18T08:06:10.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:06:10 smithi131 bash[19154]: audit 2024-01-18T08:06:10.345770+0000 mon.smithi112 (mon.0) 755 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:06:11.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:06:10 smithi112 bash[16324]: cluster 2024-01-18T08:06:09.560202+0000 mgr.smithi112.xshois (mgr.14182) 446 : cluster [DBG] pgmap v349: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 596 B/s rd, 0 op/s 2024-01-18T08:06:11.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:06:10 smithi112 bash[16324]: audit 2024-01-18T08:06:10.345770+0000 mon.smithi112 (mon.0) 755 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:06:12.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:06:12 smithi131 bash[19154]: cluster 2024-01-18T08:06:11.561740+0000 mgr.smithi112.xshois (mgr.14182) 447 : cluster [DBG] pgmap v350: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:06:13.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:06:12 smithi112 bash[16324]: cluster 2024-01-18T08:06:11.561740+0000 mgr.smithi112.xshois (mgr.14182) 447 : cluster [DBG] pgmap v350: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:06:13.157 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:06:13.157 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:04:43.282406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.exubgg on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:05:53.302129Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.pgzqoj on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-pgzqoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-pgzqoj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.pgzqoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.pgzqoj\nDeploy daemon haproxy.nfs.foo.smithi131.pgzqoj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:05:57.545117Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.iezgbo on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-iezgbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-iezgbo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.iezgbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.iezgbo\nDeploy daemon haproxy.nfs.foo.smithi112.iezgbo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:05:57.546873Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.cttpis on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:05:57.548630Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.vbyvvd on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:06:13.831 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:06:14.832 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:06:14.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:06:14 smithi131 bash[19154]: audit 2024-01-18T08:06:13.148620+0000 mgr.smithi112.xshois (mgr.14182) 448 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:06:14.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:06:14 smithi131 bash[19154]: cluster 2024-01-18T08:06:13.563251+0000 mgr.smithi112.xshois (mgr.14182) 449 : cluster [DBG] pgmap v351: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:06:15.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:06:14 smithi112 bash[16324]: audit 2024-01-18T08:06:13.148620+0000 mgr.smithi112.xshois (mgr.14182) 448 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:06:15.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:06:14 smithi112 bash[16324]: cluster 2024-01-18T08:06:13.563251+0000 mgr.smithi112.xshois (mgr.14182) 449 : cluster [DBG] pgmap v351: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:06:16.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:06:16 smithi131 bash[19154]: cluster 2024-01-18T08:06:15.564954+0000 mgr.smithi112.xshois (mgr.14182) 450 : cluster [DBG] pgmap v352: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:06:17.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:06:16 smithi112 bash[16324]: cluster 2024-01-18T08:06:15.564954+0000 mgr.smithi112.xshois (mgr.14182) 450 : cluster [DBG] pgmap v352: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:06:18.047 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:06:18.047 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:04:43.282406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.exubgg on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:05:53.302129Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.pgzqoj on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-pgzqoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-pgzqoj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.pgzqoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.pgzqoj\nDeploy daemon haproxy.nfs.foo.smithi131.pgzqoj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:05:57.545117Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.iezgbo on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-iezgbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-iezgbo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.iezgbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.iezgbo\nDeploy daemon haproxy.nfs.foo.smithi112.iezgbo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:05:57.546873Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.cttpis on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:05:57.548630Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.vbyvvd on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:06:18.642 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:06:18.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:06:18 smithi131 bash[19154]: cluster 2024-01-18T08:06:17.566736+0000 mgr.smithi112.xshois (mgr.14182) 451 : cluster [DBG] pgmap v353: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:06:19.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:06:18 smithi112 bash[16324]: cluster 2024-01-18T08:06:17.566736+0000 mgr.smithi112.xshois (mgr.14182) 451 : cluster [DBG] pgmap v353: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:06:19.643 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:06:19.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:06:19 smithi131 bash[19154]: audit 2024-01-18T08:06:18.038321+0000 mgr.smithi112.xshois (mgr.14182) 452 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:06:20.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:06:19 smithi112 bash[16324]: audit 2024-01-18T08:06:18.038321+0000 mgr.smithi112.xshois (mgr.14182) 452 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:06:20.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:06:20 smithi131 bash[19154]: cluster 2024-01-18T08:06:19.568344+0000 mgr.smithi112.xshois (mgr.14182) 453 : cluster [DBG] pgmap v354: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:06:21.029 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:06:20 smithi112 bash[16324]: cluster 2024-01-18T08:06:19.568344+0000 mgr.smithi112.xshois (mgr.14182) 453 : cluster [DBG] pgmap v354: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:06:22.791 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:06:22.792 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:04:43.282406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.exubgg on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:05:53.302129Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.pgzqoj on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-pgzqoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-pgzqoj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.pgzqoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.pgzqoj\nDeploy daemon haproxy.nfs.foo.smithi131.pgzqoj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:05:57.545117Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.iezgbo on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-iezgbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-iezgbo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.iezgbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.iezgbo\nDeploy daemon haproxy.nfs.foo.smithi112.iezgbo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:05:57.546873Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.cttpis on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:05:57.548630Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.vbyvvd on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:06:22.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:06:22 smithi131 bash[19154]: cluster 2024-01-18T08:06:21.569814+0000 mgr.smithi112.xshois (mgr.14182) 454 : cluster [DBG] pgmap v355: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:06:23.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:06:22 smithi112 bash[16324]: cluster 2024-01-18T08:06:21.569814+0000 mgr.smithi112.xshois (mgr.14182) 454 : cluster [DBG] pgmap v355: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:06:23.414 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:06:23.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:06:23 smithi131 bash[19154]: audit 2024-01-18T08:06:22.781987+0000 mgr.smithi112.xshois (mgr.14182) 455 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:06:24.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:06:23 smithi112 bash[16324]: audit 2024-01-18T08:06:22.781987+0000 mgr.smithi112.xshois (mgr.14182) 455 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:06:24.415 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:06:25.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:06:24 smithi112 bash[16324]: cluster 2024-01-18T08:06:23.571388+0000 mgr.smithi112.xshois (mgr.14182) 456 : cluster [DBG] pgmap v356: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:06:25.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:06:24 smithi131 bash[19154]: cluster 2024-01-18T08:06:23.571388+0000 mgr.smithi112.xshois (mgr.14182) 456 : cluster [DBG] pgmap v356: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:06:27.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:06:26 smithi112 bash[16324]: cluster 2024-01-18T08:06:25.572320+0000 mgr.smithi112.xshois (mgr.14182) 457 : cluster [DBG] pgmap v357: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:06:27.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:06:26 smithi131 bash[19154]: cluster 2024-01-18T08:06:25.572320+0000 mgr.smithi112.xshois (mgr.14182) 457 : cluster [DBG] pgmap v357: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:06:27.827 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:06:27.827 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:04:43.282406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.exubgg on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:05:53.302129Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.pgzqoj on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-pgzqoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-pgzqoj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.pgzqoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.pgzqoj\nDeploy daemon haproxy.nfs.foo.smithi131.pgzqoj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:05:57.545117Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.iezgbo on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-iezgbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-iezgbo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.iezgbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.iezgbo\nDeploy daemon haproxy.nfs.foo.smithi112.iezgbo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:05:57.546873Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.cttpis on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:05:57.548630Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.vbyvvd on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:06:28.473 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:06:28.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:06:28 smithi112 bash[16324]: cluster 2024-01-18T08:06:27.573459+0000 mgr.smithi112.xshois (mgr.14182) 458 : 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-18T08:06:28.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:06:28 smithi112 bash[16324]: audit 2024-01-18T08:06:27.818570+0000 mgr.smithi112.xshois (mgr.14182) 459 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:06:29.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:06:28 smithi131 bash[19154]: cluster 2024-01-18T08:06:27.573459+0000 mgr.smithi112.xshois (mgr.14182) 458 : 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-18T08:06:29.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:06:28 smithi131 bash[19154]: audit 2024-01-18T08:06:27.818570+0000 mgr.smithi112.xshois (mgr.14182) 459 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:06:29.474 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:06:30.531 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:06:30 smithi112 bash[16324]: cluster 2024-01-18T08:06:29.574840+0000 mgr.smithi112.xshois (mgr.14182) 460 : cluster [DBG] pgmap v359: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:06:30.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:06:30 smithi131 bash[19154]: cluster 2024-01-18T08:06:29.574840+0000 mgr.smithi112.xshois (mgr.14182) 460 : cluster [DBG] pgmap v359: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:06:32.781 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:06:32.781 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:04:43.282406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.exubgg on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:05:53.302129Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.pgzqoj on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-pgzqoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-pgzqoj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.pgzqoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.pgzqoj\nDeploy daemon haproxy.nfs.foo.smithi131.pgzqoj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:05:57.545117Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.iezgbo on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-iezgbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-iezgbo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.iezgbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.iezgbo\nDeploy daemon haproxy.nfs.foo.smithi112.iezgbo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:05:57.546873Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.cttpis on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:05:57.548630Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.vbyvvd on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:06:32.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:06:32 smithi131 bash[19154]: cluster 2024-01-18T08:06:31.576490+0000 mgr.smithi112.xshois (mgr.14182) 461 : cluster [DBG] pgmap v360: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:06:33.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:06:32 smithi112 bash[16324]: cluster 2024-01-18T08:06:31.576490+0000 mgr.smithi112.xshois (mgr.14182) 461 : cluster [DBG] pgmap v360: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:06:33.433 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:06:33.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:06:33 smithi112 bash[16324]: audit 2024-01-18T08:06:32.771943+0000 mgr.smithi112.xshois (mgr.14182) 462 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:06:33.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:06:33 smithi131 bash[19154]: audit 2024-01-18T08:06:32.771943+0000 mgr.smithi112.xshois (mgr.14182) 462 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:06:34.434 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:06:34.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:06:34 smithi112 bash[16324]: cluster 2024-01-18T08:06:33.578020+0000 mgr.smithi112.xshois (mgr.14182) 463 : cluster [DBG] pgmap v361: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:06:34.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:06:34 smithi131 bash[19154]: cluster 2024-01-18T08:06:33.578020+0000 mgr.smithi112.xshois (mgr.14182) 463 : cluster [DBG] pgmap v361: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:06:36.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:06:36 smithi131 bash[19154]: cluster 2024-01-18T08:06:35.579407+0000 mgr.smithi112.xshois (mgr.14182) 464 : cluster [DBG] pgmap v362: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:06:37.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:06:36 smithi112 bash[16324]: cluster 2024-01-18T08:06:35.579407+0000 mgr.smithi112.xshois (mgr.14182) 464 : cluster [DBG] pgmap v362: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:06:37.705 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:06:37.705 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:04:43.282406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.exubgg on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:05:53.302129Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.pgzqoj on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-pgzqoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-pgzqoj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.pgzqoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.pgzqoj\nDeploy daemon haproxy.nfs.foo.smithi131.pgzqoj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:05:57.545117Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.iezgbo on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-iezgbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-iezgbo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.iezgbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.iezgbo\nDeploy daemon haproxy.nfs.foo.smithi112.iezgbo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:05:57.546873Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.cttpis on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:05:57.548630Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.vbyvvd on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:06:38.349 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:06:38.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:06:38 smithi131 bash[19154]: cluster 2024-01-18T08:06:37.580785+0000 mgr.smithi112.xshois (mgr.14182) 465 : cluster [DBG] pgmap v363: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:06:38.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:06:38 smithi131 bash[19154]: audit 2024-01-18T08:06:37.701535+0000 mgr.smithi112.xshois (mgr.14182) 466 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:06:39.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:06:38 smithi112 bash[16324]: cluster 2024-01-18T08:06:37.580785+0000 mgr.smithi112.xshois (mgr.14182) 465 : cluster [DBG] pgmap v363: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:06:39.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:06:38 smithi112 bash[16324]: audit 2024-01-18T08:06:37.701535+0000 mgr.smithi112.xshois (mgr.14182) 466 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:06:39.350 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:06:40.531 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:06:40 smithi112 bash[16324]: cluster 2024-01-18T08:06:39.582163+0000 mgr.smithi112.xshois (mgr.14182) 467 : cluster [DBG] pgmap v364: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:06:40.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:06:40 smithi131 bash[19154]: cluster 2024-01-18T08:06:39.582163+0000 mgr.smithi112.xshois (mgr.14182) 467 : cluster [DBG] pgmap v364: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:06:42.491 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:06:42.492 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:04:43.282406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.exubgg on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:05:53.302129Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.pgzqoj on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-pgzqoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-pgzqoj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.pgzqoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.pgzqoj\nDeploy daemon haproxy.nfs.foo.smithi131.pgzqoj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:05:57.545117Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.iezgbo on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-iezgbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-iezgbo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.iezgbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.iezgbo\nDeploy daemon haproxy.nfs.foo.smithi112.iezgbo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:05:57.546873Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.cttpis on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:05:57.548630Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.vbyvvd on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:06:42.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:06:42 smithi131 bash[19154]: cluster 2024-01-18T08:06:41.583028+0000 mgr.smithi112.xshois (mgr.14182) 468 : cluster [DBG] pgmap v365: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:06:43.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:06:42 smithi112 bash[16324]: cluster 2024-01-18T08:06:41.583028+0000 mgr.smithi112.xshois (mgr.14182) 468 : cluster [DBG] pgmap v365: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:06:43.129 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:06:43.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:06:43 smithi131 bash[19154]: audit 2024-01-18T08:06:42.482702+0000 mgr.smithi112.xshois (mgr.14182) 469 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:06:44.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:06:43 smithi112 bash[16324]: audit 2024-01-18T08:06:42.482702+0000 mgr.smithi112.xshois (mgr.14182) 469 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:06:44.130 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:06:44.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:06:44 smithi131 bash[19154]: cluster 2024-01-18T08:06:43.584542+0000 mgr.smithi112.xshois (mgr.14182) 470 : cluster [DBG] pgmap v366: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:06:45.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:06:44 smithi112 bash[16324]: cluster 2024-01-18T08:06:43.584542+0000 mgr.smithi112.xshois (mgr.14182) 470 : cluster [DBG] pgmap v366: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:06:46.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:06:46 smithi131 bash[19154]: cluster 2024-01-18T08:06:45.585443+0000 mgr.smithi112.xshois (mgr.14182) 471 : cluster [DBG] pgmap v367: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:06:46.973 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:06:46 smithi112 bash[16324]: cluster 2024-01-18T08:06:45.585443+0000 mgr.smithi112.xshois (mgr.14182) 471 : cluster [DBG] pgmap v367: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:06:47.319 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:06:47.319 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:04:43.282406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.exubgg on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:05:53.302129Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.pgzqoj on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-pgzqoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-pgzqoj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.pgzqoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.pgzqoj\nDeploy daemon haproxy.nfs.foo.smithi131.pgzqoj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:05:57.545117Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.iezgbo on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-iezgbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-iezgbo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.iezgbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.iezgbo\nDeploy daemon haproxy.nfs.foo.smithi112.iezgbo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:05:57.546873Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.cttpis on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:05:57.548630Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.vbyvvd on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:06:47.969 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:06:48.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:06:48 smithi131 bash[19154]: audit 2024-01-18T08:06:47.309532+0000 mgr.smithi112.xshois (mgr.14182) 472 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:06:48.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:06:48 smithi131 bash[19154]: cluster 2024-01-18T08:06:47.586414+0000 mgr.smithi112.xshois (mgr.14182) 473 : cluster [DBG] pgmap v368: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:06:48.970 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:06:48.983 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:06:48 smithi112 bash[16324]: audit 2024-01-18T08:06:47.309532+0000 mgr.smithi112.xshois (mgr.14182) 472 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:06:48.983 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:06:48 smithi112 bash[16324]: cluster 2024-01-18T08:06:47.586414+0000 mgr.smithi112.xshois (mgr.14182) 473 : cluster [DBG] pgmap v368: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:06:50.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:06:50 smithi112 bash[16324]: cluster 2024-01-18T08:06:49.587710+0000 mgr.smithi112.xshois (mgr.14182) 474 : cluster [DBG] pgmap v369: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:06:50.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:06:50 smithi131 bash[19154]: cluster 2024-01-18T08:06:49.587710+0000 mgr.smithi112.xshois (mgr.14182) 474 : cluster [DBG] pgmap v369: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:06:52.102 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:06:52.102 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:04:43.282406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.exubgg on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:05:53.302129Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.pgzqoj on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-pgzqoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-pgzqoj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.pgzqoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.pgzqoj\nDeploy daemon haproxy.nfs.foo.smithi131.pgzqoj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:05:57.545117Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.iezgbo on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-iezgbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-iezgbo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.iezgbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.iezgbo\nDeploy daemon haproxy.nfs.foo.smithi112.iezgbo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:05:57.546873Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.cttpis on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:05:57.548630Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.vbyvvd on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:06:52.711 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:06:52.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:06:52 smithi131 bash[19154]: cluster 2024-01-18T08:06:51.590004+0000 mgr.smithi112.xshois (mgr.14182) 475 : cluster [DBG] pgmap v370: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:06:53.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:06:52 smithi112 bash[16324]: cluster 2024-01-18T08:06:51.590004+0000 mgr.smithi112.xshois (mgr.14182) 475 : cluster [DBG] pgmap v370: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:06:53.712 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:06:53.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:06:53 smithi131 bash[19154]: audit 2024-01-18T08:06:52.099042+0000 mgr.smithi112.xshois (mgr.14182) 476 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:06:54.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:06:53 smithi112 bash[16324]: audit 2024-01-18T08:06:52.099042+0000 mgr.smithi112.xshois (mgr.14182) 476 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:06:54.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:06:54 smithi131 bash[19154]: cluster 2024-01-18T08:06:53.591651+0000 mgr.smithi112.xshois (mgr.14182) 477 : cluster [DBG] pgmap v371: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:06:54.953 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:06:54 smithi112 bash[16324]: cluster 2024-01-18T08:06:53.591651+0000 mgr.smithi112.xshois (mgr.14182) 477 : cluster [DBG] pgmap v371: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:06:56.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:06:56 smithi112 bash[16324]: cluster 2024-01-18T08:06:55.593448+0000 mgr.smithi112.xshois (mgr.14182) 478 : cluster [DBG] pgmap v372: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:06:56.903 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:06:56.903 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:04:43.282406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.exubgg on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:05:53.302129Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.pgzqoj on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-pgzqoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-pgzqoj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.pgzqoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.pgzqoj\nDeploy daemon haproxy.nfs.foo.smithi131.pgzqoj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:05:57.545117Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.iezgbo on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-iezgbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-iezgbo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.iezgbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.iezgbo\nDeploy daemon haproxy.nfs.foo.smithi112.iezgbo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:05:57.546873Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.cttpis on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:05:57.548630Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.vbyvvd on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:06:56.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:06:56 smithi131 bash[19154]: cluster 2024-01-18T08:06:55.593448+0000 mgr.smithi112.xshois (mgr.14182) 478 : cluster [DBG] pgmap v372: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:06:57.572 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:06:58.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:06:57 smithi112 bash[16324]: audit 2024-01-18T08:06:57.552319+0000 mon.smithi112 (mon.0) 756 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:06:58.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:06:57 smithi131 bash[19154]: audit 2024-01-18T08:06:57.552319+0000 mon.smithi112 (mon.0) 756 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:06:58.573 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:06:59.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:06:58 smithi131 bash[19154]: audit 2024-01-18T08:06:56.891827+0000 mgr.smithi112.xshois (mgr.14182) 479 : audit [DBG] from='client.24577 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:06:59.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:06:58 smithi131 bash[19154]: cluster 2024-01-18T08:06:57.595314+0000 mgr.smithi112.xshois (mgr.14182) 480 : cluster [DBG] pgmap v373: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:06:59.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:06:58 smithi131 bash[19154]: audit 2024-01-18T08:06:57.848119+0000 mon.smithi112 (mon.0) 757 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:06:59.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:06:58 smithi131 bash[19154]: audit 2024-01-18T08:06:58.160189+0000 mon.smithi112 (mon.0) 758 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:06:59.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:06:58 smithi131 bash[19154]: audit 2024-01-18T08:06:58.162170+0000 mon.smithi112 (mon.0) 759 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:06:59.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:06:58 smithi131 bash[19154]: audit 2024-01-18T08:06:58.172724+0000 mon.smithi112 (mon.0) 760 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:06:59.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:06:58 smithi131 bash[19154]: audit 2024-01-18T08:06:58.182309+0000 mon.smithi112 (mon.0) 761 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:06:59.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:06:58 smithi131 bash[19154]: audit 2024-01-18T08:06:58.196358+0000 mon.smithi112 (mon.0) 762 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:06:59.281 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:06:58 smithi112 bash[16324]: audit 2024-01-18T08:06:56.891827+0000 mgr.smithi112.xshois (mgr.14182) 479 : audit [DBG] from='client.24577 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:06:59.281 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:06:58 smithi112 bash[16324]: cluster 2024-01-18T08:06:57.595314+0000 mgr.smithi112.xshois (mgr.14182) 480 : cluster [DBG] pgmap v373: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:06:59.281 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:06:58 smithi112 bash[16324]: audit 2024-01-18T08:06:57.848119+0000 mon.smithi112 (mon.0) 757 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:06:59.281 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:06:58 smithi112 bash[16324]: audit 2024-01-18T08:06:58.160189+0000 mon.smithi112 (mon.0) 758 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:06:59.281 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:06:58 smithi112 bash[16324]: audit 2024-01-18T08:06:58.162170+0000 mon.smithi112 (mon.0) 759 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:06:59.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:06:58 smithi112 bash[16324]: audit 2024-01-18T08:06:58.172724+0000 mon.smithi112 (mon.0) 760 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:06:59.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:06:58 smithi112 bash[16324]: audit 2024-01-18T08:06:58.182309+0000 mon.smithi112 (mon.0) 761 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:06:59.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:06:58 smithi112 bash[16324]: audit 2024-01-18T08:06:58.196358+0000 mon.smithi112 (mon.0) 762 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:07:00.069 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:06:59 smithi112 bash[16324]: cluster 2024-01-18T08:06:58.173926+0000 mgr.smithi112.xshois (mgr.14182) 481 : cluster [DBG] pgmap v374: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-18T08:07:00.070 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:06:59 smithi112 bash[16324]: cephadm 2024-01-18T08:06:58.201455+0000 mgr.smithi112.xshois (mgr.14182) 482 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi131.ewkapg on smithi131 2024-01-18T08:07:00.070 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:06:59 smithi112 bash[16324]: cluster 2024-01-18T08:06:59.168625+0000 mon.smithi112 (mon.0) 763 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:07:00.070 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:06:59 smithi112 bash[16324]: cluster 2024-01-18T08:06:59.168673+0000 mon.smithi112 (mon.0) 764 : cluster [INF] Cluster is now healthy 2024-01-18T08:07:00.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:06:59 smithi131 bash[19154]: cluster 2024-01-18T08:06:58.173926+0000 mgr.smithi112.xshois (mgr.14182) 481 : cluster [DBG] pgmap v374: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-18T08:07:00.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:06:59 smithi131 bash[19154]: cephadm 2024-01-18T08:06:58.201455+0000 mgr.smithi112.xshois (mgr.14182) 482 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi131.ewkapg on smithi131 2024-01-18T08:07:00.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:06:59 smithi131 bash[19154]: cluster 2024-01-18T08:06:59.168625+0000 mon.smithi112 (mon.0) 763 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:07:00.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:06:59 smithi131 bash[19154]: cluster 2024-01-18T08:06:59.168673+0000 mon.smithi112 (mon.0) 764 : cluster [INF] Cluster is now healthy 2024-01-18T08:07:01.845 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:07:01.845 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:04:43.282406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.exubgg on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:05:53.302129Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.pgzqoj on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-pgzqoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-pgzqoj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.pgzqoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.pgzqoj\nDeploy daemon haproxy.nfs.foo.smithi131.pgzqoj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:05:57.545117Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.iezgbo on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-iezgbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-iezgbo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.iezgbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.iezgbo\nDeploy daemon haproxy.nfs.foo.smithi112.iezgbo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:05:57.546873Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.cttpis on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:05:57.548630Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.vbyvvd on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:07:02.016 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:01 smithi131 bash[19154]: cluster 2024-01-18T08:07:00.175161+0000 mgr.smithi112.xshois (mgr.14182) 483 : cluster [DBG] pgmap v375: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-18T08:07:02.281 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:01 smithi112 bash[16324]: cluster 2024-01-18T08:07:00.175161+0000 mgr.smithi112.xshois (mgr.14182) 483 : cluster [DBG] pgmap v375: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-18T08:07:02.484 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:07:03.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:02 smithi131 bash[19154]: audit 2024-01-18T08:07:01.833554+0000 mgr.smithi112.xshois (mgr.14182) 484 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:07:03.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:02 smithi131 bash[19154]: audit 2024-01-18T08:07:02.095350+0000 mon.smithi112 (mon.0) 765 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi131.ewkapg"}]: dispatch 2024-01-18T08:07:03.281 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:02 smithi112 bash[16324]: audit 2024-01-18T08:07:01.833554+0000 mgr.smithi112.xshois (mgr.14182) 484 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:07:03.281 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:02 smithi112 bash[16324]: audit 2024-01-18T08:07:02.095350+0000 mon.smithi112 (mon.0) 765 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi131.ewkapg"}]: dispatch 2024-01-18T08:07:03.485 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:07:04.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:03 smithi131 bash[19154]: cephadm 2024-01-18T08:07:02.094109+0000 mgr.smithi112.xshois (mgr.14182) 485 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ewkapg 2024-01-18T08:07:04.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:03 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:07:04.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:03 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ewkapg 2024-01-18T08:07:04.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:03 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ewkapg 2024-01-18T08:07:04.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:03 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:07:04.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:03 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ewkapg 2024-01-18T08:07:04.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:03 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.ewkapg ... 2024-01-18T08:07:04.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:03 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:07:04.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:03 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:07:04.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:03 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:07:04.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:03 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:07:04.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:03 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:07:04.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:03 smithi131 bash[19154]: Traceback (most recent call last): 2024-01-18T08:07:04.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:03 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:07:04.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:03 smithi131 bash[19154]: yield (conn, connr) 2024-01-18T08:07:04.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:03 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:07:04.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:03 smithi131 bash[19154]: code, '\n'.join(err))) 2024-01-18T08:07:04.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:03 smithi131 bash[19154]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ewkapg 2024-01-18T08:07:04.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:03 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:07:04.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:03 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ewkapg 2024-01-18T08:07:04.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:03 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ewkapg 2024-01-18T08:07:04.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:03 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:07:04.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:03 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ewkapg 2024-01-18T08:07:04.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:03 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.ewkapg ... 2024-01-18T08:07:04.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:03 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:07:04.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:03 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:07:04.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:03 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:07:04.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:03 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:07:04.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:03 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:07:04.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:03 smithi131 bash[19154]: cephadm 2024-01-18T08:07:02.094649+0000 mgr.smithi112.xshois (mgr.14182) 486 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi131.ewkapg 2024-01-18T08:07:04.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:03 smithi131 bash[19154]: cephadm 2024-01-18T08:07:02.097003+0000 mgr.smithi112.xshois (mgr.14182) 487 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi131.ewkapg on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ewkapg 2024-01-18T08:07:04.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:03 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:07:04.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:03 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ewkapg 2024-01-18T08:07:04.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:03 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ewkapg 2024-01-18T08:07:04.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:03 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:07:04.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:03 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ewkapg 2024-01-18T08:07:04.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:03 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.ewkapg ... 2024-01-18T08:07:04.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:03 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:07:04.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:03 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:07:04.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:03 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:07:04.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:03 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:07:04.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:03 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:07:04.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:03 smithi131 bash[19154]: cephadm 2024-01-18T08:07:02.102315+0000 mgr.smithi112.xshois (mgr.14182) 488 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi112.ftetfs on smithi112 2024-01-18T08:07:04.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:03 smithi131 bash[19154]: cluster 2024-01-18T08:07:02.176186+0000 mgr.smithi112.xshois (mgr.14182) 489 : cluster [DBG] pgmap v376: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-18T08:07:04.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:03 smithi112 bash[16324]: cephadm 2024-01-18T08:07:02.094109+0000 mgr.smithi112.xshois (mgr.14182) 485 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ewkapg 2024-01-18T08:07:04.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:03 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:07:04.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:03 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ewkapg 2024-01-18T08:07:04.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:03 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ewkapg 2024-01-18T08:07:04.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:03 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:07:04.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:03 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ewkapg 2024-01-18T08:07:04.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:03 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.ewkapg ... 2024-01-18T08:07:04.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:03 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:07:04.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:03 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:07:04.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:03 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:07:04.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:03 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:07:04.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:03 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:07:04.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:03 smithi112 bash[16324]: Traceback (most recent call last): 2024-01-18T08:07:04.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:03 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:07:04.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:03 smithi112 bash[16324]: yield (conn, connr) 2024-01-18T08:07:04.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:03 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:07:04.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:03 smithi112 bash[16324]: code, '\n'.join(err))) 2024-01-18T08:07:04.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:03 smithi112 bash[16324]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ewkapg 2024-01-18T08:07:04.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:03 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:07:04.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:03 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ewkapg 2024-01-18T08:07:04.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:03 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ewkapg 2024-01-18T08:07:04.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:03 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:07:04.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:03 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ewkapg 2024-01-18T08:07:04.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:03 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.ewkapg ... 2024-01-18T08:07:04.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:03 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:07:04.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:03 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:07:04.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:03 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:07:04.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:03 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:07:04.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:03 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:07:04.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:03 smithi112 bash[16324]: cephadm 2024-01-18T08:07:02.094649+0000 mgr.smithi112.xshois (mgr.14182) 486 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi131.ewkapg 2024-01-18T08:07:04.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:03 smithi112 bash[16324]: cephadm 2024-01-18T08:07:02.097003+0000 mgr.smithi112.xshois (mgr.14182) 487 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi131.ewkapg on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ewkapg 2024-01-18T08:07:04.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:03 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:07:04.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:03 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ewkapg 2024-01-18T08:07:04.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:03 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ewkapg 2024-01-18T08:07:04.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:03 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:07:04.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:03 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ewkapg 2024-01-18T08:07:04.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:03 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.ewkapg ... 2024-01-18T08:07:04.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:03 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:07:04.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:03 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:07:04.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:03 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:07:04.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:03 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:07:04.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:03 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:07:04.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:03 smithi112 bash[16324]: cephadm 2024-01-18T08:07:02.102315+0000 mgr.smithi112.xshois (mgr.14182) 488 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi112.ftetfs on smithi112 2024-01-18T08:07:04.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:03 smithi112 bash[16324]: cluster 2024-01-18T08:07:02.176186+0000 mgr.smithi112.xshois (mgr.14182) 489 : cluster [DBG] pgmap v376: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-18T08:07:05.531 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:05 smithi112 bash[16324]: cluster 2024-01-18T08:07:04.177253+0000 mgr.smithi112.xshois (mgr.14182) 490 : cluster [DBG] pgmap v377: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-18T08:07:05.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:05 smithi131 bash[19154]: cluster 2024-01-18T08:07:04.177253+0000 mgr.smithi112.xshois (mgr.14182) 490 : cluster [DBG] pgmap v377: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-18T08:07:06.460 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:06 smithi112 bash[16324]: audit 2024-01-18T08:07:06.227102+0000 mon.smithi112 (mon.0) 766 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi112.ftetfs"}]: dispatch 2024-01-18T08:07:06.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:06 smithi131 bash[19154]: audit 2024-01-18T08:07:06.227102+0000 mon.smithi112 (mon.0) 766 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi112.ftetfs"}]: dispatch 2024-01-18T08:07:06.880 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:07:06.880 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:05:57.548630Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.vbyvvd on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:07:02.096770Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.ewkapg on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ewkapg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ewkapg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ewkapg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ewkapg\nDeploy daemon haproxy.nfs.foo.smithi131.ewkapg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:07:06.228195Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.ftetfs on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ftetfs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ftetfs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ftetfs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ftetfs\nDeploy daemon haproxy.nfs.foo.smithi112.ftetfs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:07:06.232000Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.kmryvr on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:07:06.235431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.nfriqw on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:07:07.532 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:07:07.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:07 smithi131 bash[19154]: cluster 2024-01-18T08:07:06.178959+0000 mgr.smithi112.xshois (mgr.14182) 491 : cluster [DBG] pgmap v378: 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-18T08:07:07.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:07 smithi131 bash[19154]: cephadm 2024-01-18T08:07:06.226113+0000 mgr.smithi112.xshois (mgr.14182) 492 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ftetfs 2024-01-18T08:07:07.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:07 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:07:07.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:07 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ftetfs 2024-01-18T08:07:07.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:07 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ftetfs 2024-01-18T08:07:07.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:07 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:07:07.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:07 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ftetfs 2024-01-18T08:07:07.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:07 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.ftetfs ... 2024-01-18T08:07:07.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:07 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:07:07.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:07 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:07:07.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:07 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:07:07.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:07 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:07:07.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:07 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:07:07.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:07 smithi131 bash[19154]: Traceback (most recent call last): 2024-01-18T08:07:07.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:07 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:07:07.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:07 smithi131 bash[19154]: yield (conn, connr) 2024-01-18T08:07:07.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:07 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:07:07.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:07 smithi131 bash[19154]: code, '\n'.join(err))) 2024-01-18T08:07:07.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:07 smithi131 bash[19154]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ftetfs 2024-01-18T08:07:07.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:07 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:07:07.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:07 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ftetfs 2024-01-18T08:07:07.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:07 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ftetfs 2024-01-18T08:07:07.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:07 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:07:07.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:07 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ftetfs 2024-01-18T08:07:07.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:07 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.ftetfs ... 2024-01-18T08:07:07.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:07 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:07:07.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:07 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:07:07.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:07 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:07:07.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:07 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:07:07.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:07 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:07:07.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:07 smithi131 bash[19154]: cephadm 2024-01-18T08:07:06.226483+0000 mgr.smithi112.xshois (mgr.14182) 493 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi112.ftetfs 2024-01-18T08:07:07.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:07 smithi131 bash[19154]: cephadm 2024-01-18T08:07:06.228323+0000 mgr.smithi112.xshois (mgr.14182) 494 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi112.ftetfs on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ftetfs 2024-01-18T08:07:07.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:07 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:07:07.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:07 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ftetfs 2024-01-18T08:07:07.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:07 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ftetfs 2024-01-18T08:07:07.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:07 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:07:07.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:07 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ftetfs 2024-01-18T08:07:07.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:07 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.ftetfs ... 2024-01-18T08:07:07.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:07 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:07:07.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:07 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:07:07.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:07 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:07:07.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:07 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:07:07.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:07 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:07:07.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:07 smithi131 bash[19154]: cephadm 2024-01-18T08:07:06.232201+0000 mgr.smithi112.xshois (mgr.14182) 495 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi131.kmryvr on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:07:07.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:07 smithi131 bash[19154]: cephadm 2024-01-18T08:07:06.235653+0000 mgr.smithi112.xshois (mgr.14182) 496 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi112.nfriqw on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:07:07.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:07 smithi131 bash[19154]: cluster 2024-01-18T08:07:06.237014+0000 mgr.smithi112.xshois (mgr.14182) 497 : cluster [DBG] pgmap v379: 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-18T08:07:07.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:07 smithi131 bash[19154]: cluster 2024-01-18T08:07:06.282207+0000 mon.smithi112 (mon.0) 767 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:07:07.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:07 smithi112 bash[16324]: cluster 2024-01-18T08:07:06.178959+0000 mgr.smithi112.xshois (mgr.14182) 491 : cluster [DBG] pgmap v378: 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-18T08:07:07.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:07 smithi112 bash[16324]: cephadm 2024-01-18T08:07:06.226113+0000 mgr.smithi112.xshois (mgr.14182) 492 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ftetfs 2024-01-18T08:07:07.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:07 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:07:07.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:07 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ftetfs 2024-01-18T08:07:07.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:07 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ftetfs 2024-01-18T08:07:07.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:07 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:07:07.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:07 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ftetfs 2024-01-18T08:07:07.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:07 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.ftetfs ... 2024-01-18T08:07:07.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:07 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:07:07.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:07 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:07:07.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:07 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:07:07.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:07 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:07:07.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:07 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:07:07.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:07 smithi112 bash[16324]: Traceback (most recent call last): 2024-01-18T08:07:07.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:07 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:07:07.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:07 smithi112 bash[16324]: yield (conn, connr) 2024-01-18T08:07:07.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:07 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:07:07.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:07 smithi112 bash[16324]: code, '\n'.join(err))) 2024-01-18T08:07:07.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:07 smithi112 bash[16324]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ftetfs 2024-01-18T08:07:07.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:07 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:07:07.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:07 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ftetfs 2024-01-18T08:07:07.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:07 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ftetfs 2024-01-18T08:07:07.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:07 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:07:07.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:07 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ftetfs 2024-01-18T08:07:07.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:07 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.ftetfs ... 2024-01-18T08:07:07.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:07 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:07:07.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:07 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:07:07.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:07 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:07:07.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:07 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:07:07.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:07 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:07:07.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:07 smithi112 bash[16324]: cephadm 2024-01-18T08:07:06.226483+0000 mgr.smithi112.xshois (mgr.14182) 493 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi112.ftetfs 2024-01-18T08:07:07.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:07 smithi112 bash[16324]: cephadm 2024-01-18T08:07:06.228323+0000 mgr.smithi112.xshois (mgr.14182) 494 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi112.ftetfs on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ftetfs 2024-01-18T08:07:07.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:07 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:07:07.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:07 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ftetfs 2024-01-18T08:07:07.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:07 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ftetfs 2024-01-18T08:07:07.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:07 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:07:07.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:07 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ftetfs 2024-01-18T08:07:07.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:07 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.ftetfs ... 2024-01-18T08:07:07.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:07 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:07:07.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:07 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:07:07.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:07 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:07:07.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:07 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:07:07.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:07 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:07:07.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:07 smithi112 bash[16324]: cephadm 2024-01-18T08:07:06.232201+0000 mgr.smithi112.xshois (mgr.14182) 495 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi131.kmryvr on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:07:07.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:07 smithi112 bash[16324]: cephadm 2024-01-18T08:07:06.235653+0000 mgr.smithi112.xshois (mgr.14182) 496 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi112.nfriqw on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:07:07.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:07 smithi112 bash[16324]: cluster 2024-01-18T08:07:06.237014+0000 mgr.smithi112.xshois (mgr.14182) 497 : cluster [DBG] pgmap v379: 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-18T08:07:07.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:07 smithi112 bash[16324]: cluster 2024-01-18T08:07:06.282207+0000 mon.smithi112 (mon.0) 767 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:07:08.533 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:07:08.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:08 smithi131 bash[19154]: audit 2024-01-18T08:07:06.876802+0000 mgr.smithi112.xshois (mgr.14182) 498 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:07:08.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:08 smithi112 bash[16324]: audit 2024-01-18T08:07:06.876802+0000 mgr.smithi112.xshois (mgr.14182) 498 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:07:09.581 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:09 smithi112 bash[16324]: cluster 2024-01-18T08:07:08.238554+0000 mgr.smithi112.xshois (mgr.14182) 499 : cluster [DBG] pgmap v380: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-01-18T08:07:09.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:09 smithi131 bash[19154]: cluster 2024-01-18T08:07:08.238554+0000 mgr.smithi112.xshois (mgr.14182) 499 : cluster [DBG] pgmap v380: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-01-18T08:07:11.531 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:11 smithi112 bash[16324]: cluster 2024-01-18T08:07:10.240290+0000 mgr.smithi112.xshois (mgr.14182) 500 : cluster [DBG] pgmap v381: 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-18T08:07:11.531 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:11 smithi112 bash[16324]: audit 2024-01-18T08:07:10.906010+0000 mon.smithi112 (mon.0) 768 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:07:11.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:11 smithi131 bash[19154]: cluster 2024-01-18T08:07:10.240290+0000 mgr.smithi112.xshois (mgr.14182) 500 : cluster [DBG] pgmap v381: 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-18T08:07:11.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:11 smithi131 bash[19154]: audit 2024-01-18T08:07:10.906010+0000 mon.smithi112 (mon.0) 768 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:07:11.713 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:07:11.713 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:05:57.548630Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.vbyvvd on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:07:02.096770Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.ewkapg on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ewkapg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ewkapg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ewkapg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ewkapg\nDeploy daemon haproxy.nfs.foo.smithi131.ewkapg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:07:06.228195Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.ftetfs on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ftetfs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ftetfs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ftetfs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ftetfs\nDeploy daemon haproxy.nfs.foo.smithi112.ftetfs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:07:06.232000Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.kmryvr on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:07:06.235431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.nfriqw on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:07:12.353 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:07:12.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:12 smithi131 bash[19154]: audit 2024-01-18T08:07:11.702234+0000 mgr.smithi112.xshois (mgr.14182) 501 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:07:12.688 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:12 smithi112 bash[16324]: audit 2024-01-18T08:07:11.702234+0000 mgr.smithi112.xshois (mgr.14182) 501 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:07:13.354 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:07:13.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:13 smithi131 bash[19154]: cluster 2024-01-18T08:07:12.242204+0000 mgr.smithi112.xshois (mgr.14182) 502 : cluster [DBG] pgmap v382: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-01-18T08:07:13.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:13 smithi112 bash[16324]: cluster 2024-01-18T08:07:12.242204+0000 mgr.smithi112.xshois (mgr.14182) 502 : cluster [DBG] pgmap v382: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-01-18T08:07:15.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:15 smithi131 bash[19154]: cluster 2024-01-18T08:07:14.243836+0000 mgr.smithi112.xshois (mgr.14182) 503 : cluster [DBG] pgmap v383: 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-18T08:07:15.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:15 smithi112 bash[16324]: cluster 2024-01-18T08:07:14.243836+0000 mgr.smithi112.xshois (mgr.14182) 503 : cluster [DBG] pgmap v383: 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-18T08:07:16.571 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:07:16.571 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:05:57.548630Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.vbyvvd on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:07:02.096770Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.ewkapg on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ewkapg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ewkapg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ewkapg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ewkapg\nDeploy daemon haproxy.nfs.foo.smithi131.ewkapg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:07:06.228195Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.ftetfs on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ftetfs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ftetfs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ftetfs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ftetfs\nDeploy daemon haproxy.nfs.foo.smithi112.ftetfs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:07:06.232000Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.kmryvr on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:07:06.235431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.nfriqw on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:07:17.187 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:07:17.531 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:17 smithi112 bash[16324]: cluster 2024-01-18T08:07:16.245435+0000 mgr.smithi112.xshois (mgr.14182) 504 : cluster [DBG] pgmap v384: 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-18T08:07:17.531 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:17 smithi112 bash[16324]: audit 2024-01-18T08:07:16.560096+0000 mgr.smithi112.xshois (mgr.14182) 505 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:07:17.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:17 smithi131 bash[19154]: cluster 2024-01-18T08:07:16.245435+0000 mgr.smithi112.xshois (mgr.14182) 504 : cluster [DBG] pgmap v384: 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-18T08:07:17.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:17 smithi131 bash[19154]: audit 2024-01-18T08:07:16.560096+0000 mgr.smithi112.xshois (mgr.14182) 505 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:07:18.187 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:07:19.579 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:19 smithi112 bash[16324]: cluster 2024-01-18T08:07:18.246891+0000 mgr.smithi112.xshois (mgr.14182) 506 : cluster [DBG] pgmap v385: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:07:19.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:19 smithi131 bash[19154]: cluster 2024-01-18T08:07:18.246891+0000 mgr.smithi112.xshois (mgr.14182) 506 : cluster [DBG] pgmap v385: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:07:21.383 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:07:21.383 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:05:57.548630Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.vbyvvd on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:07:02.096770Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.ewkapg on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ewkapg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ewkapg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ewkapg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ewkapg\nDeploy daemon haproxy.nfs.foo.smithi131.ewkapg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:07:06.228195Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.ftetfs on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ftetfs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ftetfs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ftetfs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ftetfs\nDeploy daemon haproxy.nfs.foo.smithi112.ftetfs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:07:06.232000Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.kmryvr on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:07:06.235431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.nfriqw on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:07:21.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:21 smithi131 bash[19154]: cluster 2024-01-18T08:07:20.248418+0000 mgr.smithi112.xshois (mgr.14182) 507 : cluster [DBG] pgmap v386: 225 pgs: 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-18T08:07:21.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:21 smithi112 bash[16324]: cluster 2024-01-18T08:07:20.248418+0000 mgr.smithi112.xshois (mgr.14182) 507 : cluster [DBG] pgmap v386: 225 pgs: 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-18T08:07:21.996 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:07:22.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:22 smithi131 bash[19154]: audit 2024-01-18T08:07:21.376662+0000 mgr.smithi112.xshois (mgr.14182) 508 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:07:22.688 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:22 smithi112 bash[16324]: audit 2024-01-18T08:07:21.376662+0000 mgr.smithi112.xshois (mgr.14182) 508 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:07:22.998 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:07:23.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:23 smithi131 bash[19154]: cluster 2024-01-18T08:07:22.250333+0000 mgr.smithi112.xshois (mgr.14182) 509 : cluster [DBG] pgmap v387: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:07:23.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:23 smithi112 bash[16324]: cluster 2024-01-18T08:07:22.250333+0000 mgr.smithi112.xshois (mgr.14182) 509 : cluster [DBG] pgmap v387: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:07:25.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:25 smithi131 bash[19154]: cluster 2024-01-18T08:07:24.251957+0000 mgr.smithi112.xshois (mgr.14182) 510 : cluster [DBG] pgmap v388: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:07:25.765 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:25 smithi112 bash[16324]: cluster 2024-01-18T08:07:24.251957+0000 mgr.smithi112.xshois (mgr.14182) 510 : cluster [DBG] pgmap v388: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:07:26.215 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:07:26.216 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:05:57.548630Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.vbyvvd on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:07:02.096770Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.ewkapg on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ewkapg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ewkapg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ewkapg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ewkapg\nDeploy daemon haproxy.nfs.foo.smithi131.ewkapg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:07:06.228195Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.ftetfs on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ftetfs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ftetfs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ftetfs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ftetfs\nDeploy daemon haproxy.nfs.foo.smithi112.ftetfs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:07:06.232000Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.kmryvr on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:07:06.235431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.nfriqw on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:07:26.835 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:07:27.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:27 smithi131 bash[19154]: audit 2024-01-18T08:07:26.208526+0000 mgr.smithi112.xshois (mgr.14182) 511 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:07:27.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:27 smithi131 bash[19154]: cluster 2024-01-18T08:07:26.253041+0000 mgr.smithi112.xshois (mgr.14182) 512 : cluster [DBG] pgmap v389: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:07:27.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:27 smithi112 bash[16324]: audit 2024-01-18T08:07:26.208526+0000 mgr.smithi112.xshois (mgr.14182) 511 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:07:27.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:27 smithi112 bash[16324]: cluster 2024-01-18T08:07:26.253041+0000 mgr.smithi112.xshois (mgr.14182) 512 : cluster [DBG] pgmap v389: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:07:27.836 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:07:29.531 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:29 smithi112 bash[16324]: cluster 2024-01-18T08:07:28.254553+0000 mgr.smithi112.xshois (mgr.14182) 513 : 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-18T08:07:29.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:29 smithi131 bash[19154]: cluster 2024-01-18T08:07:28.254553+0000 mgr.smithi112.xshois (mgr.14182) 513 : 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-18T08:07:31.026 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:07:31.026 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:05:57.548630Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.vbyvvd on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:07:02.096770Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.ewkapg on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ewkapg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ewkapg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ewkapg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ewkapg\nDeploy daemon haproxy.nfs.foo.smithi131.ewkapg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:07:06.228195Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.ftetfs on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ftetfs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ftetfs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ftetfs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ftetfs\nDeploy daemon haproxy.nfs.foo.smithi112.ftetfs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:07:06.232000Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.kmryvr on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:07:06.235431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.nfriqw on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:07:31.602 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:07:31.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:31 smithi131 bash[19154]: cluster 2024-01-18T08:07:30.256153+0000 mgr.smithi112.xshois (mgr.14182) 514 : cluster [DBG] pgmap v391: 225 pgs: 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-18T08:07:31.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:31 smithi112 bash[16324]: cluster 2024-01-18T08:07:30.256153+0000 mgr.smithi112.xshois (mgr.14182) 514 : cluster [DBG] pgmap v391: 225 pgs: 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-18T08:07:32.603 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:07:32.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:32 smithi131 bash[19154]: audit 2024-01-18T08:07:31.016634+0000 mgr.smithi112.xshois (mgr.14182) 515 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:07:32.687 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:32 smithi112 bash[16324]: audit 2024-01-18T08:07:31.016634+0000 mgr.smithi112.xshois (mgr.14182) 515 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:07:33.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:33 smithi131 bash[19154]: cluster 2024-01-18T08:07:32.258115+0000 mgr.smithi112.xshois (mgr.14182) 516 : cluster [DBG] pgmap v392: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:07:33.688 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:33 smithi112 bash[16324]: cluster 2024-01-18T08:07:32.258115+0000 mgr.smithi112.xshois (mgr.14182) 516 : cluster [DBG] pgmap v392: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:07:35.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:35 smithi131 bash[19154]: cluster 2024-01-18T08:07:34.259674+0000 mgr.smithi112.xshois (mgr.14182) 517 : cluster [DBG] pgmap v393: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:07:35.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:35 smithi112 bash[16324]: cluster 2024-01-18T08:07:34.259674+0000 mgr.smithi112.xshois (mgr.14182) 517 : cluster [DBG] pgmap v393: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:07:35.789 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:07:35.789 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:05:57.548630Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.vbyvvd on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:07:02.096770Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.ewkapg on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ewkapg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ewkapg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ewkapg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ewkapg\nDeploy daemon haproxy.nfs.foo.smithi131.ewkapg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:07:06.228195Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.ftetfs on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ftetfs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ftetfs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ftetfs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ftetfs\nDeploy daemon haproxy.nfs.foo.smithi112.ftetfs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:07:06.232000Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.kmryvr on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:07:06.235431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.nfriqw on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:07:36.487 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:07:36.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:36 smithi131 bash[19154]: audit 2024-01-18T08:07:35.785616+0000 mgr.smithi112.xshois (mgr.14182) 518 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:07:36.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:36 smithi112 bash[16324]: audit 2024-01-18T08:07:35.785616+0000 mgr.smithi112.xshois (mgr.14182) 518 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:07:37.489 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:07:37.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:37 smithi112 bash[16324]: cluster 2024-01-18T08:07:36.261491+0000 mgr.smithi112.xshois (mgr.14182) 519 : cluster [DBG] pgmap v394: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:07:37.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:37 smithi131 bash[19154]: cluster 2024-01-18T08:07:36.261491+0000 mgr.smithi112.xshois (mgr.14182) 519 : cluster [DBG] pgmap v394: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:07:39.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:39 smithi112 bash[16324]: cluster 2024-01-18T08:07:38.263065+0000 mgr.smithi112.xshois (mgr.14182) 520 : 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-18T08:07:39.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:39 smithi131 bash[19154]: cluster 2024-01-18T08:07:38.263065+0000 mgr.smithi112.xshois (mgr.14182) 520 : 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-18T08:07:40.748 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:07:40.748 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:05:57.548630Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.vbyvvd on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:07:02.096770Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.ewkapg on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ewkapg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ewkapg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ewkapg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ewkapg\nDeploy daemon haproxy.nfs.foo.smithi131.ewkapg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:07:06.228195Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.ftetfs on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ftetfs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ftetfs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ftetfs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ftetfs\nDeploy daemon haproxy.nfs.foo.smithi112.ftetfs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:07:06.232000Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.kmryvr on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:07:06.235431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.nfriqw on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:07:41.396 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:07:41.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:41 smithi112 bash[16324]: cluster 2024-01-18T08:07:40.264610+0000 mgr.smithi112.xshois (mgr.14182) 521 : cluster [DBG] pgmap v396: 225 pgs: 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-18T08:07:41.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:41 smithi112 bash[16324]: audit 2024-01-18T08:07:40.737898+0000 mgr.smithi112.xshois (mgr.14182) 522 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:07:41.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:41 smithi131 bash[19154]: cluster 2024-01-18T08:07:40.264610+0000 mgr.smithi112.xshois (mgr.14182) 521 : cluster [DBG] pgmap v396: 225 pgs: 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-18T08:07:41.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:41 smithi131 bash[19154]: audit 2024-01-18T08:07:40.737898+0000 mgr.smithi112.xshois (mgr.14182) 522 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:07:42.397 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:07:43.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:43 smithi131 bash[19154]: cluster 2024-01-18T08:07:42.266444+0000 mgr.smithi112.xshois (mgr.14182) 523 : cluster [DBG] pgmap v397: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:07:43.780 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:43 smithi112 bash[16324]: cluster 2024-01-18T08:07:42.266444+0000 mgr.smithi112.xshois (mgr.14182) 523 : cluster [DBG] pgmap v397: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:07:45.531 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:45 smithi112 bash[16324]: cluster 2024-01-18T08:07:44.268033+0000 mgr.smithi112.xshois (mgr.14182) 524 : cluster [DBG] pgmap v398: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:07:45.644 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:07:45.644 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:05:57.548630Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.vbyvvd on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:07:02.096770Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.ewkapg on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ewkapg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ewkapg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ewkapg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ewkapg\nDeploy daemon haproxy.nfs.foo.smithi131.ewkapg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:07:06.228195Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.ftetfs on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ftetfs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ftetfs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ftetfs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ftetfs\nDeploy daemon haproxy.nfs.foo.smithi112.ftetfs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:07:06.232000Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.kmryvr on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:07:06.235431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.nfriqw on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:07:45.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:45 smithi131 bash[19154]: cluster 2024-01-18T08:07:44.268033+0000 mgr.smithi112.xshois (mgr.14182) 524 : cluster [DBG] pgmap v398: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:07:46.260 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:07:46.531 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:46 smithi112 bash[16324]: audit 2024-01-18T08:07:45.634086+0000 mgr.smithi112.xshois (mgr.14182) 525 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:07:46.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:46 smithi131 bash[19154]: audit 2024-01-18T08:07:45.634086+0000 mgr.smithi112.xshois (mgr.14182) 525 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:07:47.261 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:07:47.531 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:47 smithi112 bash[16324]: cluster 2024-01-18T08:07:46.269617+0000 mgr.smithi112.xshois (mgr.14182) 526 : cluster [DBG] pgmap v399: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:07:47.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:47 smithi131 bash[19154]: cluster 2024-01-18T08:07:46.269617+0000 mgr.smithi112.xshois (mgr.14182) 526 : cluster [DBG] pgmap v399: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:07:49.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:49 smithi112 bash[16324]: cluster 2024-01-18T08:07:48.271156+0000 mgr.smithi112.xshois (mgr.14182) 527 : cluster [DBG] pgmap v400: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:07:49.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:49 smithi131 bash[19154]: cluster 2024-01-18T08:07:48.271156+0000 mgr.smithi112.xshois (mgr.14182) 527 : cluster [DBG] pgmap v400: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:07:50.318 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:07:50.318 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:05:57.548630Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.vbyvvd on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:07:02.096770Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.ewkapg on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ewkapg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ewkapg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ewkapg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ewkapg\nDeploy daemon haproxy.nfs.foo.smithi131.ewkapg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:07:06.228195Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.ftetfs on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ftetfs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ftetfs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ftetfs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ftetfs\nDeploy daemon haproxy.nfs.foo.smithi112.ftetfs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:07:06.232000Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.kmryvr on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:07:06.235431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.nfriqw on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:07:50.975 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:07:51.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:51 smithi112 bash[16324]: cluster 2024-01-18T08:07:50.272669+0000 mgr.smithi112.xshois (mgr.14182) 528 : cluster [DBG] pgmap v401: 225 pgs: 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-18T08:07:51.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:51 smithi112 bash[16324]: audit 2024-01-18T08:07:50.308411+0000 mgr.smithi112.xshois (mgr.14182) 529 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:07:51.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:51 smithi131 bash[19154]: cluster 2024-01-18T08:07:50.272669+0000 mgr.smithi112.xshois (mgr.14182) 528 : cluster [DBG] pgmap v401: 225 pgs: 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-18T08:07:51.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:51 smithi131 bash[19154]: audit 2024-01-18T08:07:50.308411+0000 mgr.smithi112.xshois (mgr.14182) 529 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:07:51.976 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:07:53.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:53 smithi131 bash[19154]: cluster 2024-01-18T08:07:52.274518+0000 mgr.smithi112.xshois (mgr.14182) 530 : cluster [DBG] pgmap v402: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:07:53.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:53 smithi112 bash[16324]: cluster 2024-01-18T08:07:52.274518+0000 mgr.smithi112.xshois (mgr.14182) 530 : cluster [DBG] pgmap v402: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:07:55.207 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:07:55.207 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:05:57.548630Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.vbyvvd on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:07:02.096770Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.ewkapg on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ewkapg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ewkapg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ewkapg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ewkapg\nDeploy daemon haproxy.nfs.foo.smithi131.ewkapg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:07:06.228195Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.ftetfs on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ftetfs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ftetfs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ftetfs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ftetfs\nDeploy daemon haproxy.nfs.foo.smithi112.ftetfs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:07:06.232000Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.kmryvr on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:07:06.235431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.nfriqw on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:07:55.531 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:55 smithi112 bash[16324]: cluster 2024-01-18T08:07:54.276139+0000 mgr.smithi112.xshois (mgr.14182) 531 : cluster [DBG] pgmap v403: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:07:55.838 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:07:55.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:55 smithi131 bash[19154]: cluster 2024-01-18T08:07:54.276139+0000 mgr.smithi112.xshois (mgr.14182) 531 : cluster [DBG] pgmap v403: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:07:56.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:56 smithi112 bash[16324]: audit 2024-01-18T08:07:55.204223+0000 mgr.smithi112.xshois (mgr.14182) 532 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:07:56.840 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:07:56.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:56 smithi131 bash[19154]: audit 2024-01-18T08:07:55.204223+0000 mgr.smithi112.xshois (mgr.14182) 532 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:07:57.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:57 smithi112 bash[16324]: cluster 2024-01-18T08:07:56.277722+0000 mgr.smithi112.xshois (mgr.14182) 533 : cluster [DBG] pgmap v404: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:07:57.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:57 smithi131 bash[19154]: cluster 2024-01-18T08:07:56.277722+0000 mgr.smithi112.xshois (mgr.14182) 533 : cluster [DBG] pgmap v404: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:07:59.761 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:07:59 smithi112 bash[16324]: cluster 2024-01-18T08:07:58.279275+0000 mgr.smithi112.xshois (mgr.14182) 534 : cluster [DBG] pgmap v405: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:07:59.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:07:59 smithi131 bash[19154]: cluster 2024-01-18T08:07:58.279275+0000 mgr.smithi112.xshois (mgr.14182) 534 : cluster [DBG] pgmap v405: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:08:00.106 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:08:00.106 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:05:57.548630Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.vbyvvd on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:07:02.096770Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.ewkapg on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ewkapg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ewkapg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ewkapg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ewkapg\nDeploy daemon haproxy.nfs.foo.smithi131.ewkapg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:07:06.228195Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.ftetfs on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ftetfs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ftetfs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ftetfs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ftetfs\nDeploy daemon haproxy.nfs.foo.smithi112.ftetfs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:07:06.232000Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.kmryvr on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:07:06.235431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.nfriqw on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:08:00.773 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:08:01.774 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:08:01.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:01 smithi112 bash[16324]: audit 2024-01-18T08:08:00.102672+0000 mgr.smithi112.xshois (mgr.14182) 535 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:08:01.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:01 smithi112 bash[16324]: cluster 2024-01-18T08:08:00.280842+0000 mgr.smithi112.xshois (mgr.14182) 536 : cluster [DBG] pgmap v406: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:08:01.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:01 smithi131 bash[19154]: audit 2024-01-18T08:08:00.102672+0000 mgr.smithi112.xshois (mgr.14182) 535 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:08:01.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:01 smithi131 bash[19154]: cluster 2024-01-18T08:08:00.280842+0000 mgr.smithi112.xshois (mgr.14182) 536 : cluster [DBG] pgmap v406: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:08:03.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:03 smithi112 bash[16324]: cluster 2024-01-18T08:08:02.282878+0000 mgr.smithi112.xshois (mgr.14182) 537 : cluster [DBG] pgmap v407: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:08:03.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:03 smithi131 bash[19154]: cluster 2024-01-18T08:08:02.282878+0000 mgr.smithi112.xshois (mgr.14182) 537 : cluster [DBG] pgmap v407: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:08:05.122 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:08:05.122 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:05:57.548630Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.vbyvvd on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:07:02.096770Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.ewkapg on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ewkapg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ewkapg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ewkapg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ewkapg\nDeploy daemon haproxy.nfs.foo.smithi131.ewkapg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:07:06.228195Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.ftetfs on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ftetfs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ftetfs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ftetfs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ftetfs\nDeploy daemon haproxy.nfs.foo.smithi112.ftetfs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:07:06.232000Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.kmryvr on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:07:06.235431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.nfriqw on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:08:05.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:05 smithi112 bash[16324]: cluster 2024-01-18T08:08:04.284414+0000 mgr.smithi112.xshois (mgr.14182) 538 : cluster [DBG] pgmap v408: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:08:05.795 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:08:05.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:05 smithi131 bash[19154]: cluster 2024-01-18T08:08:04.284414+0000 mgr.smithi112.xshois (mgr.14182) 538 : cluster [DBG] pgmap v408: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:08:06.797 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:08:06.809 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:06 smithi112 bash[16324]: audit 2024-01-18T08:08:05.111009+0000 mgr.smithi112.xshois (mgr.14182) 539 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:08:06.809 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:06 smithi112 bash[16324]: audit 2024-01-18T08:08:06.241766+0000 mon.smithi112 (mon.0) 769 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:08:06.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:06 smithi131 bash[19154]: audit 2024-01-18T08:08:05.111009+0000 mgr.smithi112.xshois (mgr.14182) 539 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:08:06.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:06 smithi131 bash[19154]: audit 2024-01-18T08:08:06.241766+0000 mon.smithi112 (mon.0) 769 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:08:07.900 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:07 smithi112 bash[16324]: cluster 2024-01-18T08:08:06.286081+0000 mgr.smithi112.xshois (mgr.14182) 540 : cluster [DBG] pgmap v409: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:08:07.901 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:07 smithi112 bash[16324]: audit 2024-01-18T08:08:06.549295+0000 mon.smithi112 (mon.0) 770 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:08:07.901 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:07 smithi112 bash[16324]: audit 2024-01-18T08:08:06.550688+0000 mon.smithi112 (mon.0) 771 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:08:07.901 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:07 smithi112 bash[16324]: audit 2024-01-18T08:08:06.556912+0000 mon.smithi112 (mon.0) 772 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:08:07.901 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:07 smithi112 bash[16324]: cluster 2024-01-18T08:08:06.557788+0000 mgr.smithi112.xshois (mgr.14182) 541 : cluster [DBG] pgmap v410: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T08:08:07.901 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:07 smithi112 bash[16324]: audit 2024-01-18T08:08:06.564909+0000 mon.smithi112 (mon.0) 773 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:08:07.901 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:07 smithi112 bash[16324]: audit 2024-01-18T08:08:06.577821+0000 mon.smithi112 (mon.0) 774 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:08:07.901 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:07 smithi112 bash[16324]: cephadm 2024-01-18T08:08:06.581618+0000 mgr.smithi112.xshois (mgr.14182) 542 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi131.snqhgv on smithi131 2024-01-18T08:08:07.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:07 smithi131 bash[19154]: cluster 2024-01-18T08:08:06.286081+0000 mgr.smithi112.xshois (mgr.14182) 540 : cluster [DBG] pgmap v409: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:08:07.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:07 smithi131 bash[19154]: audit 2024-01-18T08:08:06.549295+0000 mon.smithi112 (mon.0) 770 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:08:07.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:07 smithi131 bash[19154]: audit 2024-01-18T08:08:06.550688+0000 mon.smithi112 (mon.0) 771 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:08:07.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:07 smithi131 bash[19154]: audit 2024-01-18T08:08:06.556912+0000 mon.smithi112 (mon.0) 772 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:08:07.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:07 smithi131 bash[19154]: cluster 2024-01-18T08:08:06.557788+0000 mgr.smithi112.xshois (mgr.14182) 541 : cluster [DBG] pgmap v410: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T08:08:07.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:07 smithi131 bash[19154]: audit 2024-01-18T08:08:06.564909+0000 mon.smithi112 (mon.0) 773 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:08:07.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:07 smithi131 bash[19154]: audit 2024-01-18T08:08:06.577821+0000 mon.smithi112 (mon.0) 774 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:08:07.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:07 smithi131 bash[19154]: cephadm 2024-01-18T08:08:06.581618+0000 mgr.smithi112.xshois (mgr.14182) 542 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi131.snqhgv on smithi131 2024-01-18T08:08:08.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:08 smithi131 bash[19154]: cluster 2024-01-18T08:08:07.554803+0000 mon.smithi112 (mon.0) 775 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:08:08.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:08 smithi131 bash[19154]: cluster 2024-01-18T08:08:07.554873+0000 mon.smithi112 (mon.0) 776 : cluster [INF] Cluster is now healthy 2024-01-18T08:08:09.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:08 smithi112 bash[16324]: cluster 2024-01-18T08:08:07.554803+0000 mon.smithi112 (mon.0) 775 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:08:09.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:08 smithi112 bash[16324]: cluster 2024-01-18T08:08:07.554873+0000 mon.smithi112 (mon.0) 776 : cluster [INF] Cluster is now healthy 2024-01-18T08:08:09.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:09 smithi131 bash[19154]: cluster 2024-01-18T08:08:08.558632+0000 mgr.smithi112.xshois (mgr.14182) 543 : cluster [DBG] pgmap v411: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T08:08:10.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:09 smithi112 bash[16324]: cluster 2024-01-18T08:08:08.558632+0000 mgr.smithi112.xshois (mgr.14182) 543 : cluster [DBG] pgmap v411: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T08:08:10.095 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:08:10.095 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:05:57.548630Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.vbyvvd on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:07:02.096770Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.ewkapg on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ewkapg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ewkapg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ewkapg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ewkapg\nDeploy daemon haproxy.nfs.foo.smithi131.ewkapg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:07:06.228195Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.ftetfs on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ftetfs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ftetfs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ftetfs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ftetfs\nDeploy daemon haproxy.nfs.foo.smithi112.ftetfs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:07:06.232000Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.kmryvr on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:07:06.235431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.nfriqw on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:08:10.757 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:08:11.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:11 smithi131 bash[19154]: audit 2024-01-18T08:08:10.087995+0000 mgr.smithi112.xshois (mgr.14182) 544 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:08:11.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:11 smithi131 bash[19154]: audit 2024-01-18T08:08:10.349694+0000 mon.smithi112 (mon.0) 777 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:08:11.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:11 smithi131 bash[19154]: cluster 2024-01-18T08:08:10.559747+0000 mgr.smithi112.xshois (mgr.14182) 545 : cluster [DBG] pgmap v412: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T08:08:11.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:11 smithi131 bash[19154]: cephadm 2024-01-18T08:08:10.733085+0000 mgr.smithi112.xshois (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-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-snqhgv 2024-01-18T08:08:11.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:11 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:08:11.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:11 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-snqhgv 2024-01-18T08:08:11.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:11 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.snqhgv 2024-01-18T08:08:11.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:11 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:08:11.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:11 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.snqhgv 2024-01-18T08:08:11.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:11 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.snqhgv ... 2024-01-18T08:08:11.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:11 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:11.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:11 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:08:11.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:11 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:08:11.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:11 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:08:11.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:11 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:11.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:11 smithi131 bash[19154]: Traceback (most recent call last): 2024-01-18T08:08:11.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:11 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:08:11.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:11 smithi131 bash[19154]: yield (conn, connr) 2024-01-18T08:08:11.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:11 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:08:11.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:11 smithi131 bash[19154]: code, '\n'.join(err))) 2024-01-18T08:08:11.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:11 smithi131 bash[19154]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-snqhgv 2024-01-18T08:08:11.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:11 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:08:11.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:11 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-snqhgv 2024-01-18T08:08:11.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:11 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.snqhgv 2024-01-18T08:08:11.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:11 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:08:11.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:11 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.snqhgv 2024-01-18T08:08:11.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:11 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.snqhgv ... 2024-01-18T08:08:11.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:11 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:11.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:11 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:08:11.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:11 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:08:11.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:11 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:08:11.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:11 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:11.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:11 smithi131 bash[19154]: cephadm 2024-01-18T08:08:10.733571+0000 mgr.smithi112.xshois (mgr.14182) 547 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi131.snqhgv 2024-01-18T08:08:11.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:11 smithi131 bash[19154]: audit 2024-01-18T08:08:10.734265+0000 mon.smithi112 (mon.0) 778 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi131.snqhgv"}]: dispatch 2024-01-18T08:08:11.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:11 smithi131 bash[19154]: cephadm 2024-01-18T08:08:10.736134+0000 mgr.smithi112.xshois (mgr.14182) 548 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi131.snqhgv on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-snqhgv 2024-01-18T08:08:11.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:11 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:08:11.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:11 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-snqhgv 2024-01-18T08:08:11.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:11 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.snqhgv 2024-01-18T08:08:11.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:11 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:08:11.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:11 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.snqhgv 2024-01-18T08:08:11.675 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:11 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.snqhgv ... 2024-01-18T08:08:11.675 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:11 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:11.675 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:11 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:08:11.675 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:11 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:08:11.675 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:11 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:08:11.675 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:11 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:11.675 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:11 smithi131 bash[19154]: cephadm 2024-01-18T08:08:10.741010+0000 mgr.smithi112.xshois (mgr.14182) 549 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi112.idhffn on smithi112 2024-01-18T08:08:11.758 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:08:11.770 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:11 smithi112 bash[16324]: audit 2024-01-18T08:08:10.087995+0000 mgr.smithi112.xshois (mgr.14182) 544 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:08:11.770 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:11 smithi112 bash[16324]: audit 2024-01-18T08:08:10.349694+0000 mon.smithi112 (mon.0) 777 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:08:11.770 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:11 smithi112 bash[16324]: cluster 2024-01-18T08:08:10.559747+0000 mgr.smithi112.xshois (mgr.14182) 545 : cluster [DBG] pgmap v412: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T08:08:11.770 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:11 smithi112 bash[16324]: cephadm 2024-01-18T08:08:10.733085+0000 mgr.smithi112.xshois (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-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-snqhgv 2024-01-18T08:08:11.770 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:11 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:08:11.771 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:11 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-snqhgv 2024-01-18T08:08:11.771 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:11 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.snqhgv 2024-01-18T08:08:11.771 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:11 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:08:11.771 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:11 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.snqhgv 2024-01-18T08:08:11.771 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:11 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.snqhgv ... 2024-01-18T08:08:11.771 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:11 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:11.771 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:11 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:08:11.771 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:11 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:08:11.771 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:11 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:08:11.771 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:11 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:11.771 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:11 smithi112 bash[16324]: Traceback (most recent call last): 2024-01-18T08:08:11.771 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:11 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:08:11.771 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:11 smithi112 bash[16324]: yield (conn, connr) 2024-01-18T08:08:11.771 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:11 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:08:11.771 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:11 smithi112 bash[16324]: code, '\n'.join(err))) 2024-01-18T08:08:11.772 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:11 smithi112 bash[16324]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-snqhgv 2024-01-18T08:08:11.772 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:11 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:08:11.772 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:11 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-snqhgv 2024-01-18T08:08:11.772 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:11 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.snqhgv 2024-01-18T08:08:11.772 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:11 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:08:11.772 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:11 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.snqhgv 2024-01-18T08:08:11.772 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:11 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.snqhgv ... 2024-01-18T08:08:11.772 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:11 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:11.773 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:11 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:08:11.773 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:11 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:08:11.773 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:11 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:08:11.773 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:11 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:11.773 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:11 smithi112 bash[16324]: cephadm 2024-01-18T08:08:10.733571+0000 mgr.smithi112.xshois (mgr.14182) 547 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi131.snqhgv 2024-01-18T08:08:11.773 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:11 smithi112 bash[16324]: audit 2024-01-18T08:08:10.734265+0000 mon.smithi112 (mon.0) 778 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi131.snqhgv"}]: dispatch 2024-01-18T08:08:11.773 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:11 smithi112 bash[16324]: cephadm 2024-01-18T08:08:10.736134+0000 mgr.smithi112.xshois (mgr.14182) 548 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi131.snqhgv on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-snqhgv 2024-01-18T08:08:11.773 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:11 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:08:11.773 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:11 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-snqhgv 2024-01-18T08:08:11.773 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:11 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.snqhgv 2024-01-18T08:08:11.773 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:11 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:08:11.773 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:11 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.snqhgv 2024-01-18T08:08:11.773 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:11 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.snqhgv ... 2024-01-18T08:08:11.773 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:11 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:11.773 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:11 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:08:11.773 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:11 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:08:11.774 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:11 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:08:11.774 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:11 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:11.774 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:11 smithi112 bash[16324]: cephadm 2024-01-18T08:08:10.741010+0000 mgr.smithi112.xshois (mgr.14182) 549 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi112.idhffn on smithi112 2024-01-18T08:08:13.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:13 smithi131 bash[19154]: cluster 2024-01-18T08:08:12.561320+0000 mgr.smithi112.xshois (mgr.14182) 550 : cluster [DBG] pgmap v413: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T08:08:14.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:13 smithi112 bash[16324]: cluster 2024-01-18T08:08:12.561320+0000 mgr.smithi112.xshois (mgr.14182) 550 : cluster [DBG] pgmap v413: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T08:08:15.039 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:08:15.039 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:07:06.235431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.nfriqw on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:10.735829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.snqhgv on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-snqhgv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-snqhgv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.snqhgv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.snqhgv\nDeploy daemon haproxy.nfs.foo.smithi131.snqhgv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:14.574222Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.idhffn on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-idhffn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-idhffn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.idhffn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.idhffn\nDeploy daemon haproxy.nfs.foo.smithi112.idhffn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:14.578655Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.phhrbg on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:14.580760Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.extyws on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:08:15.531 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:15 smithi112 bash[16324]: cluster 2024-01-18T08:08:14.562250+0000 mgr.smithi112.xshois (mgr.14182) 551 : cluster [DBG] pgmap v414: 225 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-18T08:08:15.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:15 smithi112 bash[16324]: cephadm 2024-01-18T08:08:14.572015+0000 mgr.smithi112.xshois (mgr.14182) 552 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-idhffn 2024-01-18T08:08:15.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:15 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:08:15.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:15 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-idhffn 2024-01-18T08:08:15.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:15 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.idhffn 2024-01-18T08:08:15.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:15 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:08:15.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:15 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.idhffn 2024-01-18T08:08:15.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:15 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.idhffn ... 2024-01-18T08:08:15.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:15 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:15.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:15 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:08:15.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:15 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:08:15.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:15 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:08:15.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:15 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:15.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:15 smithi112 bash[16324]: Traceback (most recent call last): 2024-01-18T08:08:15.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:15 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:08:15.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:15 smithi112 bash[16324]: yield (conn, connr) 2024-01-18T08:08:15.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:15 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:08:15.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:15 smithi112 bash[16324]: code, '\n'.join(err))) 2024-01-18T08:08:15.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:15 smithi112 bash[16324]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-idhffn 2024-01-18T08:08:15.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:15 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:08:15.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:15 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-idhffn 2024-01-18T08:08:15.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:15 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.idhffn 2024-01-18T08:08:15.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:15 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:08:15.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:15 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.idhffn 2024-01-18T08:08:15.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:15 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.idhffn ... 2024-01-18T08:08:15.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:15 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:15.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:15 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:08:15.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:15 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:08:15.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:15 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:08:15.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:15 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:15.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:15 smithi112 bash[16324]: cephadm 2024-01-18T08:08:14.572454+0000 mgr.smithi112.xshois (mgr.14182) 553 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi112.idhffn 2024-01-18T08:08:15.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:15 smithi112 bash[16324]: audit 2024-01-18T08:08:14.573084+0000 mon.smithi112 (mon.0) 779 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi112.idhffn"}]: dispatch 2024-01-18T08:08:15.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:15 smithi112 bash[16324]: cephadm 2024-01-18T08:08:14.574476+0000 mgr.smithi112.xshois (mgr.14182) 554 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi112.idhffn on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-idhffn 2024-01-18T08:08:15.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:15 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:08:15.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:15 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-idhffn 2024-01-18T08:08:15.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:15 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.idhffn 2024-01-18T08:08:15.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:15 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:08:15.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:15 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.idhffn 2024-01-18T08:08:15.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:15 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.idhffn ... 2024-01-18T08:08:15.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:15 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:15.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:15 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:08:15.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:15 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:08:15.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:15 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:08:15.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:15 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:15.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:15 smithi112 bash[16324]: cephadm 2024-01-18T08:08:14.578872+0000 mgr.smithi112.xshois (mgr.14182) 555 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi131.phhrbg on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:08:15.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:15 smithi112 bash[16324]: cephadm 2024-01-18T08:08:14.580880+0000 mgr.smithi112.xshois (mgr.14182) 556 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi112.extyws on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:08:15.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:15 smithi112 bash[16324]: cluster 2024-01-18T08:08:14.581779+0000 mgr.smithi112.xshois (mgr.14182) 557 : cluster [DBG] pgmap v415: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 123 B/s rd, 0 op/s 2024-01-18T08:08:15.626 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:08:15.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:15 smithi131 bash[19154]: cluster 2024-01-18T08:08:14.562250+0000 mgr.smithi112.xshois (mgr.14182) 551 : cluster [DBG] pgmap v414: 225 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-18T08:08:15.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:15 smithi131 bash[19154]: cephadm 2024-01-18T08:08:14.572015+0000 mgr.smithi112.xshois (mgr.14182) 552 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-idhffn 2024-01-18T08:08:15.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:15 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:08:15.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:15 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-idhffn 2024-01-18T08:08:15.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:15 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.idhffn 2024-01-18T08:08:15.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:15 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:08:15.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:15 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.idhffn 2024-01-18T08:08:15.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:15 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.idhffn ... 2024-01-18T08:08:15.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:15 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:15.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:15 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:08:15.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:15 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:08:15.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:15 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:08:15.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:15 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:15.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:15 smithi131 bash[19154]: Traceback (most recent call last): 2024-01-18T08:08:15.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:15 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:08:15.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:15 smithi131 bash[19154]: yield (conn, connr) 2024-01-18T08:08:15.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:15 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:08:15.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:15 smithi131 bash[19154]: code, '\n'.join(err))) 2024-01-18T08:08:15.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:15 smithi131 bash[19154]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-idhffn 2024-01-18T08:08:15.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:15 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:08:15.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:15 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-idhffn 2024-01-18T08:08:15.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:15 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.idhffn 2024-01-18T08:08:15.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:15 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:08:15.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:15 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.idhffn 2024-01-18T08:08:15.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:15 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.idhffn ... 2024-01-18T08:08:15.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:15 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:15.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:15 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:08:15.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:15 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:08:15.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:15 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:08:15.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:15 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:15.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:15 smithi131 bash[19154]: cephadm 2024-01-18T08:08:14.572454+0000 mgr.smithi112.xshois (mgr.14182) 553 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi112.idhffn 2024-01-18T08:08:15.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:15 smithi131 bash[19154]: audit 2024-01-18T08:08:14.573084+0000 mon.smithi112 (mon.0) 779 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi112.idhffn"}]: dispatch 2024-01-18T08:08:15.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:15 smithi131 bash[19154]: cephadm 2024-01-18T08:08:14.574476+0000 mgr.smithi112.xshois (mgr.14182) 554 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi112.idhffn on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-idhffn 2024-01-18T08:08:15.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:15 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:08:15.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:15 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-idhffn 2024-01-18T08:08:15.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:15 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.idhffn 2024-01-18T08:08:15.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:15 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:08:15.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:15 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.idhffn 2024-01-18T08:08:15.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:15 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.idhffn ... 2024-01-18T08:08:15.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:15 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:15.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:15 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:08:15.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:15 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:08:15.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:15 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:08:15.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:15 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:15.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:15 smithi131 bash[19154]: cephadm 2024-01-18T08:08:14.578872+0000 mgr.smithi112.xshois (mgr.14182) 555 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi131.phhrbg on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:08:15.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:15 smithi131 bash[19154]: cephadm 2024-01-18T08:08:14.580880+0000 mgr.smithi112.xshois (mgr.14182) 556 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi112.extyws on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:08:15.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:15 smithi131 bash[19154]: cluster 2024-01-18T08:08:14.581779+0000 mgr.smithi112.xshois (mgr.14182) 557 : cluster [DBG] pgmap v415: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 123 B/s rd, 0 op/s 2024-01-18T08:08:16.627 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:08:16.640 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:16 smithi112 bash[16324]: audit 2024-01-18T08:08:15.035670+0000 mgr.smithi112.xshois (mgr.14182) 558 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:08:16.640 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:16 smithi112 bash[16324]: cluster 2024-01-18T08:08:15.300647+0000 mon.smithi112 (mon.0) 780 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:08:16.640 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:16 smithi112 bash[16324]: audit 2024-01-18T08:08:15.960910+0000 mon.smithi112 (mon.0) 781 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:08:16.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:16 smithi131 bash[19154]: audit 2024-01-18T08:08:15.035670+0000 mgr.smithi112.xshois (mgr.14182) 558 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:08:16.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:16 smithi131 bash[19154]: cluster 2024-01-18T08:08:15.300647+0000 mon.smithi112 (mon.0) 780 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:08:16.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:16 smithi131 bash[19154]: audit 2024-01-18T08:08:15.960910+0000 mon.smithi112 (mon.0) 781 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:08:17.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:17 smithi131 bash[19154]: cluster 2024-01-18T08:08:16.583337+0000 mgr.smithi112.xshois (mgr.14182) 559 : cluster [DBG] pgmap v416: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-01-18T08:08:17.733 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:17 smithi112 bash[16324]: cluster 2024-01-18T08:08:16.583337+0000 mgr.smithi112.xshois (mgr.14182) 559 : cluster [DBG] pgmap v416: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-01-18T08:08:19.797 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:08:19.797 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:07:06.235431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.nfriqw on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:10.735829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.snqhgv on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-snqhgv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-snqhgv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.snqhgv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.snqhgv\nDeploy daemon haproxy.nfs.foo.smithi131.snqhgv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:14.574222Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.idhffn on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-idhffn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-idhffn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.idhffn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.idhffn\nDeploy daemon haproxy.nfs.foo.smithi112.idhffn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:14.578655Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.phhrbg on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:14.580760Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.extyws on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:08:19.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:19 smithi131 bash[19154]: cluster 2024-01-18T08:08:18.584211+0000 mgr.smithi112.xshois (mgr.14182) 560 : cluster [DBG] pgmap v417: 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-18T08:08:20.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:19 smithi112 bash[16324]: cluster 2024-01-18T08:08:18.584211+0000 mgr.smithi112.xshois (mgr.14182) 560 : cluster [DBG] pgmap v417: 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-18T08:08:20.453 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:08:20.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:20 smithi112 bash[16324]: audit 2024-01-18T08:08:19.792872+0000 mgr.smithi112.xshois (mgr.14182) 561 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:08:20.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:20 smithi131 bash[19154]: audit 2024-01-18T08:08:19.792872+0000 mgr.smithi112.xshois (mgr.14182) 561 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:08:21.454 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:08:21.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:21 smithi112 bash[16324]: cluster 2024-01-18T08:08:20.585879+0000 mgr.smithi112.xshois (mgr.14182) 562 : cluster [DBG] pgmap v418: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-01-18T08:08:21.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:21 smithi131 bash[19154]: cluster 2024-01-18T08:08:20.585879+0000 mgr.smithi112.xshois (mgr.14182) 562 : cluster [DBG] pgmap v418: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-01-18T08:08:23.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:23 smithi131 bash[19154]: cluster 2024-01-18T08:08:22.587789+0000 mgr.smithi112.xshois (mgr.14182) 563 : cluster [DBG] pgmap v419: 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-18T08:08:24.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:23 smithi112 bash[16324]: cluster 2024-01-18T08:08:22.587789+0000 mgr.smithi112.xshois (mgr.14182) 563 : cluster [DBG] pgmap v419: 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-18T08:08:24.785 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:08:24.785 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:07:06.235431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.nfriqw on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:10.735829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.snqhgv on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-snqhgv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-snqhgv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.snqhgv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.snqhgv\nDeploy daemon haproxy.nfs.foo.smithi131.snqhgv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:14.574222Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.idhffn on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-idhffn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-idhffn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.idhffn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.idhffn\nDeploy daemon haproxy.nfs.foo.smithi112.idhffn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:14.578655Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.phhrbg on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:14.580760Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.extyws on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:08:25.404 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:08:25.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:25 smithi131 bash[19154]: cluster 2024-01-18T08:08:24.589229+0000 mgr.smithi112.xshois (mgr.14182) 564 : cluster [DBG] pgmap v420: 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-18T08:08:25.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:25 smithi131 bash[19154]: audit 2024-01-18T08:08:24.774099+0000 mgr.smithi112.xshois (mgr.14182) 565 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:08:25.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:25 smithi112 bash[16324]: cluster 2024-01-18T08:08:24.589229+0000 mgr.smithi112.xshois (mgr.14182) 564 : cluster [DBG] pgmap v420: 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-18T08:08:25.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:25 smithi112 bash[16324]: audit 2024-01-18T08:08:24.774099+0000 mgr.smithi112.xshois (mgr.14182) 565 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:08:26.405 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:08:26.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:26 smithi131 bash[19154]: audit 2024-01-18T08:08:25.349898+0000 mon.smithi112 (mon.0) 782 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:08:26.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:26 smithi112 bash[16324]: audit 2024-01-18T08:08:25.349898+0000 mon.smithi112 (mon.0) 782 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:08:27.629 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:27 smithi112 bash[16324]: cluster 2024-01-18T08:08:26.590803+0000 mgr.smithi112.xshois (mgr.14182) 566 : 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-18T08:08:27.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:27 smithi131 bash[19154]: cluster 2024-01-18T08:08:26.590803+0000 mgr.smithi112.xshois (mgr.14182) 566 : 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-18T08:08:29.535 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:08:29.535 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:07:06.235431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.nfriqw on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:10.735829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.snqhgv on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-snqhgv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-snqhgv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.snqhgv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.snqhgv\nDeploy daemon haproxy.nfs.foo.smithi131.snqhgv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:14.574222Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.idhffn on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-idhffn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-idhffn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.idhffn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.idhffn\nDeploy daemon haproxy.nfs.foo.smithi112.idhffn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:14.578655Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.phhrbg on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:14.580760Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.extyws on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:08:29.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:29 smithi131 bash[19154]: cluster 2024-01-18T08:08:28.592377+0000 mgr.smithi112.xshois (mgr.14182) 567 : 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-18T08:08:30.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:29 smithi112 bash[16324]: cluster 2024-01-18T08:08:28.592377+0000 mgr.smithi112.xshois (mgr.14182) 567 : 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-18T08:08:30.141 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:08:30.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:30 smithi131 bash[19154]: audit 2024-01-18T08:08:29.523767+0000 mgr.smithi112.xshois (mgr.14182) 568 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:08:31.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:30 smithi112 bash[16324]: audit 2024-01-18T08:08:29.523767+0000 mgr.smithi112.xshois (mgr.14182) 568 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:08:31.142 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:08:31.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:31 smithi131 bash[19154]: cluster 2024-01-18T08:08:30.594020+0000 mgr.smithi112.xshois (mgr.14182) 569 : cluster [DBG] pgmap v423: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:08:32.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:31 smithi112 bash[16324]: cluster 2024-01-18T08:08:30.594020+0000 mgr.smithi112.xshois (mgr.14182) 569 : cluster [DBG] pgmap v423: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:08:33.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:33 smithi131 bash[19154]: cluster 2024-01-18T08:08:32.595874+0000 mgr.smithi112.xshois (mgr.14182) 570 : 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-18T08:08:34.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:33 smithi112 bash[16324]: cluster 2024-01-18T08:08:32.595874+0000 mgr.smithi112.xshois (mgr.14182) 570 : 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-18T08:08:34.477 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:08:34.477 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:07:06.235431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.nfriqw on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:10.735829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.snqhgv on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-snqhgv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-snqhgv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.snqhgv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.snqhgv\nDeploy daemon haproxy.nfs.foo.smithi131.snqhgv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:14.574222Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.idhffn on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-idhffn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-idhffn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.idhffn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.idhffn\nDeploy daemon haproxy.nfs.foo.smithi112.idhffn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:14.578655Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.phhrbg on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:14.580760Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.extyws on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:08:35.086 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:08:35.531 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:35 smithi112 bash[16324]: audit 2024-01-18T08:08:34.466254+0000 mgr.smithi112.xshois (mgr.14182) 571 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:08:35.531 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:35 smithi112 bash[16324]: cluster 2024-01-18T08:08:34.597359+0000 mgr.smithi112.xshois (mgr.14182) 572 : cluster [DBG] pgmap v425: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:08:35.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:35 smithi131 bash[19154]: audit 2024-01-18T08:08:34.466254+0000 mgr.smithi112.xshois (mgr.14182) 571 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:08:35.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:35 smithi131 bash[19154]: cluster 2024-01-18T08:08:34.597359+0000 mgr.smithi112.xshois (mgr.14182) 572 : cluster [DBG] pgmap v425: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:08:36.086 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:08:37.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:37 smithi112 bash[16324]: cluster 2024-01-18T08:08:36.598463+0000 mgr.smithi112.xshois (mgr.14182) 573 : 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-18T08:08:37.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:37 smithi131 bash[19154]: cluster 2024-01-18T08:08:36.598463+0000 mgr.smithi112.xshois (mgr.14182) 573 : 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-18T08:08:39.282 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:08:39.283 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:07:06.235431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.nfriqw on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:10.735829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.snqhgv on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-snqhgv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-snqhgv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.snqhgv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.snqhgv\nDeploy daemon haproxy.nfs.foo.smithi131.snqhgv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:14.574222Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.idhffn on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-idhffn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-idhffn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.idhffn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.idhffn\nDeploy daemon haproxy.nfs.foo.smithi112.idhffn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:14.578655Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.phhrbg on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:14.580760Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.extyws on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:08:39.856 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:08:39.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:39 smithi131 bash[19154]: cluster 2024-01-18T08:08:38.599963+0000 mgr.smithi112.xshois (mgr.14182) 574 : 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-18T08:08:40.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:39 smithi112 bash[16324]: cluster 2024-01-18T08:08:38.599963+0000 mgr.smithi112.xshois (mgr.14182) 574 : 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-18T08:08:40.857 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:08:41.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:40 smithi112 bash[16324]: audit 2024-01-18T08:08:39.276623+0000 mgr.smithi112.xshois (mgr.14182) 575 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:08:41.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:40 smithi131 bash[19154]: audit 2024-01-18T08:08:39.276623+0000 mgr.smithi112.xshois (mgr.14182) 575 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:08:41.985 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:41 smithi112 bash[16324]: cluster 2024-01-18T08:08:40.601692+0000 mgr.smithi112.xshois (mgr.14182) 576 : cluster [DBG] pgmap v428: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:08:42.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:41 smithi131 bash[19154]: cluster 2024-01-18T08:08:40.601692+0000 mgr.smithi112.xshois (mgr.14182) 576 : cluster [DBG] pgmap v428: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:08:43.952 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:08:43.953 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:07:06.235431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.nfriqw on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:10.735829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.snqhgv on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-snqhgv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-snqhgv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.snqhgv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.snqhgv\nDeploy daemon haproxy.nfs.foo.smithi131.snqhgv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:14.574222Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.idhffn on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-idhffn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-idhffn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.idhffn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.idhffn\nDeploy daemon haproxy.nfs.foo.smithi112.idhffn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:14.578655Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.phhrbg on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:14.580760Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.extyws on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:08:44.002 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:43 smithi112 bash[16324]: cluster 2024-01-18T08:08:42.603434+0000 mgr.smithi112.xshois (mgr.14182) 577 : cluster [DBG] pgmap v429: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:08:44.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:43 smithi131 bash[19154]: cluster 2024-01-18T08:08:42.603434+0000 mgr.smithi112.xshois (mgr.14182) 577 : cluster [DBG] pgmap v429: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:08:44.636 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:08:45.637 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:08:45.648 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:45 smithi112 bash[16324]: audit 2024-01-18T08:08:43.941951+0000 mgr.smithi112.xshois (mgr.14182) 578 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:08:45.649 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:45 smithi112 bash[16324]: cluster 2024-01-18T08:08:44.604956+0000 mgr.smithi112.xshois (mgr.14182) 579 : cluster [DBG] pgmap v430: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:08:45.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:45 smithi131 bash[19154]: audit 2024-01-18T08:08:43.941951+0000 mgr.smithi112.xshois (mgr.14182) 578 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:08:45.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:45 smithi131 bash[19154]: cluster 2024-01-18T08:08:44.604956+0000 mgr.smithi112.xshois (mgr.14182) 579 : cluster [DBG] pgmap v430: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:08:47.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:47 smithi131 bash[19154]: cluster 2024-01-18T08:08:46.606587+0000 mgr.smithi112.xshois (mgr.14182) 580 : 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-18T08:08:48.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:47 smithi112 bash[16324]: cluster 2024-01-18T08:08:46.606587+0000 mgr.smithi112.xshois (mgr.14182) 580 : 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-18T08:08:48.894 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:08:48.895 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:07:06.235431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.nfriqw on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:10.735829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.snqhgv on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-snqhgv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-snqhgv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.snqhgv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.snqhgv\nDeploy daemon haproxy.nfs.foo.smithi131.snqhgv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:14.574222Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.idhffn on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-idhffn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-idhffn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.idhffn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.idhffn\nDeploy daemon haproxy.nfs.foo.smithi112.idhffn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:14.578655Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.phhrbg on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:14.580760Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.extyws on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:08:49.492 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:08:49.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:49 smithi112 bash[16324]: cluster 2024-01-18T08:08:48.608016+0000 mgr.smithi112.xshois (mgr.14182) 581 : 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-18T08:08:49.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:49 smithi112 bash[16324]: audit 2024-01-18T08:08:48.886323+0000 mgr.smithi112.xshois (mgr.14182) 582 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:08:49.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:49 smithi131 bash[19154]: cluster 2024-01-18T08:08:48.608016+0000 mgr.smithi112.xshois (mgr.14182) 581 : 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-18T08:08:49.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:49 smithi131 bash[19154]: audit 2024-01-18T08:08:48.886323+0000 mgr.smithi112.xshois (mgr.14182) 582 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:08:50.493 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:08:51.915 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:51 smithi112 bash[16324]: cluster 2024-01-18T08:08:50.609652+0000 mgr.smithi112.xshois (mgr.14182) 583 : cluster [DBG] pgmap v433: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:08:52.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:51 smithi131 bash[19154]: cluster 2024-01-18T08:08:50.609652+0000 mgr.smithi112.xshois (mgr.14182) 583 : cluster [DBG] pgmap v433: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:08:53.782 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:08:53.782 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:07:06.235431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.nfriqw on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:10.735829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.snqhgv on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-snqhgv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-snqhgv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.snqhgv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.snqhgv\nDeploy daemon haproxy.nfs.foo.smithi131.snqhgv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:14.574222Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.idhffn on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-idhffn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-idhffn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.idhffn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.idhffn\nDeploy daemon haproxy.nfs.foo.smithi112.idhffn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:14.578655Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.phhrbg on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:14.580760Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.extyws on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:08:54.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:53 smithi112 bash[16324]: cluster 2024-01-18T08:08:52.611674+0000 mgr.smithi112.xshois (mgr.14182) 584 : cluster [DBG] pgmap v434: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:08:54.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:53 smithi131 bash[19154]: cluster 2024-01-18T08:08:52.611674+0000 mgr.smithi112.xshois (mgr.14182) 584 : cluster [DBG] pgmap v434: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:08:54.380 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:08:55.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:54 smithi112 bash[16324]: audit 2024-01-18T08:08:53.771523+0000 mgr.smithi112.xshois (mgr.14182) 585 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:08:55.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:54 smithi131 bash[19154]: audit 2024-01-18T08:08:53.771523+0000 mgr.smithi112.xshois (mgr.14182) 585 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:08:55.381 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:08:56.140 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:55 smithi112 bash[16324]: cluster 2024-01-18T08:08:54.613232+0000 mgr.smithi112.xshois (mgr.14182) 586 : cluster [DBG] pgmap v435: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:08:56.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:55 smithi131 bash[19154]: cluster 2024-01-18T08:08:54.613232+0000 mgr.smithi112.xshois (mgr.14182) 586 : cluster [DBG] pgmap v435: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:08:58.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:57 smithi112 bash[16324]: cluster 2024-01-18T08:08:56.614485+0000 mgr.smithi112.xshois (mgr.14182) 587 : cluster [DBG] pgmap v436: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:08:58.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:57 smithi131 bash[19154]: cluster 2024-01-18T08:08:56.614485+0000 mgr.smithi112.xshois (mgr.14182) 587 : cluster [DBG] pgmap v436: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:08:58.737 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:08:58.737 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:07:06.235431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.nfriqw on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:10.735829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.snqhgv on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-snqhgv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-snqhgv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.snqhgv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.snqhgv\nDeploy daemon haproxy.nfs.foo.smithi131.snqhgv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:14.574222Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.idhffn on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-idhffn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-idhffn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.idhffn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.idhffn\nDeploy daemon haproxy.nfs.foo.smithi112.idhffn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:14.578655Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.phhrbg on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:14.580760Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.extyws on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:08:59.303 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:09:00.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:59 smithi112 bash[16324]: cluster 2024-01-18T08:08:58.616075+0000 mgr.smithi112.xshois (mgr.14182) 588 : cluster [DBG] pgmap v437: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:09:00.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:08:59 smithi112 bash[16324]: audit 2024-01-18T08:08:58.733485+0000 mgr.smithi112.xshois (mgr.14182) 589 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:09:00.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:59 smithi131 bash[19154]: cluster 2024-01-18T08:08:58.616075+0000 mgr.smithi112.xshois (mgr.14182) 588 : cluster [DBG] pgmap v437: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:09:00.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:08:59 smithi131 bash[19154]: audit 2024-01-18T08:08:58.733485+0000 mgr.smithi112.xshois (mgr.14182) 589 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:09:00.304 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:09:02.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:01 smithi112 bash[16324]: cluster 2024-01-18T08:09:00.617647+0000 mgr.smithi112.xshois (mgr.14182) 590 : cluster [DBG] pgmap v438: 225 pgs: 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-18T08:09:02.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:01 smithi131 bash[19154]: cluster 2024-01-18T08:09:00.617647+0000 mgr.smithi112.xshois (mgr.14182) 590 : cluster [DBG] pgmap v438: 225 pgs: 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-18T08:09:03.417 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:09:03.417 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:07:06.235431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.nfriqw on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:10.735829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.snqhgv on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-snqhgv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-snqhgv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.snqhgv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.snqhgv\nDeploy daemon haproxy.nfs.foo.smithi131.snqhgv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:14.574222Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.idhffn on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-idhffn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-idhffn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.idhffn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.idhffn\nDeploy daemon haproxy.nfs.foo.smithi112.idhffn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:14.578655Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.phhrbg on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:14.580760Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.extyws on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:09:03.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:03 smithi112 bash[16324]: cluster 2024-01-18T08:09:02.618595+0000 mgr.smithi112.xshois (mgr.14182) 591 : cluster [DBG] pgmap v439: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:09:04.017 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:09:04.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:03 smithi131 bash[19154]: cluster 2024-01-18T08:09:02.618595+0000 mgr.smithi112.xshois (mgr.14182) 591 : cluster [DBG] pgmap v439: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:09:05.018 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:09:05.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:04 smithi112 bash[16324]: audit 2024-01-18T08:09:03.407827+0000 mgr.smithi112.xshois (mgr.14182) 592 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:09:05.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:04 smithi131 bash[19154]: audit 2024-01-18T08:09:03.407827+0000 mgr.smithi112.xshois (mgr.14182) 592 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:09:06.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:05 smithi112 bash[16324]: cluster 2024-01-18T08:09:04.620036+0000 mgr.smithi112.xshois (mgr.14182) 593 : cluster [DBG] pgmap v440: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:09:06.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:05 smithi131 bash[19154]: cluster 2024-01-18T08:09:04.620036+0000 mgr.smithi112.xshois (mgr.14182) 593 : cluster [DBG] pgmap v440: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:09:08.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:07 smithi112 bash[16324]: cluster 2024-01-18T08:09:06.621741+0000 mgr.smithi112.xshois (mgr.14182) 594 : 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-18T08:09:08.117 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:09:08.117 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:07:06.235431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.nfriqw on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:10.735829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.snqhgv on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-snqhgv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-snqhgv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.snqhgv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.snqhgv\nDeploy daemon haproxy.nfs.foo.smithi131.snqhgv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:14.574222Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.idhffn on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-idhffn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-idhffn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.idhffn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.idhffn\nDeploy daemon haproxy.nfs.foo.smithi112.idhffn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:14.578655Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.phhrbg on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:14.580760Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.extyws on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:09:08.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:07 smithi131 bash[19154]: cluster 2024-01-18T08:09:06.621741+0000 mgr.smithi112.xshois (mgr.14182) 594 : 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-18T08:09:08.769 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:09:09.770 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:09:10.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:09 smithi112 bash[16324]: audit 2024-01-18T08:09:08.105999+0000 mgr.smithi112.xshois (mgr.14182) 595 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:09:10.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:09 smithi112 bash[16324]: cluster 2024-01-18T08:09:08.623303+0000 mgr.smithi112.xshois (mgr.14182) 596 : cluster [DBG] pgmap v442: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:09:10.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:09 smithi131 bash[19154]: audit 2024-01-18T08:09:08.105999+0000 mgr.smithi112.xshois (mgr.14182) 595 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:09:10.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:09 smithi131 bash[19154]: cluster 2024-01-18T08:09:08.623303+0000 mgr.smithi112.xshois (mgr.14182) 596 : cluster [DBG] pgmap v442: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:09:12.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:11 smithi112 bash[16324]: cluster 2024-01-18T08:09:10.624595+0000 mgr.smithi112.xshois (mgr.14182) 597 : cluster [DBG] pgmap v443: 225 pgs: 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-18T08:09:12.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:11 smithi131 bash[19154]: cluster 2024-01-18T08:09:10.624595+0000 mgr.smithi112.xshois (mgr.14182) 597 : cluster [DBG] pgmap v443: 225 pgs: 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-18T08:09:12.979 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:09:12.979 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:07:06.235431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.nfriqw on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:10.735829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.snqhgv on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-snqhgv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-snqhgv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.snqhgv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.snqhgv\nDeploy daemon haproxy.nfs.foo.smithi131.snqhgv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:14.574222Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.idhffn on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-idhffn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-idhffn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.idhffn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.idhffn\nDeploy daemon haproxy.nfs.foo.smithi112.idhffn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:14.578655Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.phhrbg on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:14.580760Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.extyws on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:09:13.639 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:09:14.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:13 smithi112 bash[16324]: cluster 2024-01-18T08:09:12.626496+0000 mgr.smithi112.xshois (mgr.14182) 598 : 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-18T08:09:14.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:13 smithi131 bash[19154]: cluster 2024-01-18T08:09:12.626496+0000 mgr.smithi112.xshois (mgr.14182) 598 : 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-18T08:09:14.640 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:09:15.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:14 smithi112 bash[16324]: audit 2024-01-18T08:09:12.968416+0000 mgr.smithi112.xshois (mgr.14182) 599 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:09:15.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:14 smithi112 bash[16324]: audit 2024-01-18T08:09:14.584920+0000 mon.smithi112 (mon.0) 783 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:09:15.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:14 smithi131 bash[19154]: audit 2024-01-18T08:09:12.968416+0000 mgr.smithi112.xshois (mgr.14182) 599 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:09:15.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:14 smithi131 bash[19154]: audit 2024-01-18T08:09:14.584920+0000 mon.smithi112 (mon.0) 783 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:09:16.020 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:15 smithi112 bash[16324]: cluster 2024-01-18T08:09:14.627948+0000 mgr.smithi112.xshois (mgr.14182) 600 : cluster [DBG] pgmap v445: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:09:16.021 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:15 smithi112 bash[16324]: audit 2024-01-18T08:09:14.884028+0000 mon.smithi112 (mon.0) 784 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:09:16.021 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:15 smithi112 bash[16324]: audit 2024-01-18T08:09:14.885501+0000 mon.smithi112 (mon.0) 785 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:09:16.021 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:15 smithi112 bash[16324]: audit 2024-01-18T08:09:14.887047+0000 mon.smithi112 (mon.0) 786 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:09:16.021 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:15 smithi112 bash[16324]: audit 2024-01-18T08:09:14.890736+0000 mon.smithi112 (mon.0) 787 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:09:16.021 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:15 smithi112 bash[16324]: audit 2024-01-18T08:09:14.891364+0000 mon.smithi112 (mon.0) 788 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:09:16.021 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:15 smithi112 bash[16324]: cephadm 2024-01-18T08:09:14.891567+0000 mgr.smithi112.xshois (mgr.14182) 601 : cephadm [INF] Adjusting osd_memory_target on smithi131 to 3529M 2024-01-18T08:09:16.021 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:15 smithi112 bash[16324]: audit 2024-01-18T08:09:14.892386+0000 mon.smithi112 (mon.0) 789 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:09:16.021 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:15 smithi112 bash[16324]: audit 2024-01-18T08:09:14.899365+0000 mon.smithi112 (mon.0) 790 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:09:16.021 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:15 smithi112 bash[16324]: audit 2024-01-18T08:09:14.901004+0000 mon.smithi112 (mon.0) 791 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:09:16.021 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:15 smithi112 bash[16324]: audit 2024-01-18T08:09:14.902162+0000 mon.smithi112 (mon.0) 792 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:09:16.021 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:15 smithi112 bash[16324]: audit 2024-01-18T08:09:14.910063+0000 mon.smithi112 (mon.0) 793 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:09:16.021 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:15 smithi112 bash[16324]: audit 2024-01-18T08:09:14.911411+0000 mon.smithi112 (mon.0) 794 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:09:16.021 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:15 smithi112 bash[16324]: audit 2024-01-18T08:09:14.912285+0000 mon.smithi112 (mon.0) 795 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:09:16.022 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:15 smithi112 bash[16324]: audit 2024-01-18T08:09:14.918733+0000 mon.smithi112 (mon.0) 796 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:09:16.022 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:15 smithi112 bash[16324]: audit 2024-01-18T08:09:14.925593+0000 mon.smithi112 (mon.0) 797 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:09:16.022 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:15 smithi112 bash[16324]: audit 2024-01-18T08:09:14.937790+0000 mon.smithi112 (mon.0) 798 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:09:16.022 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:15 smithi112 bash[16324]: cluster 2024-01-18T08:09:15.318574+0000 mon.smithi112 (mon.0) 799 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:09:16.022 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:15 smithi112 bash[16324]: cluster 2024-01-18T08:09:15.318661+0000 mon.smithi112 (mon.0) 800 : cluster [INF] Cluster is now healthy 2024-01-18T08:09:16.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:15 smithi131 bash[19154]: cluster 2024-01-18T08:09:14.627948+0000 mgr.smithi112.xshois (mgr.14182) 600 : cluster [DBG] pgmap v445: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:09:16.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:15 smithi131 bash[19154]: audit 2024-01-18T08:09:14.884028+0000 mon.smithi112 (mon.0) 784 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:09:16.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:15 smithi131 bash[19154]: audit 2024-01-18T08:09:14.885501+0000 mon.smithi112 (mon.0) 785 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:09:16.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:15 smithi131 bash[19154]: audit 2024-01-18T08:09:14.887047+0000 mon.smithi112 (mon.0) 786 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:09:16.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:15 smithi131 bash[19154]: audit 2024-01-18T08:09:14.890736+0000 mon.smithi112 (mon.0) 787 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:09:16.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:15 smithi131 bash[19154]: audit 2024-01-18T08:09:14.891364+0000 mon.smithi112 (mon.0) 788 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:09:16.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:15 smithi131 bash[19154]: cephadm 2024-01-18T08:09:14.891567+0000 mgr.smithi112.xshois (mgr.14182) 601 : cephadm [INF] Adjusting osd_memory_target on smithi131 to 3529M 2024-01-18T08:09:16.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:15 smithi131 bash[19154]: audit 2024-01-18T08:09:14.892386+0000 mon.smithi112 (mon.0) 789 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:09:16.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:15 smithi131 bash[19154]: audit 2024-01-18T08:09:14.899365+0000 mon.smithi112 (mon.0) 790 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:09:16.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:15 smithi131 bash[19154]: audit 2024-01-18T08:09:14.901004+0000 mon.smithi112 (mon.0) 791 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:09:16.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:15 smithi131 bash[19154]: audit 2024-01-18T08:09:14.902162+0000 mon.smithi112 (mon.0) 792 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:09:16.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:15 smithi131 bash[19154]: audit 2024-01-18T08:09:14.910063+0000 mon.smithi112 (mon.0) 793 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:09:16.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:15 smithi131 bash[19154]: audit 2024-01-18T08:09:14.911411+0000 mon.smithi112 (mon.0) 794 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:09:16.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:15 smithi131 bash[19154]: audit 2024-01-18T08:09:14.912285+0000 mon.smithi112 (mon.0) 795 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:09:16.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:15 smithi131 bash[19154]: audit 2024-01-18T08:09:14.918733+0000 mon.smithi112 (mon.0) 796 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:09:16.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:15 smithi131 bash[19154]: audit 2024-01-18T08:09:14.925593+0000 mon.smithi112 (mon.0) 797 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:09:16.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:15 smithi131 bash[19154]: audit 2024-01-18T08:09:14.937790+0000 mon.smithi112 (mon.0) 798 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:09:16.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:15 smithi131 bash[19154]: cluster 2024-01-18T08:09:15.318574+0000 mon.smithi112 (mon.0) 799 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:09:16.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:15 smithi131 bash[19154]: cluster 2024-01-18T08:09:15.318661+0000 mon.smithi112 (mon.0) 800 : cluster [INF] Cluster is now healthy 2024-01-18T08:09:17.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:16 smithi112 bash[16324]: cephadm 2024-01-18T08:09:14.902964+0000 mgr.smithi112.xshois (mgr.14182) 602 : cephadm [INF] Adjusting osd_memory_target on smithi112 to 3017M 2024-01-18T08:09:17.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:16 smithi112 bash[16324]: cluster 2024-01-18T08:09:14.919397+0000 mgr.smithi112.xshois (mgr.14182) 603 : cluster [DBG] pgmap v446: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T08:09:17.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:16 smithi112 bash[16324]: cephadm 2024-01-18T08:09:14.941773+0000 mgr.smithi112.xshois (mgr.14182) 604 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi131.ujwvfl on smithi131 2024-01-18T08:09:17.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:16 smithi131 bash[19154]: cephadm 2024-01-18T08:09:14.902964+0000 mgr.smithi112.xshois (mgr.14182) 602 : cephadm [INF] Adjusting osd_memory_target on smithi112 to 3017M 2024-01-18T08:09:17.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:16 smithi131 bash[19154]: cluster 2024-01-18T08:09:14.919397+0000 mgr.smithi112.xshois (mgr.14182) 603 : cluster [DBG] pgmap v446: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T08:09:17.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:16 smithi131 bash[19154]: cephadm 2024-01-18T08:09:14.941773+0000 mgr.smithi112.xshois (mgr.14182) 604 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi131.ujwvfl on smithi131 2024-01-18T08:09:17.930 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:09:17.930 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:07:06.235431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.nfriqw on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:10.735829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.snqhgv on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-snqhgv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-snqhgv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.snqhgv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.snqhgv\nDeploy daemon haproxy.nfs.foo.smithi131.snqhgv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:14.574222Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.idhffn on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-idhffn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-idhffn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.idhffn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.idhffn\nDeploy daemon haproxy.nfs.foo.smithi112.idhffn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:14.578655Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.phhrbg on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:14.580760Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.extyws on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:09:18.528 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:09:18.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:18 smithi112 bash[16324]: cluster 2024-01-18T08:09:16.920908+0000 mgr.smithi112.xshois (mgr.14182) 605 : cluster [DBG] pgmap v447: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T08:09:19.169 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:18 smithi131 bash[19154]: cluster 2024-01-18T08:09:16.920908+0000 mgr.smithi112.xshois (mgr.14182) 605 : cluster [DBG] pgmap v447: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T08:09:19.529 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:09:20.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:19 smithi112 bash[16324]: audit 2024-01-18T08:09:17.926912+0000 mgr.smithi112.xshois (mgr.14182) 606 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:09:20.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:19 smithi112 bash[16324]: audit 2024-01-18T08:09:19.240256+0000 mon.smithi112 (mon.0) 801 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi131.ujwvfl"}]: dispatch 2024-01-18T08:09:20.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:19 smithi131 bash[19154]: audit 2024-01-18T08:09:17.926912+0000 mgr.smithi112.xshois (mgr.14182) 606 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:09:20.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:19 smithi131 bash[19154]: audit 2024-01-18T08:09:19.240256+0000 mon.smithi112 (mon.0) 801 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi131.ujwvfl"}]: dispatch 2024-01-18T08:09:20.968 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:20 smithi112 bash[16324]: cluster 2024-01-18T08:09:18.922154+0000 mgr.smithi112.xshois (mgr.14182) 607 : cluster [DBG] pgmap v448: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T08:09:20.968 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:20 smithi112 bash[16324]: cephadm 2024-01-18T08:09:19.239162+0000 mgr.smithi112.xshois (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-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ujwvfl 2024-01-18T08:09:20.968 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:20 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:09:20.968 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:20 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ujwvfl 2024-01-18T08:09:20.968 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:20 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ujwvfl 2024-01-18T08:09:20.968 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:20 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:09:20.968 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:20 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ujwvfl 2024-01-18T08:09:20.968 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:20 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.ujwvfl ... 2024-01-18T08:09:20.968 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:20 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:09:20.969 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:20 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:09:20.969 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:20 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:09:20.969 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:20 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:09:20.969 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:20 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:09:20.969 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:20 smithi112 bash[16324]: Traceback (most recent call last): 2024-01-18T08:09:20.969 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:20 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:09:20.969 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:20 smithi112 bash[16324]: yield (conn, connr) 2024-01-18T08:09:20.969 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:20 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:09:20.969 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:20 smithi112 bash[16324]: code, '\n'.join(err))) 2024-01-18T08:09:20.969 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:20 smithi112 bash[16324]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ujwvfl 2024-01-18T08:09:20.969 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:20 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:09:20.969 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:20 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ujwvfl 2024-01-18T08:09:20.969 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:20 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ujwvfl 2024-01-18T08:09:20.969 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:20 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:09:20.969 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:20 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ujwvfl 2024-01-18T08:09:20.970 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:20 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.ujwvfl ... 2024-01-18T08:09:20.970 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:20 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:09:20.970 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:20 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:09:20.970 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:20 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:09:20.970 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:20 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:09:20.970 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:20 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:09:20.970 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:20 smithi112 bash[16324]: cephadm 2024-01-18T08:09:19.239697+0000 mgr.smithi112.xshois (mgr.14182) 609 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi131.ujwvfl 2024-01-18T08:09:20.970 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:20 smithi112 bash[16324]: cephadm 2024-01-18T08:09:19.241977+0000 mgr.smithi112.xshois (mgr.14182) 610 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi131.ujwvfl on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ujwvfl 2024-01-18T08:09:20.970 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:20 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:09:20.970 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:20 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ujwvfl 2024-01-18T08:09:20.970 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:20 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ujwvfl 2024-01-18T08:09:20.970 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:20 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:09:20.970 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:20 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ujwvfl 2024-01-18T08:09:20.970 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:20 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.ujwvfl ... 2024-01-18T08:09:20.971 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:20 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:09:20.971 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:20 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:09:20.971 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:20 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:09:20.971 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:20 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:09:20.971 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:20 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:09:20.971 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:20 smithi112 bash[16324]: cephadm 2024-01-18T08:09:19.246977+0000 mgr.smithi112.xshois (mgr.14182) 611 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi112.quopuc on smithi112 2024-01-18T08:09:21.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:20 smithi131 bash[19154]: cluster 2024-01-18T08:09:18.922154+0000 mgr.smithi112.xshois (mgr.14182) 607 : cluster [DBG] pgmap v448: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T08:09:21.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:20 smithi131 bash[19154]: cephadm 2024-01-18T08:09:19.239162+0000 mgr.smithi112.xshois (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-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ujwvfl 2024-01-18T08:09:21.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:20 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:09:21.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:20 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ujwvfl 2024-01-18T08:09:21.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:20 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ujwvfl 2024-01-18T08:09:21.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:20 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:09:21.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:20 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ujwvfl 2024-01-18T08:09:21.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:20 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.ujwvfl ... 2024-01-18T08:09:21.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:20 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:09:21.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:20 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:09:21.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:20 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:09:21.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:20 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:09:21.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:20 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:09:21.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:20 smithi131 bash[19154]: Traceback (most recent call last): 2024-01-18T08:09:21.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:20 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:09:21.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:20 smithi131 bash[19154]: yield (conn, connr) 2024-01-18T08:09:21.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:20 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:09:21.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:20 smithi131 bash[19154]: code, '\n'.join(err))) 2024-01-18T08:09:21.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:20 smithi131 bash[19154]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ujwvfl 2024-01-18T08:09:21.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:20 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:09:21.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:20 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ujwvfl 2024-01-18T08:09:21.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:20 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ujwvfl 2024-01-18T08:09:21.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:20 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:09:21.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:20 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ujwvfl 2024-01-18T08:09:21.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:20 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.ujwvfl ... 2024-01-18T08:09:21.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:20 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:09:21.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:20 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:09:21.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:20 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:09:21.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:20 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:09:21.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:20 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:09:21.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:20 smithi131 bash[19154]: cephadm 2024-01-18T08:09:19.239697+0000 mgr.smithi112.xshois (mgr.14182) 609 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi131.ujwvfl 2024-01-18T08:09:21.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:20 smithi131 bash[19154]: cephadm 2024-01-18T08:09:19.241977+0000 mgr.smithi112.xshois (mgr.14182) 610 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi131.ujwvfl on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ujwvfl 2024-01-18T08:09:21.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:20 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:09:21.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:20 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ujwvfl 2024-01-18T08:09:21.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:20 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ujwvfl 2024-01-18T08:09:21.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:20 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:09:21.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:20 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ujwvfl 2024-01-18T08:09:21.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:20 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.ujwvfl ... 2024-01-18T08:09:21.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:20 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:09:21.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:20 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:09:21.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:20 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:09:21.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:20 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:09:21.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:20 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:09:21.175 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:20 smithi131 bash[19154]: cephadm 2024-01-18T08:09:19.246977+0000 mgr.smithi112.xshois (mgr.14182) 611 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi112.quopuc on smithi112 2024-01-18T08:09:22.715 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:09:22.715 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:08:10.735829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.snqhgv on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-snqhgv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-snqhgv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.snqhgv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.snqhgv\nDeploy daemon haproxy.nfs.foo.smithi131.snqhgv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:14.574222Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.idhffn on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-idhffn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-idhffn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.idhffn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.idhffn\nDeploy daemon haproxy.nfs.foo.smithi112.idhffn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:14.578655Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.phhrbg on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:14.580760Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.extyws on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:09:19.241706Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.ujwvfl on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ujwvfl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ujwvfl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ujwvfl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ujwvfl\nDeploy daemon haproxy.nfs.foo.smithi131.ujwvfl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -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.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:09:23.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:22 smithi112 bash[16324]: cluster 2024-01-18T08:09:20.923791+0000 mgr.smithi112.xshois (mgr.14182) 612 : cluster [DBG] pgmap v449: 225 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-18T08:09:23.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:22 smithi131 bash[19154]: cluster 2024-01-18T08:09:20.923791+0000 mgr.smithi112.xshois (mgr.14182) 612 : cluster [DBG] pgmap v449: 225 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-18T08:09:23.508 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:09:24.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:23 smithi131 bash[19154]: audit 2024-01-18T08:09:22.704588+0000 mgr.smithi112.xshois (mgr.14182) 613 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:09:24.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:23 smithi131 bash[19154]: audit 2024-01-18T08:09:23.383555+0000 mon.smithi112 (mon.0) 802 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi112.quopuc"}]: dispatch 2024-01-18T08:09:24.281 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:23 smithi112 bash[16324]: audit 2024-01-18T08:09:22.704588+0000 mgr.smithi112.xshois (mgr.14182) 613 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:09:24.281 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:23 smithi112 bash[16324]: audit 2024-01-18T08:09:23.383555+0000 mon.smithi112 (mon.0) 802 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi112.quopuc"}]: dispatch 2024-01-18T08:09:24.509 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:09:25.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:24 smithi131 bash[19154]: cluster 2024-01-18T08:09:22.925177+0000 mgr.smithi112.xshois (mgr.14182) 614 : cluster [DBG] pgmap v450: 225 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-18T08:09:25.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:24 smithi131 bash[19154]: cephadm 2024-01-18T08:09:23.382545+0000 mgr.smithi112.xshois (mgr.14182) 615 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-quopuc 2024-01-18T08:09:25.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:24 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:09:25.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:24 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-quopuc 2024-01-18T08:09:25.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:24 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.quopuc 2024-01-18T08:09:25.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:24 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:09:25.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:24 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.quopuc 2024-01-18T08:09:25.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:24 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.quopuc ... 2024-01-18T08:09:25.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:24 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:09:25.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:24 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:09:25.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:24 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:09:25.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:24 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:09:25.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:24 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:09:25.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:24 smithi131 bash[19154]: Traceback (most recent call last): 2024-01-18T08:09:25.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:24 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:09:25.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:24 smithi131 bash[19154]: yield (conn, connr) 2024-01-18T08:09:25.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:24 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:09:25.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:24 smithi131 bash[19154]: code, '\n'.join(err))) 2024-01-18T08:09:25.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:24 smithi131 bash[19154]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-quopuc 2024-01-18T08:09:25.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:24 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:09:25.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:24 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-quopuc 2024-01-18T08:09:25.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:24 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.quopuc 2024-01-18T08:09:25.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:24 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:09:25.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:24 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.quopuc 2024-01-18T08:09:25.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:24 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.quopuc ... 2024-01-18T08:09:25.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:24 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:09:25.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:24 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:09:25.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:24 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:09:25.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:24 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:09:25.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:24 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:09:25.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:24 smithi131 bash[19154]: cephadm 2024-01-18T08:09:23.383012+0000 mgr.smithi112.xshois (mgr.14182) 616 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi112.quopuc 2024-01-18T08:09:25.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:24 smithi131 bash[19154]: cephadm 2024-01-18T08:09:23.384824+0000 mgr.smithi112.xshois (mgr.14182) 617 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi112.quopuc on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-quopuc 2024-01-18T08:09:25.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:24 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:09:25.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:24 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-quopuc 2024-01-18T08:09:25.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:24 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.quopuc 2024-01-18T08:09:25.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:24 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:09:25.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:24 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.quopuc 2024-01-18T08:09:25.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:24 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.quopuc ... 2024-01-18T08:09:25.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:24 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:09:25.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:24 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:09:25.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:24 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:09:25.175 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:24 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:09:25.175 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:24 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:09:25.175 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:24 smithi131 bash[19154]: cephadm 2024-01-18T08:09:23.389199+0000 mgr.smithi112.xshois (mgr.14182) 618 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi131.dkvszt on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:09:25.175 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:24 smithi131 bash[19154]: cephadm 2024-01-18T08:09:23.393290+0000 mgr.smithi112.xshois (mgr.14182) 619 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi112.ylxtba on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:09:25.175 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:24 smithi131 bash[19154]: cluster 2024-01-18T08:09:23.394716+0000 mgr.smithi112.xshois (mgr.14182) 620 : cluster [DBG] pgmap v451: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 116 B/s rd, 0 op/s 2024-01-18T08:09:25.175 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:24 smithi131 bash[19154]: cluster 2024-01-18T08:09:23.776912+0000 mon.smithi112 (mon.0) 803 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:09:25.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:24 smithi112 bash[16324]: cluster 2024-01-18T08:09:22.925177+0000 mgr.smithi112.xshois (mgr.14182) 614 : cluster [DBG] pgmap v450: 225 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-18T08:09:25.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:24 smithi112 bash[16324]: cephadm 2024-01-18T08:09:23.382545+0000 mgr.smithi112.xshois (mgr.14182) 615 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-quopuc 2024-01-18T08:09:25.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:24 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:09:25.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:24 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-quopuc 2024-01-18T08:09:25.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:24 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.quopuc 2024-01-18T08:09:25.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:24 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:09:25.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:24 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.quopuc 2024-01-18T08:09:25.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:24 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.quopuc ... 2024-01-18T08:09:25.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:24 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:09:25.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:24 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:09:25.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:24 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:09:25.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:24 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:09:25.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:24 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:09:25.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:24 smithi112 bash[16324]: Traceback (most recent call last): 2024-01-18T08:09:25.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:24 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:09:25.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:24 smithi112 bash[16324]: yield (conn, connr) 2024-01-18T08:09:25.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:24 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:09:25.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:24 smithi112 bash[16324]: code, '\n'.join(err))) 2024-01-18T08:09:25.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:24 smithi112 bash[16324]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-quopuc 2024-01-18T08:09:25.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:24 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:09:25.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:24 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-quopuc 2024-01-18T08:09:25.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:24 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.quopuc 2024-01-18T08:09:25.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:24 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:09:25.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:24 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.quopuc 2024-01-18T08:09:25.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:24 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.quopuc ... 2024-01-18T08:09:25.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:24 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:09:25.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:24 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:09:25.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:24 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:09:25.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:24 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:09:25.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:24 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:09:25.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:24 smithi112 bash[16324]: cephadm 2024-01-18T08:09:23.383012+0000 mgr.smithi112.xshois (mgr.14182) 616 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi112.quopuc 2024-01-18T08:09:25.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:24 smithi112 bash[16324]: cephadm 2024-01-18T08:09:23.384824+0000 mgr.smithi112.xshois (mgr.14182) 617 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi112.quopuc on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-quopuc 2024-01-18T08:09:25.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:24 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:09:25.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:24 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-quopuc 2024-01-18T08:09:25.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:24 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.quopuc 2024-01-18T08:09:25.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:24 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:09:25.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:24 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.quopuc 2024-01-18T08:09:25.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:24 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.quopuc ... 2024-01-18T08:09:25.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:24 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:09:25.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:24 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:09:25.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:24 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:09:25.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:24 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:09:25.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:24 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:09:25.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:24 smithi112 bash[16324]: cephadm 2024-01-18T08:09:23.389199+0000 mgr.smithi112.xshois (mgr.14182) 618 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi131.dkvszt on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:09:25.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:24 smithi112 bash[16324]: cephadm 2024-01-18T08:09:23.393290+0000 mgr.smithi112.xshois (mgr.14182) 619 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi112.ylxtba on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:09:25.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:24 smithi112 bash[16324]: cluster 2024-01-18T08:09:23.394716+0000 mgr.smithi112.xshois (mgr.14182) 620 : cluster [DBG] pgmap v451: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 116 B/s rd, 0 op/s 2024-01-18T08:09:25.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:24 smithi112 bash[16324]: cluster 2024-01-18T08:09:23.776912+0000 mon.smithi112 (mon.0) 803 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:09:27.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:26 smithi131 bash[19154]: cluster 2024-01-18T08:09:25.395766+0000 mgr.smithi112.xshois (mgr.14182) 621 : cluster [DBG] pgmap v452: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-01-18T08:09:27.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:26 smithi131 bash[19154]: audit 2024-01-18T08:09:26.021763+0000 mon.smithi112 (mon.0) 804 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:09:27.281 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:26 smithi112 bash[16324]: cluster 2024-01-18T08:09:25.395766+0000 mgr.smithi112.xshois (mgr.14182) 621 : cluster [DBG] pgmap v452: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-01-18T08:09:27.281 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:26 smithi112 bash[16324]: audit 2024-01-18T08:09:26.021763+0000 mon.smithi112 (mon.0) 804 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:09:27.911 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:09:27.911 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:08:14.580760Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.extyws on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:09:19.241706Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.ujwvfl on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ujwvfl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ujwvfl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ujwvfl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ujwvfl\nDeploy daemon haproxy.nfs.foo.smithi131.ujwvfl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:09:23.384563Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.quopuc on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-quopuc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-quopuc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.quopuc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.quopuc\nDeploy daemon haproxy.nfs.foo.smithi112.quopuc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:09:23.388961Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.dkvszt on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:09:23.393049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ylxtba on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:09:28.469 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:09:29.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:28 smithi131 bash[19154]: cluster 2024-01-18T08:09:27.397322+0000 mgr.smithi112.xshois (mgr.14182) 622 : cluster [DBG] pgmap v453: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-01-18T08:09:29.281 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:28 smithi112 bash[16324]: cluster 2024-01-18T08:09:27.397322+0000 mgr.smithi112.xshois (mgr.14182) 622 : cluster [DBG] pgmap v453: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-01-18T08:09:29.470 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:09:30.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:29 smithi131 bash[19154]: audit 2024-01-18T08:09:27.900106+0000 mgr.smithi112.xshois (mgr.14182) 623 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:09:30.281 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:29 smithi112 bash[16324]: audit 2024-01-18T08:09:27.900106+0000 mgr.smithi112.xshois (mgr.14182) 623 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:09:30.925 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:30 smithi112 bash[16324]: cluster 2024-01-18T08:09:29.398834+0000 mgr.smithi112.xshois (mgr.14182) 624 : cluster [DBG] pgmap v454: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2024-01-18T08:09:31.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:30 smithi131 bash[19154]: cluster 2024-01-18T08:09:29.398834+0000 mgr.smithi112.xshois (mgr.14182) 624 : cluster [DBG] pgmap v454: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2024-01-18T08:09:32.736 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:09:32.736 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:08:14.580760Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.extyws on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:09:19.241706Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.ujwvfl on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ujwvfl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ujwvfl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ujwvfl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ujwvfl\nDeploy daemon haproxy.nfs.foo.smithi131.ujwvfl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:09:23.384563Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.quopuc on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-quopuc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-quopuc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.quopuc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.quopuc\nDeploy daemon haproxy.nfs.foo.smithi112.quopuc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:09:23.388961Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.dkvszt on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:09:23.393049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ylxtba on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:09:33.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:32 smithi112 bash[16324]: cluster 2024-01-18T08:09:31.401174+0000 mgr.smithi112.xshois (mgr.14182) 625 : cluster [DBG] pgmap v455: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-01-18T08:09:33.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:32 smithi131 bash[19154]: cluster 2024-01-18T08:09:31.401174+0000 mgr.smithi112.xshois (mgr.14182) 625 : cluster [DBG] pgmap v455: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-01-18T08:09:33.364 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:09:34.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:33 smithi131 bash[19154]: audit 2024-01-18T08:09:32.730412+0000 mgr.smithi112.xshois (mgr.14182) 626 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:09:34.281 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:33 smithi112 bash[16324]: audit 2024-01-18T08:09:32.730412+0000 mgr.smithi112.xshois (mgr.14182) 626 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:09:34.364 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:09:35.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:34 smithi131 bash[19154]: cluster 2024-01-18T08:09:33.402861+0000 mgr.smithi112.xshois (mgr.14182) 627 : cluster [DBG] pgmap v456: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-01-18T08:09:35.281 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:34 smithi112 bash[16324]: cluster 2024-01-18T08:09:33.402861+0000 mgr.smithi112.xshois (mgr.14182) 627 : cluster [DBG] pgmap v456: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-01-18T08:09:37.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:36 smithi131 bash[19154]: cluster 2024-01-18T08:09:35.404602+0000 mgr.smithi112.xshois (mgr.14182) 628 : 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-18T08:09:37.214 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:36 smithi112 bash[16324]: cluster 2024-01-18T08:09:35.404602+0000 mgr.smithi112.xshois (mgr.14182) 628 : 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-18T08:09:37.676 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:09:37.676 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:08:14.580760Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.extyws on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:09:19.241706Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.ujwvfl on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ujwvfl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ujwvfl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ujwvfl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ujwvfl\nDeploy daemon haproxy.nfs.foo.smithi131.ujwvfl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:09:23.384563Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.quopuc on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-quopuc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-quopuc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.quopuc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.quopuc\nDeploy daemon haproxy.nfs.foo.smithi112.quopuc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:09:23.388961Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.dkvszt on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:09:23.393049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ylxtba on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:09:38.286 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:09:39.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:38 smithi131 bash[19154]: cluster 2024-01-18T08:09:37.406477+0000 mgr.smithi112.xshois (mgr.14182) 629 : 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-18T08:09:39.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:38 smithi131 bash[19154]: audit 2024-01-18T08:09:37.665141+0000 mgr.smithi112.xshois (mgr.14182) 630 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:09:39.281 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:38 smithi112 bash[16324]: cluster 2024-01-18T08:09:37.406477+0000 mgr.smithi112.xshois (mgr.14182) 629 : 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-18T08:09:39.281 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:38 smithi112 bash[16324]: audit 2024-01-18T08:09:37.665141+0000 mgr.smithi112.xshois (mgr.14182) 630 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:09:39.288 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:09:40.644 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:40 smithi112 bash[16324]: cluster 2024-01-18T08:09:39.407316+0000 mgr.smithi112.xshois (mgr.14182) 631 : cluster [DBG] pgmap v459: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:09:40.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:40 smithi131 bash[19154]: cluster 2024-01-18T08:09:39.407316+0000 mgr.smithi112.xshois (mgr.14182) 631 : cluster [DBG] pgmap v459: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:09:42.436 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:09:42.436 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:08:14.580760Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.extyws on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:09:19.241706Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.ujwvfl on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ujwvfl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ujwvfl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ujwvfl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ujwvfl\nDeploy daemon haproxy.nfs.foo.smithi131.ujwvfl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:09:23.384563Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.quopuc on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-quopuc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-quopuc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.quopuc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.quopuc\nDeploy daemon haproxy.nfs.foo.smithi112.quopuc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:09:23.388961Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.dkvszt on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:09:23.393049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ylxtba on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:09:42.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:42 smithi112 bash[16324]: cluster 2024-01-18T08:09:41.408937+0000 mgr.smithi112.xshois (mgr.14182) 632 : cluster [DBG] pgmap v460: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:09:42.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:42 smithi131 bash[19154]: cluster 2024-01-18T08:09:41.408937+0000 mgr.smithi112.xshois (mgr.14182) 632 : cluster [DBG] pgmap v460: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:09:43.060 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:09:43.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:43 smithi131 bash[19154]: audit 2024-01-18T08:09:42.429763+0000 mgr.smithi112.xshois (mgr.14182) 633 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:09:43.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:43 smithi112 bash[16324]: audit 2024-01-18T08:09:42.429763+0000 mgr.smithi112.xshois (mgr.14182) 633 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:09:44.061 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:09:44.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:44 smithi112 bash[16324]: cluster 2024-01-18T08:09:43.410593+0000 mgr.smithi112.xshois (mgr.14182) 634 : 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-18T08:09:44.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:44 smithi131 bash[19154]: cluster 2024-01-18T08:09:43.410593+0000 mgr.smithi112.xshois (mgr.14182) 634 : 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-18T08:09:46.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:46 smithi112 bash[16324]: cluster 2024-01-18T08:09:45.412344+0000 mgr.smithi112.xshois (mgr.14182) 635 : 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-18T08:09:46.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:46 smithi131 bash[19154]: cluster 2024-01-18T08:09:45.412344+0000 mgr.smithi112.xshois (mgr.14182) 635 : 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-18T08:09:47.259 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:09:47.259 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:08:14.580760Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.extyws on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:09:19.241706Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.ujwvfl on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ujwvfl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ujwvfl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ujwvfl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ujwvfl\nDeploy daemon haproxy.nfs.foo.smithi131.ujwvfl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:09:23.384563Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.quopuc on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-quopuc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-quopuc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.quopuc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.quopuc\nDeploy daemon haproxy.nfs.foo.smithi112.quopuc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:09:23.388961Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.dkvszt on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:09:23.393049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ylxtba on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:09:47.912 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:09:48.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:48 smithi112 bash[16324]: audit 2024-01-18T08:09:47.248929+0000 mgr.smithi112.xshois (mgr.14182) 636 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:09:48.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:48 smithi112 bash[16324]: cluster 2024-01-18T08:09:47.413781+0000 mgr.smithi112.xshois (mgr.14182) 637 : 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-18T08:09:48.912 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:09:48.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:48 smithi131 bash[19154]: audit 2024-01-18T08:09:47.248929+0000 mgr.smithi112.xshois (mgr.14182) 636 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:09:48.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:48 smithi131 bash[19154]: cluster 2024-01-18T08:09:47.413781+0000 mgr.smithi112.xshois (mgr.14182) 637 : 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-18T08:09:50.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:50 smithi131 bash[19154]: cluster 2024-01-18T08:09:49.415388+0000 mgr.smithi112.xshois (mgr.14182) 638 : cluster [DBG] pgmap v464: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:09:50.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:50 smithi112 bash[16324]: cluster 2024-01-18T08:09:49.415388+0000 mgr.smithi112.xshois (mgr.14182) 638 : cluster [DBG] pgmap v464: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:09:52.019 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:09:52.019 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:08:14.580760Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.extyws on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:09:19.241706Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.ujwvfl on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ujwvfl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ujwvfl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ujwvfl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ujwvfl\nDeploy daemon haproxy.nfs.foo.smithi131.ujwvfl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:09:23.384563Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.quopuc on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-quopuc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-quopuc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.quopuc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.quopuc\nDeploy daemon haproxy.nfs.foo.smithi112.quopuc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:09:23.388961Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.dkvszt on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:09:23.393049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ylxtba on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:09:52.633 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:09:52.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:52 smithi112 bash[16324]: cluster 2024-01-18T08:09:51.417073+0000 mgr.smithi112.xshois (mgr.14182) 639 : cluster [DBG] pgmap v465: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:09:52.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:52 smithi131 bash[19154]: cluster 2024-01-18T08:09:51.417073+0000 mgr.smithi112.xshois (mgr.14182) 639 : cluster [DBG] pgmap v465: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:09:53.634 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:09:53.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:53 smithi131 bash[19154]: audit 2024-01-18T08:09:52.015851+0000 mgr.smithi112.xshois (mgr.14182) 640 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:09:53.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:53 smithi112 bash[16324]: audit 2024-01-18T08:09:52.015851+0000 mgr.smithi112.xshois (mgr.14182) 640 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:09:54.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:54 smithi112 bash[16324]: cluster 2024-01-18T08:09:53.419116+0000 mgr.smithi112.xshois (mgr.14182) 641 : 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-18T08:09:54.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:54 smithi131 bash[19154]: cluster 2024-01-18T08:09:53.419116+0000 mgr.smithi112.xshois (mgr.14182) 641 : 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-18T08:09:56.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:56 smithi112 bash[16324]: cluster 2024-01-18T08:09:55.420886+0000 mgr.smithi112.xshois (mgr.14182) 642 : 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-18T08:09:56.793 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:09:56.793 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:08:14.580760Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.extyws on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:09:19.241706Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.ujwvfl on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ujwvfl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ujwvfl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ujwvfl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ujwvfl\nDeploy daemon haproxy.nfs.foo.smithi131.ujwvfl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:09:23.384563Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.quopuc on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-quopuc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-quopuc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.quopuc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.quopuc\nDeploy daemon haproxy.nfs.foo.smithi112.quopuc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:09:23.388961Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.dkvszt on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:09:23.393049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ylxtba on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:09:56.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:56 smithi131 bash[19154]: cluster 2024-01-18T08:09:55.420886+0000 mgr.smithi112.xshois (mgr.14182) 642 : 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-18T08:09:57.400 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:09:57.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:57 smithi112 bash[16324]: audit 2024-01-18T08:09:56.784728+0000 mgr.smithi112.xshois (mgr.14182) 643 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:09:57.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:57 smithi131 bash[19154]: audit 2024-01-18T08:09:56.784728+0000 mgr.smithi112.xshois (mgr.14182) 643 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:09:58.401 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:09:58.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:09:58 smithi112 bash[16324]: cluster 2024-01-18T08:09:57.423205+0000 mgr.smithi112.xshois (mgr.14182) 644 : 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-18T08:09:58.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:09:58 smithi131 bash[19154]: cluster 2024-01-18T08:09:57.423205+0000 mgr.smithi112.xshois (mgr.14182) 644 : 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-18T08:10:00.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:00 smithi131 bash[19154]: cluster 2024-01-18T08:09:59.424862+0000 mgr.smithi112.xshois (mgr.14182) 645 : cluster [DBG] pgmap v469: 225 pgs: 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-18T08:10:00.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:00 smithi131 bash[19154]: cluster 2024-01-18T08:10:00.000143+0000 mon.smithi112 (mon.0) 805 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2024-01-18T08:10:00.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:00 smithi131 bash[19154]: cluster 2024-01-18T08:10:00.000178+0000 mon.smithi112 (mon.0) 806 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2024-01-18T08:10:00.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:00 smithi131 bash[19154]: cluster 2024-01-18T08:10:00.000198+0000 mon.smithi112 (mon.0) 807 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi131.ujwvfl on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ujwvfl 2024-01-18T08:10:00.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:00 smithi131 bash[19154]: cluster 2024-01-18T08:10:00.000210+0000 mon.smithi112 (mon.0) 808 : cluster [WRN] /usr/bin/docker: stdout 2024-01-18T08:10:00.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:00 smithi131 bash[19154]: cluster 2024-01-18T08:10:00.000230+0000 mon.smithi112 (mon.0) 809 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ujwvfl 2024-01-18T08:10:00.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:00 smithi131 bash[19154]: cluster 2024-01-18T08:10:00.000246+0000 mon.smithi112 (mon.0) 810 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ujwvfl 2024-01-18T08:10:00.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:00 smithi131 bash[19154]: cluster 2024-01-18T08:10:00.000263+0000 mon.smithi112 (mon.0) 811 : cluster [WRN] /usr/bin/docker: stdout 2024-01-18T08:10:00.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:00 smithi131 bash[19154]: cluster 2024-01-18T08:10:00.000278+0000 mon.smithi112 (mon.0) 812 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ujwvfl 2024-01-18T08:10:00.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:00 smithi131 bash[19154]: cluster 2024-01-18T08:10:00.000296+0000 mon.smithi112 (mon.0) 813 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi131.ujwvfl ... 2024-01-18T08:10:00.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:00 smithi131 bash[19154]: cluster 2024-01-18T08:10:00.000313+0000 mon.smithi112 (mon.0) 814 : 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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:10:00.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:00 smithi131 bash[19154]: cluster 2024-01-18T08:10:00.000331+0000 mon.smithi112 (mon.0) 815 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:10:00.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:00 smithi131 bash[19154]: cluster 2024-01-18T08:10:00.000348+0000 mon.smithi112 (mon.0) 816 : 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-18T08:10:00.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:00 smithi131 bash[19154]: cluster 2024-01-18T08:10:00.000364+0000 mon.smithi112 (mon.0) 817 : cluster [WRN] stat: stderr See 'docker run --help'. 2024-01-18T08:10:00.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:00 smithi131 bash[19154]: cluster 2024-01-18T08:10:00.000380+0000 mon.smithi112 (mon.0) 818 : 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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:10:00.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:00 smithi131 bash[19154]: cluster 2024-01-18T08:10:00.000398+0000 mon.smithi112 (mon.0) 819 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi112.quopuc on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-quopuc 2024-01-18T08:10:00.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:00 smithi131 bash[19154]: cluster 2024-01-18T08:10:00.000416+0000 mon.smithi112 (mon.0) 820 : cluster [WRN] /usr/bin/docker: stdout 2024-01-18T08:10:00.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:00 smithi131 bash[19154]: cluster 2024-01-18T08:10:00.000432+0000 mon.smithi112 (mon.0) 821 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-quopuc 2024-01-18T08:10:00.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:00 smithi131 bash[19154]: cluster 2024-01-18T08:10:00.000447+0000 mon.smithi112 (mon.0) 822 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.quopuc 2024-01-18T08:10:00.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:00 smithi131 bash[19154]: cluster 2024-01-18T08:10:00.000464+0000 mon.smithi112 (mon.0) 823 : cluster [WRN] /usr/bin/docker: stdout 2024-01-18T08:10:00.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:00 smithi131 bash[19154]: cluster 2024-01-18T08:10:00.000483+0000 mon.smithi112 (mon.0) 824 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.quopuc 2024-01-18T08:10:00.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:00 smithi131 bash[19154]: cluster 2024-01-18T08:10:00.000511+0000 mon.smithi112 (mon.0) 825 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi112.quopuc ... 2024-01-18T08:10:00.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:00 smithi131 bash[19154]: cluster 2024-01-18T08:10:00.000530+0000 mon.smithi112 (mon.0) 826 : 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=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:10:00.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:00 smithi131 bash[19154]: cluster 2024-01-18T08:10:00.000546+0000 mon.smithi112 (mon.0) 827 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:10:00.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:00 smithi131 bash[19154]: cluster 2024-01-18T08:10:00.000562+0000 mon.smithi112 (mon.0) 828 : 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-18T08:10:00.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:00 smithi131 bash[19154]: cluster 2024-01-18T08:10:00.000579+0000 mon.smithi112 (mon.0) 829 : cluster [WRN] stat: stderr See 'docker run --help'. 2024-01-18T08:10:00.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:00 smithi131 bash[19154]: cluster 2024-01-18T08:10:00.000594+0000 mon.smithi112 (mon.0) 830 : 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=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:10:00.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:00 smithi131 bash[19154]: cluster 2024-01-18T08:10:00.000610+0000 mon.smithi112 (mon.0) 831 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi131.dkvszt on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:10:00.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:00 smithi131 bash[19154]: cluster 2024-01-18T08:10:00.000634+0000 mon.smithi112 (mon.0) 832 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi112.ylxtba on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:10:00.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:00 smithi112 bash[16324]: cluster 2024-01-18T08:09:59.424862+0000 mgr.smithi112.xshois (mgr.14182) 645 : cluster [DBG] pgmap v469: 225 pgs: 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-18T08:10:00.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:00 smithi112 bash[16324]: cluster 2024-01-18T08:10:00.000143+0000 mon.smithi112 (mon.0) 805 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2024-01-18T08:10:00.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:00 smithi112 bash[16324]: cluster 2024-01-18T08:10:00.000178+0000 mon.smithi112 (mon.0) 806 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2024-01-18T08:10:00.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:00 smithi112 bash[16324]: cluster 2024-01-18T08:10:00.000198+0000 mon.smithi112 (mon.0) 807 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi131.ujwvfl on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ujwvfl 2024-01-18T08:10:00.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:00 smithi112 bash[16324]: cluster 2024-01-18T08:10:00.000210+0000 mon.smithi112 (mon.0) 808 : cluster [WRN] /usr/bin/docker: stdout 2024-01-18T08:10:00.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:00 smithi112 bash[16324]: cluster 2024-01-18T08:10:00.000230+0000 mon.smithi112 (mon.0) 809 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ujwvfl 2024-01-18T08:10:00.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:00 smithi112 bash[16324]: cluster 2024-01-18T08:10:00.000246+0000 mon.smithi112 (mon.0) 810 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ujwvfl 2024-01-18T08:10:00.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:00 smithi112 bash[16324]: cluster 2024-01-18T08:10:00.000263+0000 mon.smithi112 (mon.0) 811 : cluster [WRN] /usr/bin/docker: stdout 2024-01-18T08:10:00.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:00 smithi112 bash[16324]: cluster 2024-01-18T08:10:00.000278+0000 mon.smithi112 (mon.0) 812 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ujwvfl 2024-01-18T08:10:00.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:00 smithi112 bash[16324]: cluster 2024-01-18T08:10:00.000296+0000 mon.smithi112 (mon.0) 813 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi131.ujwvfl ... 2024-01-18T08:10:00.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:00 smithi112 bash[16324]: cluster 2024-01-18T08:10:00.000313+0000 mon.smithi112 (mon.0) 814 : 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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:10:00.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:00 smithi112 bash[16324]: cluster 2024-01-18T08:10:00.000331+0000 mon.smithi112 (mon.0) 815 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:10:00.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:00 smithi112 bash[16324]: cluster 2024-01-18T08:10:00.000348+0000 mon.smithi112 (mon.0) 816 : 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-18T08:10:00.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:00 smithi112 bash[16324]: cluster 2024-01-18T08:10:00.000364+0000 mon.smithi112 (mon.0) 817 : cluster [WRN] stat: stderr See 'docker run --help'. 2024-01-18T08:10:00.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:00 smithi112 bash[16324]: cluster 2024-01-18T08:10:00.000380+0000 mon.smithi112 (mon.0) 818 : 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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:10:00.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:00 smithi112 bash[16324]: cluster 2024-01-18T08:10:00.000398+0000 mon.smithi112 (mon.0) 819 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi112.quopuc on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-quopuc 2024-01-18T08:10:00.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:00 smithi112 bash[16324]: cluster 2024-01-18T08:10:00.000416+0000 mon.smithi112 (mon.0) 820 : cluster [WRN] /usr/bin/docker: stdout 2024-01-18T08:10:00.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:00 smithi112 bash[16324]: cluster 2024-01-18T08:10:00.000432+0000 mon.smithi112 (mon.0) 821 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-quopuc 2024-01-18T08:10:00.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:00 smithi112 bash[16324]: cluster 2024-01-18T08:10:00.000447+0000 mon.smithi112 (mon.0) 822 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.quopuc 2024-01-18T08:10:00.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:00 smithi112 bash[16324]: cluster 2024-01-18T08:10:00.000464+0000 mon.smithi112 (mon.0) 823 : cluster [WRN] /usr/bin/docker: stdout 2024-01-18T08:10:00.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:00 smithi112 bash[16324]: cluster 2024-01-18T08:10:00.000483+0000 mon.smithi112 (mon.0) 824 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.quopuc 2024-01-18T08:10:00.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:00 smithi112 bash[16324]: cluster 2024-01-18T08:10:00.000511+0000 mon.smithi112 (mon.0) 825 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi112.quopuc ... 2024-01-18T08:10:00.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:00 smithi112 bash[16324]: cluster 2024-01-18T08:10:00.000530+0000 mon.smithi112 (mon.0) 826 : 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=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:10:00.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:00 smithi112 bash[16324]: cluster 2024-01-18T08:10:00.000546+0000 mon.smithi112 (mon.0) 827 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:10:00.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:00 smithi112 bash[16324]: cluster 2024-01-18T08:10:00.000562+0000 mon.smithi112 (mon.0) 828 : 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-18T08:10:00.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:00 smithi112 bash[16324]: cluster 2024-01-18T08:10:00.000579+0000 mon.smithi112 (mon.0) 829 : cluster [WRN] stat: stderr See 'docker run --help'. 2024-01-18T08:10:00.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:00 smithi112 bash[16324]: cluster 2024-01-18T08:10:00.000594+0000 mon.smithi112 (mon.0) 830 : 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=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:10:00.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:00 smithi112 bash[16324]: cluster 2024-01-18T08:10:00.000610+0000 mon.smithi112 (mon.0) 831 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi131.dkvszt on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:10:00.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:00 smithi112 bash[16324]: cluster 2024-01-18T08:10:00.000634+0000 mon.smithi112 (mon.0) 832 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi112.ylxtba on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:10:01.627 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:10:01.628 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:08:14.580760Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.extyws on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:09:19.241706Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.ujwvfl on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ujwvfl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ujwvfl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ujwvfl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ujwvfl\nDeploy daemon haproxy.nfs.foo.smithi131.ujwvfl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:09:23.384563Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.quopuc on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-quopuc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-quopuc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.quopuc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.quopuc\nDeploy daemon haproxy.nfs.foo.smithi112.quopuc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:09:23.388961Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.dkvszt on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:09:23.393049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ylxtba on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:10:02.282 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:10:02.531 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:02 smithi112 bash[16324]: cluster 2024-01-18T08:10:01.426047+0000 mgr.smithi112.xshois (mgr.14182) 646 : cluster [DBG] pgmap v470: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:10:02.531 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:02 smithi112 bash[16324]: audit 2024-01-18T08:10:01.617595+0000 mgr.smithi112.xshois (mgr.14182) 647 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:10:02.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:02 smithi131 bash[19154]: cluster 2024-01-18T08:10:01.426047+0000 mgr.smithi112.xshois (mgr.14182) 646 : cluster [DBG] pgmap v470: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:10:02.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:02 smithi131 bash[19154]: audit 2024-01-18T08:10:01.617595+0000 mgr.smithi112.xshois (mgr.14182) 647 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:10:03.282 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:10:04.683 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:04 smithi112 bash[16324]: cluster 2024-01-18T08:10:03.427220+0000 mgr.smithi112.xshois (mgr.14182) 648 : cluster [DBG] pgmap v471: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:10:04.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:04 smithi131 bash[19154]: cluster 2024-01-18T08:10:03.427220+0000 mgr.smithi112.xshois (mgr.14182) 648 : cluster [DBG] pgmap v471: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:10:06.537 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:10:06.537 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:08:14.580760Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.extyws on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:09:19.241706Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.ujwvfl on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ujwvfl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ujwvfl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ujwvfl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ujwvfl\nDeploy daemon haproxy.nfs.foo.smithi131.ujwvfl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:09:23.384563Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.quopuc on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-quopuc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-quopuc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.quopuc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.quopuc\nDeploy daemon haproxy.nfs.foo.smithi112.quopuc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:09:23.388961Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.dkvszt on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:09:23.393049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ylxtba on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:10:06.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:06 smithi112 bash[16324]: cluster 2024-01-18T08:10:05.428514+0000 mgr.smithi112.xshois (mgr.14182) 649 : cluster [DBG] pgmap v472: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:10:06.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:06 smithi131 bash[19154]: cluster 2024-01-18T08:10:05.428514+0000 mgr.smithi112.xshois (mgr.14182) 649 : cluster [DBG] pgmap v472: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:10:07.213 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:10:07.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:07 smithi112 bash[16324]: audit 2024-01-18T08:10:06.530574+0000 mgr.smithi112.xshois (mgr.14182) 650 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:10:07.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:07 smithi131 bash[19154]: audit 2024-01-18T08:10:06.530574+0000 mgr.smithi112.xshois (mgr.14182) 650 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:10:08.214 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:10:08.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:08 smithi112 bash[16324]: cluster 2024-01-18T08:10:07.430391+0000 mgr.smithi112.xshois (mgr.14182) 651 : cluster [DBG] pgmap v473: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:10:08.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:08 smithi131 bash[19154]: cluster 2024-01-18T08:10:07.430391+0000 mgr.smithi112.xshois (mgr.14182) 651 : cluster [DBG] pgmap v473: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:10:10.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:10 smithi131 bash[19154]: cluster 2024-01-18T08:10:09.431471+0000 mgr.smithi112.xshois (mgr.14182) 652 : cluster [DBG] pgmap v474: 225 pgs: 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-18T08:10:10.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:10 smithi112 bash[16324]: cluster 2024-01-18T08:10:09.431471+0000 mgr.smithi112.xshois (mgr.14182) 652 : cluster [DBG] pgmap v474: 225 pgs: 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-18T08:10:11.533 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:10:11.533 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:08:14.580760Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.extyws on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:09:19.241706Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.ujwvfl on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ujwvfl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ujwvfl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ujwvfl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ujwvfl\nDeploy daemon haproxy.nfs.foo.smithi131.ujwvfl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:09:23.384563Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.quopuc on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-quopuc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-quopuc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.quopuc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.quopuc\nDeploy daemon haproxy.nfs.foo.smithi112.quopuc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:09:23.388961Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.dkvszt on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:09:23.393049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ylxtba on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:10:12.147 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:10:12.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:12 smithi112 bash[16324]: cluster 2024-01-18T08:10:11.433159+0000 mgr.smithi112.xshois (mgr.14182) 653 : cluster [DBG] pgmap v475: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:10:12.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:12 smithi112 bash[16324]: audit 2024-01-18T08:10:11.530020+0000 mgr.smithi112.xshois (mgr.14182) 654 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:10:12.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:12 smithi131 bash[19154]: cluster 2024-01-18T08:10:11.433159+0000 mgr.smithi112.xshois (mgr.14182) 653 : cluster [DBG] pgmap v475: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:10:12.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:12 smithi131 bash[19154]: audit 2024-01-18T08:10:11.530020+0000 mgr.smithi112.xshois (mgr.14182) 654 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:10:13.149 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:10:14.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:14 smithi112 bash[16324]: cluster 2024-01-18T08:10:13.434499+0000 mgr.smithi112.xshois (mgr.14182) 655 : cluster [DBG] pgmap v476: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:10:14.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:14 smithi131 bash[19154]: cluster 2024-01-18T08:10:13.434499+0000 mgr.smithi112.xshois (mgr.14182) 655 : cluster [DBG] pgmap v476: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:10:16.318 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:10:16.319 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:08:14.580760Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.extyws on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:09:19.241706Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.ujwvfl on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ujwvfl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ujwvfl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ujwvfl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ujwvfl\nDeploy daemon haproxy.nfs.foo.smithi131.ujwvfl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:09:23.384563Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.quopuc on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-quopuc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-quopuc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.quopuc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.quopuc\nDeploy daemon haproxy.nfs.foo.smithi112.quopuc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:09:23.388961Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.dkvszt on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:09:23.393049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ylxtba on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:10:16.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:16 smithi112 bash[16324]: cluster 2024-01-18T08:10:15.436180+0000 mgr.smithi112.xshois (mgr.14182) 656 : cluster [DBG] pgmap v477: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:10:16.912 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:10:16.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:16 smithi131 bash[19154]: cluster 2024-01-18T08:10:15.436180+0000 mgr.smithi112.xshois (mgr.14182) 656 : cluster [DBG] pgmap v477: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:10:17.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:17 smithi112 bash[16324]: audit 2024-01-18T08:10:16.309018+0000 mgr.smithi112.xshois (mgr.14182) 657 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:10:17.914 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:10:17.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:17 smithi131 bash[19154]: audit 2024-01-18T08:10:16.309018+0000 mgr.smithi112.xshois (mgr.14182) 657 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:10:18.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:18 smithi112 bash[16324]: cluster 2024-01-18T08:10:17.437697+0000 mgr.smithi112.xshois (mgr.14182) 658 : cluster [DBG] pgmap v478: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:10:18.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:18 smithi131 bash[19154]: cluster 2024-01-18T08:10:17.437697+0000 mgr.smithi112.xshois (mgr.14182) 658 : cluster [DBG] pgmap v478: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:10:20.631 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:20 smithi112 bash[16324]: cluster 2024-01-18T08:10:19.439216+0000 mgr.smithi112.xshois (mgr.14182) 659 : cluster [DBG] pgmap v479: 225 pgs: 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-18T08:10:20.730 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:20 smithi131 bash[19154]: cluster 2024-01-18T08:10:19.439216+0000 mgr.smithi112.xshois (mgr.14182) 659 : cluster [DBG] pgmap v479: 225 pgs: 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-18T08:10:20.991 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:10:20.991 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:08:14.580760Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.extyws on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:09:19.241706Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.ujwvfl on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ujwvfl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ujwvfl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ujwvfl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ujwvfl\nDeploy daemon haproxy.nfs.foo.smithi131.ujwvfl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:09:23.384563Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.quopuc on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-quopuc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-quopuc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.quopuc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.quopuc\nDeploy daemon haproxy.nfs.foo.smithi112.quopuc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:09:23.388961Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.dkvszt on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:09:23.393049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ylxtba on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:10:21.636 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:10:22.638 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:10:22.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:22 smithi112 bash[16324]: audit 2024-01-18T08:10:20.981577+0000 mgr.smithi112.xshois (mgr.14182) 660 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:10:22.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:22 smithi112 bash[16324]: cluster 2024-01-18T08:10:21.440426+0000 mgr.smithi112.xshois (mgr.14182) 661 : cluster [DBG] pgmap v480: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:10:22.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:22 smithi131 bash[19154]: audit 2024-01-18T08:10:20.981577+0000 mgr.smithi112.xshois (mgr.14182) 660 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:10:22.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:22 smithi131 bash[19154]: cluster 2024-01-18T08:10:21.440426+0000 mgr.smithi112.xshois (mgr.14182) 661 : cluster [DBG] pgmap v480: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:10:23.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:23 smithi112 bash[16324]: audit 2024-01-18T08:10:23.398146+0000 mon.smithi112 (mon.0) 833 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:10:23.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:23 smithi131 bash[19154]: audit 2024-01-18T08:10:23.398146+0000 mon.smithi112 (mon.0) 833 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:10:24.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:24 smithi112 bash[16324]: cluster 2024-01-18T08:10:23.441312+0000 mgr.smithi112.xshois (mgr.14182) 662 : 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-18T08:10:24.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:24 smithi112 bash[16324]: audit 2024-01-18T08:10:23.723954+0000 mon.smithi112 (mon.0) 834 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:10:24.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:24 smithi112 bash[16324]: audit 2024-01-18T08:10:23.724888+0000 mon.smithi112 (mon.0) 835 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:10:24.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:24 smithi112 bash[16324]: audit 2024-01-18T08:10:23.731404+0000 mon.smithi112 (mon.0) 836 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:10:24.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:24 smithi112 bash[16324]: cluster 2024-01-18T08:10:23.732226+0000 mgr.smithi112.xshois (mgr.14182) 663 : cluster [DBG] pgmap v482: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T08:10:24.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:24 smithi112 bash[16324]: audit 2024-01-18T08:10:23.738298+0000 mon.smithi112 (mon.0) 837 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:10:24.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:24 smithi112 bash[16324]: audit 2024-01-18T08:10:23.753245+0000 mon.smithi112 (mon.0) 838 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:10:24.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:24 smithi112 bash[16324]: cephadm 2024-01-18T08:10:23.757309+0000 mgr.smithi112.xshois (mgr.14182) 664 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi131.dzdatp on smithi131 2024-01-18T08:10:24.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:24 smithi131 bash[19154]: cluster 2024-01-18T08:10:23.441312+0000 mgr.smithi112.xshois (mgr.14182) 662 : 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-18T08:10:24.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:24 smithi131 bash[19154]: audit 2024-01-18T08:10:23.723954+0000 mon.smithi112 (mon.0) 834 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:10:24.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:24 smithi131 bash[19154]: audit 2024-01-18T08:10:23.724888+0000 mon.smithi112 (mon.0) 835 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:10:24.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:24 smithi131 bash[19154]: audit 2024-01-18T08:10:23.731404+0000 mon.smithi112 (mon.0) 836 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:10:24.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:24 smithi131 bash[19154]: cluster 2024-01-18T08:10:23.732226+0000 mgr.smithi112.xshois (mgr.14182) 663 : cluster [DBG] pgmap v482: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T08:10:24.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:24 smithi131 bash[19154]: audit 2024-01-18T08:10:23.738298+0000 mon.smithi112 (mon.0) 837 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:10:24.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:24 smithi131 bash[19154]: audit 2024-01-18T08:10:23.753245+0000 mon.smithi112 (mon.0) 838 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:10:24.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:24 smithi131 bash[19154]: cephadm 2024-01-18T08:10:23.757309+0000 mgr.smithi112.xshois (mgr.14182) 664 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi131.dzdatp on smithi131 2024-01-18T08:10:25.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:25 smithi112 bash[16324]: cluster 2024-01-18T08:10:24.728913+0000 mon.smithi112 (mon.0) 839 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:10:25.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:25 smithi112 bash[16324]: cluster 2024-01-18T08:10:24.728986+0000 mon.smithi112 (mon.0) 840 : cluster [INF] Cluster is now healthy 2024-01-18T08:10:25.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:25 smithi112 bash[16324]: audit 2024-01-18T08:10:25.352899+0000 mon.smithi112 (mon.0) 841 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:10:25.914 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:10:25.914 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:08:14.580760Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.extyws on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:09:19.241706Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.ujwvfl on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ujwvfl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ujwvfl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ujwvfl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ujwvfl\nDeploy daemon haproxy.nfs.foo.smithi131.ujwvfl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:09:23.384563Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.quopuc on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-quopuc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-quopuc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.quopuc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.quopuc\nDeploy daemon haproxy.nfs.foo.smithi112.quopuc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:09:23.388961Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.dkvszt on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:09:23.393049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ylxtba on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:10:25.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:25 smithi131 bash[19154]: cluster 2024-01-18T08:10:24.728913+0000 mon.smithi112 (mon.0) 839 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:10:25.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:25 smithi131 bash[19154]: cluster 2024-01-18T08:10:24.728986+0000 mon.smithi112 (mon.0) 840 : cluster [INF] Cluster is now healthy 2024-01-18T08:10:25.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:25 smithi131 bash[19154]: audit 2024-01-18T08:10:25.352899+0000 mon.smithi112 (mon.0) 841 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:10:26.584 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:10:26.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:26 smithi112 bash[16324]: cluster 2024-01-18T08:10:25.733634+0000 mgr.smithi112.xshois (mgr.14182) 665 : cluster [DBG] pgmap v483: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T08:10:26.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:26 smithi112 bash[16324]: audit 2024-01-18T08:10:25.905782+0000 mgr.smithi112.xshois (mgr.14182) 666 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:10:26.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:26 smithi131 bash[19154]: cluster 2024-01-18T08:10:25.733634+0000 mgr.smithi112.xshois (mgr.14182) 665 : cluster [DBG] pgmap v483: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T08:10:26.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:26 smithi131 bash[19154]: audit 2024-01-18T08:10:25.905782+0000 mgr.smithi112.xshois (mgr.14182) 666 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:10:27.585 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:10:27.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:27 smithi131 bash[19154]: audit 2024-01-18T08:10:27.650570+0000 mon.smithi112 (mon.0) 842 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi131.dzdatp"}]: dispatch 2024-01-18T08:10:28.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:27 smithi112 bash[16324]: audit 2024-01-18T08:10:27.650570+0000 mon.smithi112 (mon.0) 842 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi131.dzdatp"}]: dispatch 2024-01-18T08:10:29.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:28 smithi112 bash[16324]: cephadm 2024-01-18T08:10:27.649298+0000 mgr.smithi112.xshois (mgr.14182) 667 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-dzdatp 2024-01-18T08:10:29.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:28 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:10:29.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:28 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-dzdatp 2024-01-18T08:10:29.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:28 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.dzdatp 2024-01-18T08:10:29.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:28 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:10:29.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:28 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.dzdatp 2024-01-18T08:10:29.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:28 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.dzdatp ... 2024-01-18T08:10:29.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:28 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:10:29.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:28 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:10:29.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:28 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:10:29.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:28 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:10:29.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:28 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:10:29.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:28 smithi112 bash[16324]: Traceback (most recent call last): 2024-01-18T08:10:29.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:28 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:10:29.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:28 smithi112 bash[16324]: yield (conn, connr) 2024-01-18T08:10:29.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:28 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:10:29.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:28 smithi112 bash[16324]: code, '\n'.join(err))) 2024-01-18T08:10:29.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:28 smithi112 bash[16324]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-dzdatp 2024-01-18T08:10:29.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:28 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:10:29.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:28 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-dzdatp 2024-01-18T08:10:29.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:28 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.dzdatp 2024-01-18T08:10:29.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:28 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:10:29.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:28 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.dzdatp 2024-01-18T08:10:29.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:28 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.dzdatp ... 2024-01-18T08:10:29.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:28 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:10:29.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:28 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:10:29.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:28 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:10:29.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:28 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:10:29.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:28 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:10:29.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:28 smithi112 bash[16324]: cephadm 2024-01-18T08:10:27.649830+0000 mgr.smithi112.xshois (mgr.14182) 668 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi131.dzdatp 2024-01-18T08:10:29.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:28 smithi112 bash[16324]: cephadm 2024-01-18T08:10:27.652319+0000 mgr.smithi112.xshois (mgr.14182) 669 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi131.dzdatp on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-dzdatp 2024-01-18T08:10:29.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:28 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:10:29.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:28 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-dzdatp 2024-01-18T08:10:29.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:28 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.dzdatp 2024-01-18T08:10:29.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:28 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:10:29.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:28 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.dzdatp 2024-01-18T08:10:29.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:28 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.dzdatp ... 2024-01-18T08:10:29.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:28 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:10:29.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:28 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:10:29.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:28 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:10:29.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:28 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:10:29.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:28 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:10:29.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:28 smithi112 bash[16324]: cephadm 2024-01-18T08:10:27.657087+0000 mgr.smithi112.xshois (mgr.14182) 670 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi112.pwxcjl on smithi112 2024-01-18T08:10:29.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:28 smithi112 bash[16324]: cluster 2024-01-18T08:10:27.735180+0000 mgr.smithi112.xshois (mgr.14182) 671 : cluster [DBG] pgmap v484: 225 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-18T08:10:29.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:28 smithi131 bash[19154]: cephadm 2024-01-18T08:10:27.649298+0000 mgr.smithi112.xshois (mgr.14182) 667 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-dzdatp 2024-01-18T08:10:29.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:28 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:10:29.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:28 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-dzdatp 2024-01-18T08:10:29.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:28 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.dzdatp 2024-01-18T08:10:29.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:28 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:10:29.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:28 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.dzdatp 2024-01-18T08:10:29.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:28 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.dzdatp ... 2024-01-18T08:10:29.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:28 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:10:29.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:28 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:10:29.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:28 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:10:29.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:28 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:10:29.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:28 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:10:29.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:28 smithi131 bash[19154]: Traceback (most recent call last): 2024-01-18T08:10:29.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:28 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:10:29.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:28 smithi131 bash[19154]: yield (conn, connr) 2024-01-18T08:10:29.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:28 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:10:29.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:28 smithi131 bash[19154]: code, '\n'.join(err))) 2024-01-18T08:10:29.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:28 smithi131 bash[19154]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-dzdatp 2024-01-18T08:10:29.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:28 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:10:29.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:28 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-dzdatp 2024-01-18T08:10:29.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:28 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.dzdatp 2024-01-18T08:10:29.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:28 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:10:29.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:28 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.dzdatp 2024-01-18T08:10:29.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:28 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.dzdatp ... 2024-01-18T08:10:29.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:28 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:10:29.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:28 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:10:29.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:28 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:10:29.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:28 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:10:29.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:28 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:10:29.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:28 smithi131 bash[19154]: cephadm 2024-01-18T08:10:27.649830+0000 mgr.smithi112.xshois (mgr.14182) 668 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi131.dzdatp 2024-01-18T08:10:29.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:28 smithi131 bash[19154]: cephadm 2024-01-18T08:10:27.652319+0000 mgr.smithi112.xshois (mgr.14182) 669 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi131.dzdatp on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-dzdatp 2024-01-18T08:10:29.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:28 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:10:29.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:28 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-dzdatp 2024-01-18T08:10:29.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:28 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.dzdatp 2024-01-18T08:10:29.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:28 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:10:29.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:28 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.dzdatp 2024-01-18T08:10:29.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:28 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.dzdatp ... 2024-01-18T08:10:29.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:28 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:10:29.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:28 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:10:29.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:28 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:10:29.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:28 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:10:29.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:28 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:10:29.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:28 smithi131 bash[19154]: cephadm 2024-01-18T08:10:27.657087+0000 mgr.smithi112.xshois (mgr.14182) 670 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi112.pwxcjl on smithi112 2024-01-18T08:10:29.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:28 smithi131 bash[19154]: cluster 2024-01-18T08:10:27.735180+0000 mgr.smithi112.xshois (mgr.14182) 671 : cluster [DBG] pgmap v484: 225 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-18T08:10:30.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:30 smithi131 bash[19154]: cluster 2024-01-18T08:10:29.736531+0000 mgr.smithi112.xshois (mgr.14182) 672 : cluster [DBG] pgmap v485: 225 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-18T08:10:30.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:30 smithi112 bash[16324]: cluster 2024-01-18T08:10:29.736531+0000 mgr.smithi112.xshois (mgr.14182) 672 : cluster [DBG] pgmap v485: 225 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-18T08:10:30.895 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:10:30.896 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:09:19.241706Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.ujwvfl on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ujwvfl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ujwvfl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ujwvfl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ujwvfl\nDeploy daemon haproxy.nfs.foo.smithi131.ujwvfl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:09:23.384563Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.quopuc on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-quopuc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-quopuc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.quopuc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.quopuc\nDeploy daemon haproxy.nfs.foo.smithi112.quopuc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:09:23.388961Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.dkvszt on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:09:23.393049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ylxtba on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:10:27.651998Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dzdatp on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-dzdatp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-dzdatp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.dzdatp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.dzdatp\nDeploy daemon haproxy.nfs.foo.smithi131.dzdatp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -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.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:10:31.644 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:31 smithi112 bash[16324]: audit 2024-01-18T08:10:30.892006+0000 mgr.smithi112.xshois (mgr.14182) 673 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:10:31.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:31 smithi131 bash[19154]: audit 2024-01-18T08:10:30.892006+0000 mgr.smithi112.xshois (mgr.14182) 673 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:10:31.711 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:10:32.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:32 smithi131 bash[19154]: cephadm 2024-01-18T08:10:31.680891+0000 mgr.smithi112.xshois (mgr.14182) 674 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-pwxcjl 2024-01-18T08:10:32.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:32 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:10:32.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:32 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-pwxcjl 2024-01-18T08:10:32.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:32 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.pwxcjl 2024-01-18T08:10:32.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:32 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:10:32.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:32 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.pwxcjl 2024-01-18T08:10:32.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:32 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.pwxcjl ... 2024-01-18T08:10:32.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:32 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:10:32.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:32 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:10:32.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:32 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:10:32.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:32 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:10:32.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:32 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:10:32.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:32 smithi131 bash[19154]: Traceback (most recent call last): 2024-01-18T08:10:32.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:32 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:10:32.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:32 smithi131 bash[19154]: yield (conn, connr) 2024-01-18T08:10:32.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:32 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:10:32.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:32 smithi131 bash[19154]: code, '\n'.join(err))) 2024-01-18T08:10:32.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:32 smithi131 bash[19154]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-pwxcjl 2024-01-18T08:10:32.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:32 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:10:32.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:32 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-pwxcjl 2024-01-18T08:10:32.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:32 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.pwxcjl 2024-01-18T08:10:32.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:32 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:10:32.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:32 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.pwxcjl 2024-01-18T08:10:32.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:32 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.pwxcjl ... 2024-01-18T08:10:32.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:32 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:10:32.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:32 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:10:32.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:32 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:10:32.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:32 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:10:32.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:32 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:10:32.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:32 smithi131 bash[19154]: cephadm 2024-01-18T08:10:31.681226+0000 mgr.smithi112.xshois (mgr.14182) 675 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi112.pwxcjl 2024-01-18T08:10:32.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:32 smithi131 bash[19154]: audit 2024-01-18T08:10:31.681909+0000 mon.smithi112 (mon.0) 843 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi112.pwxcjl"}]: dispatch 2024-01-18T08:10:32.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:32 smithi131 bash[19154]: cephadm 2024-01-18T08:10:31.683384+0000 mgr.smithi112.xshois (mgr.14182) 676 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi112.pwxcjl on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-pwxcjl 2024-01-18T08:10:32.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:32 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:10:32.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:32 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-pwxcjl 2024-01-18T08:10:32.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:32 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.pwxcjl 2024-01-18T08:10:32.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:32 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:10:32.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:32 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.pwxcjl 2024-01-18T08:10:32.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:32 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.pwxcjl ... 2024-01-18T08:10:32.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:32 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:10:32.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:32 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:10:32.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:32 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:10:32.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:32 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:10:32.675 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:32 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:10:32.675 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:32 smithi131 bash[19154]: cephadm 2024-01-18T08:10:31.685524+0000 mgr.smithi112.xshois (mgr.14182) 677 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi131.knruuf on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:10:32.675 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:32 smithi131 bash[19154]: cephadm 2024-01-18T08:10:31.687049+0000 mgr.smithi112.xshois (mgr.14182) 678 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi112.ronlgo on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:10:32.675 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:32 smithi131 bash[19154]: cluster 2024-01-18T08:10:31.688831+0000 mgr.smithi112.xshois (mgr.14182) 679 : cluster [DBG] pgmap v486: 225 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-18T08:10:32.688 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:32 smithi112 bash[16324]: cephadm 2024-01-18T08:10:31.680891+0000 mgr.smithi112.xshois (mgr.14182) 674 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-pwxcjl 2024-01-18T08:10:32.688 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:32 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:10:32.688 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:32 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-pwxcjl 2024-01-18T08:10:32.688 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:32 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.pwxcjl 2024-01-18T08:10:32.688 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:32 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:10:32.688 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:32 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.pwxcjl 2024-01-18T08:10:32.688 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:32 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.pwxcjl ... 2024-01-18T08:10:32.688 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:32 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:10:32.688 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:32 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:10:32.689 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:32 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:10:32.689 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:32 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:10:32.689 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:32 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:10:32.689 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:32 smithi112 bash[16324]: Traceback (most recent call last): 2024-01-18T08:10:32.689 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:32 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:10:32.689 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:32 smithi112 bash[16324]: yield (conn, connr) 2024-01-18T08:10:32.689 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:32 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:10:32.689 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:32 smithi112 bash[16324]: code, '\n'.join(err))) 2024-01-18T08:10:32.689 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:32 smithi112 bash[16324]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-pwxcjl 2024-01-18T08:10:32.689 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:32 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:10:32.689 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:32 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-pwxcjl 2024-01-18T08:10:32.689 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:32 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.pwxcjl 2024-01-18T08:10:32.689 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:32 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:10:32.689 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:32 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.pwxcjl 2024-01-18T08:10:32.689 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:32 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.pwxcjl ... 2024-01-18T08:10:32.690 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:32 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:10:32.690 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:32 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:10:32.690 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:32 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:10:32.690 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:32 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:10:32.690 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:32 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:10:32.690 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:32 smithi112 bash[16324]: cephadm 2024-01-18T08:10:31.681226+0000 mgr.smithi112.xshois (mgr.14182) 675 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi112.pwxcjl 2024-01-18T08:10:32.690 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:32 smithi112 bash[16324]: audit 2024-01-18T08:10:31.681909+0000 mon.smithi112 (mon.0) 843 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi112.pwxcjl"}]: dispatch 2024-01-18T08:10:32.690 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:32 smithi112 bash[16324]: cephadm 2024-01-18T08:10:31.683384+0000 mgr.smithi112.xshois (mgr.14182) 676 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi112.pwxcjl on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-pwxcjl 2024-01-18T08:10:32.690 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:32 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:10:32.690 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:32 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-pwxcjl 2024-01-18T08:10:32.691 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:32 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.pwxcjl 2024-01-18T08:10:32.691 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:32 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:10:32.691 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:32 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.pwxcjl 2024-01-18T08:10:32.691 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:32 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.pwxcjl ... 2024-01-18T08:10:32.691 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:32 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:10:32.691 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:32 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:10:32.691 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:32 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:10:32.691 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:32 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:10:32.691 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:32 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:10:32.691 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:32 smithi112 bash[16324]: cephadm 2024-01-18T08:10:31.685524+0000 mgr.smithi112.xshois (mgr.14182) 677 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi131.knruuf on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:10:32.691 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:32 smithi112 bash[16324]: cephadm 2024-01-18T08:10:31.687049+0000 mgr.smithi112.xshois (mgr.14182) 678 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi112.ronlgo on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:10:32.691 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:32 smithi112 bash[16324]: cluster 2024-01-18T08:10:31.688831+0000 mgr.smithi112.xshois (mgr.14182) 679 : cluster [DBG] pgmap v486: 225 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-18T08:10:32.712 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:10:33.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:33 smithi131 bash[19154]: cluster 2024-01-18T08:10:32.357846+0000 mon.smithi112 (mon.0) 844 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:10:33.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:33 smithi112 bash[16324]: cluster 2024-01-18T08:10:32.357846+0000 mon.smithi112 (mon.0) 844 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:10:34.531 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:34 smithi112 bash[16324]: cluster 2024-01-18T08:10:33.690413+0000 mgr.smithi112.xshois (mgr.14182) 680 : cluster [DBG] pgmap v487: 225 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-18T08:10:34.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:34 smithi131 bash[19154]: cluster 2024-01-18T08:10:33.690413+0000 mgr.smithi112.xshois (mgr.14182) 680 : cluster [DBG] pgmap v487: 225 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-18T08:10:36.076 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:10:36.076 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:09:23.393049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ylxtba on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:10:27.651998Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dzdatp on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-dzdatp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-dzdatp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.dzdatp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.dzdatp\nDeploy daemon haproxy.nfs.foo.smithi131.dzdatp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:10:31.683232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.pwxcjl on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-pwxcjl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-pwxcjl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.pwxcjl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.pwxcjl\nDeploy daemon haproxy.nfs.foo.smithi112.pwxcjl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:10:31.685422Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.knruuf on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:10:31.686948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ronlgo on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:10:36.680 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:10:37.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:36 smithi112 bash[16324]: cluster 2024-01-18T08:10:35.691781+0000 mgr.smithi112.xshois (mgr.14182) 681 : 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-18T08:10:37.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:36 smithi112 bash[16324]: audit 2024-01-18T08:10:36.085098+0000 mon.smithi112 (mon.0) 845 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:10:37.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:36 smithi131 bash[19154]: cluster 2024-01-18T08:10:35.691781+0000 mgr.smithi112.xshois (mgr.14182) 681 : 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-18T08:10:37.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:36 smithi131 bash[19154]: audit 2024-01-18T08:10:36.085098+0000 mon.smithi112 (mon.0) 845 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:10:37.682 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:10:38.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:37 smithi112 bash[16324]: audit 2024-01-18T08:10:36.064901+0000 mgr.smithi112.xshois (mgr.14182) 682 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:10:38.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:37 smithi131 bash[19154]: audit 2024-01-18T08:10:36.064901+0000 mgr.smithi112.xshois (mgr.14182) 682 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:10:39.016 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:38 smithi112 bash[16324]: cluster 2024-01-18T08:10:37.693607+0000 mgr.smithi112.xshois (mgr.14182) 683 : 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-18T08:10:39.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:38 smithi131 bash[19154]: cluster 2024-01-18T08:10:37.693607+0000 mgr.smithi112.xshois (mgr.14182) 683 : 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-18T08:10:40.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:40 smithi131 bash[19154]: cluster 2024-01-18T08:10:39.695064+0000 mgr.smithi112.xshois (mgr.14182) 684 : cluster [DBG] pgmap v490: 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-18T08:10:40.760 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:10:40.760 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:09:23.393049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ylxtba on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:10:27.651998Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dzdatp on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-dzdatp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-dzdatp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.dzdatp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.dzdatp\nDeploy daemon haproxy.nfs.foo.smithi131.dzdatp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:10:31.683232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.pwxcjl on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-pwxcjl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-pwxcjl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.pwxcjl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.pwxcjl\nDeploy daemon haproxy.nfs.foo.smithi112.pwxcjl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:10:31.685422Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.knruuf on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:10:31.686948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ronlgo on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:10:40.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:40 smithi112 bash[16324]: cluster 2024-01-18T08:10:39.695064+0000 mgr.smithi112.xshois (mgr.14182) 684 : cluster [DBG] pgmap v490: 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-18T08:10:41.346 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:10:41.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:41 smithi131 bash[19154]: audit 2024-01-18T08:10:40.357840+0000 mon.smithi112 (mon.0) 846 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:10:41.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:41 smithi131 bash[19154]: audit 2024-01-18T08:10:40.750611+0000 mgr.smithi112.xshois (mgr.14182) 685 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:10:41.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:41 smithi112 bash[16324]: audit 2024-01-18T08:10:40.357840+0000 mon.smithi112 (mon.0) 846 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:10:41.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:41 smithi112 bash[16324]: audit 2024-01-18T08:10:40.750611+0000 mgr.smithi112.xshois (mgr.14182) 685 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:10:42.347 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:10:42.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:42 smithi131 bash[19154]: cluster 2024-01-18T08:10:41.696706+0000 mgr.smithi112.xshois (mgr.14182) 686 : 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-18T08:10:42.688 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:42 smithi112 bash[16324]: cluster 2024-01-18T08:10:41.696706+0000 mgr.smithi112.xshois (mgr.14182) 686 : 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-18T08:10:45.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:44 smithi112 bash[16324]: cluster 2024-01-18T08:10:43.698247+0000 mgr.smithi112.xshois (mgr.14182) 687 : cluster [DBG] pgmap v492: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:10:45.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:44 smithi131 bash[19154]: cluster 2024-01-18T08:10:43.698247+0000 mgr.smithi112.xshois (mgr.14182) 687 : cluster [DBG] pgmap v492: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:10:45.549 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:10:45.549 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:09:23.393049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ylxtba on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:10:27.651998Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dzdatp on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-dzdatp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-dzdatp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.dzdatp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.dzdatp\nDeploy daemon haproxy.nfs.foo.smithi131.dzdatp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:10:31.683232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.pwxcjl on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-pwxcjl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-pwxcjl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.pwxcjl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.pwxcjl\nDeploy daemon haproxy.nfs.foo.smithi112.pwxcjl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:10:31.685422Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.knruuf on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:10:31.686948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ronlgo on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:10:46.260 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:10:47.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:46 smithi112 bash[16324]: audit 2024-01-18T08:10:45.537907+0000 mgr.smithi112.xshois (mgr.14182) 688 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:10:47.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:46 smithi112 bash[16324]: cluster 2024-01-18T08:10:45.699873+0000 mgr.smithi112.xshois (mgr.14182) 689 : cluster [DBG] pgmap v493: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:10:47.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:46 smithi131 bash[19154]: audit 2024-01-18T08:10:45.537907+0000 mgr.smithi112.xshois (mgr.14182) 688 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:10:47.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:46 smithi131 bash[19154]: cluster 2024-01-18T08:10:45.699873+0000 mgr.smithi112.xshois (mgr.14182) 689 : cluster [DBG] pgmap v493: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:10:47.260 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:10:49.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:48 smithi112 bash[16324]: cluster 2024-01-18T08:10:47.701699+0000 mgr.smithi112.xshois (mgr.14182) 690 : 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-18T08:10:49.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:48 smithi131 bash[19154]: cluster 2024-01-18T08:10:47.701699+0000 mgr.smithi112.xshois (mgr.14182) 690 : 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-18T08:10:50.409 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:10:50.409 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:09:23.393049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ylxtba on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:10:27.651998Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dzdatp on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-dzdatp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-dzdatp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.dzdatp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.dzdatp\nDeploy daemon haproxy.nfs.foo.smithi131.dzdatp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:10:31.683232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.pwxcjl on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-pwxcjl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-pwxcjl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.pwxcjl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.pwxcjl\nDeploy daemon haproxy.nfs.foo.smithi112.pwxcjl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:10:31.685422Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.knruuf on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:10:31.686948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ronlgo on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:10:50.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:50 smithi131 bash[19154]: cluster 2024-01-18T08:10:49.703180+0000 mgr.smithi112.xshois (mgr.14182) 691 : cluster [DBG] pgmap v495: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:10:50.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:50 smithi112 bash[16324]: cluster 2024-01-18T08:10:49.703180+0000 mgr.smithi112.xshois (mgr.14182) 691 : cluster [DBG] pgmap v495: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:10:51.076 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:10:51.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:51 smithi131 bash[19154]: audit 2024-01-18T08:10:50.399792+0000 mgr.smithi112.xshois (mgr.14182) 692 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:10:51.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:51 smithi112 bash[16324]: audit 2024-01-18T08:10:50.399792+0000 mgr.smithi112.xshois (mgr.14182) 692 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:10:52.076 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:10:52.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:52 smithi131 bash[19154]: cluster 2024-01-18T08:10:51.704759+0000 mgr.smithi112.xshois (mgr.14182) 693 : 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-18T08:10:52.688 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:52 smithi112 bash[16324]: cluster 2024-01-18T08:10:51.704759+0000 mgr.smithi112.xshois (mgr.14182) 693 : 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-18T08:10:55.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:54 smithi112 bash[16324]: cluster 2024-01-18T08:10:53.706355+0000 mgr.smithi112.xshois (mgr.14182) 694 : cluster [DBG] pgmap v497: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:10:55.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:54 smithi131 bash[19154]: cluster 2024-01-18T08:10:53.706355+0000 mgr.smithi112.xshois (mgr.14182) 694 : cluster [DBG] pgmap v497: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:10:55.310 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:10:55.311 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:09:23.393049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ylxtba on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:10:27.651998Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dzdatp on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-dzdatp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-dzdatp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.dzdatp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.dzdatp\nDeploy daemon haproxy.nfs.foo.smithi131.dzdatp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:10:31.683232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.pwxcjl on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-pwxcjl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-pwxcjl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.pwxcjl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.pwxcjl\nDeploy daemon haproxy.nfs.foo.smithi112.pwxcjl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:10:31.685422Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.knruuf on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:10:31.686948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ronlgo on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:10:55.968 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:10:56.970 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:10:57.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:56 smithi112 bash[16324]: audit 2024-01-18T08:10:55.307008+0000 mgr.smithi112.xshois (mgr.14182) 695 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:10:57.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:56 smithi112 bash[16324]: cluster 2024-01-18T08:10:55.708062+0000 mgr.smithi112.xshois (mgr.14182) 696 : 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-18T08:10:57.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:56 smithi131 bash[19154]: audit 2024-01-18T08:10:55.307008+0000 mgr.smithi112.xshois (mgr.14182) 695 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:10:57.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:56 smithi131 bash[19154]: cluster 2024-01-18T08:10:55.708062+0000 mgr.smithi112.xshois (mgr.14182) 696 : 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-18T08:10:59.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:10:58 smithi112 bash[16324]: cluster 2024-01-18T08:10:57.709857+0000 mgr.smithi112.xshois (mgr.14182) 697 : 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-18T08:10:59.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:10:58 smithi131 bash[19154]: cluster 2024-01-18T08:10:57.709857+0000 mgr.smithi112.xshois (mgr.14182) 697 : 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-18T08:11:00.177 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:11:00.177 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:09:23.393049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ylxtba on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:10:27.651998Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dzdatp on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-dzdatp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-dzdatp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.dzdatp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.dzdatp\nDeploy daemon haproxy.nfs.foo.smithi131.dzdatp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:10:31.683232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.pwxcjl on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-pwxcjl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-pwxcjl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.pwxcjl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.pwxcjl\nDeploy daemon haproxy.nfs.foo.smithi112.pwxcjl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:10:31.685422Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.knruuf on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:10:31.686948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ronlgo on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:11:00.531 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:00 smithi112 bash[16324]: cluster 2024-01-18T08:10:59.711338+0000 mgr.smithi112.xshois (mgr.14182) 698 : cluster [DBG] pgmap v500: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:11:00.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:00 smithi131 bash[19154]: cluster 2024-01-18T08:10:59.711338+0000 mgr.smithi112.xshois (mgr.14182) 698 : cluster [DBG] pgmap v500: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:11:00.799 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:11:01.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:01 smithi131 bash[19154]: audit 2024-01-18T08:11:00.167957+0000 mgr.smithi112.xshois (mgr.14182) 699 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:11:01.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:01 smithi112 bash[16324]: audit 2024-01-18T08:11:00.167957+0000 mgr.smithi112.xshois (mgr.14182) 699 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:11:01.801 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:11:02.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:02 smithi131 bash[19154]: cluster 2024-01-18T08:11:01.713124+0000 mgr.smithi112.xshois (mgr.14182) 700 : 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-18T08:11:02.687 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:02 smithi112 bash[16324]: cluster 2024-01-18T08:11:01.713124+0000 mgr.smithi112.xshois (mgr.14182) 700 : 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-18T08:11:05.011 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:11:05.011 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:09:23.393049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ylxtba on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:10:27.651998Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dzdatp on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-dzdatp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-dzdatp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.dzdatp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.dzdatp\nDeploy daemon haproxy.nfs.foo.smithi131.dzdatp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:10:31.683232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.pwxcjl on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-pwxcjl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-pwxcjl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.pwxcjl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.pwxcjl\nDeploy daemon haproxy.nfs.foo.smithi112.pwxcjl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:10:31.685422Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.knruuf on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:10:31.686948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ronlgo on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:11:05.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:04 smithi112 bash[16324]: cluster 2024-01-18T08:11:03.714763+0000 mgr.smithi112.xshois (mgr.14182) 701 : cluster [DBG] pgmap v502: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:11:05.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:04 smithi131 bash[19154]: cluster 2024-01-18T08:11:03.714763+0000 mgr.smithi112.xshois (mgr.14182) 701 : cluster [DBG] pgmap v502: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:11:05.619 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:11:06.620 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:11:07.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:06 smithi112 bash[16324]: audit 2024-01-18T08:11:05.005515+0000 mgr.smithi112.xshois (mgr.14182) 702 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:11:07.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:06 smithi112 bash[16324]: cluster 2024-01-18T08:11:05.716528+0000 mgr.smithi112.xshois (mgr.14182) 703 : 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-18T08:11:07.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:06 smithi131 bash[19154]: audit 2024-01-18T08:11:05.005515+0000 mgr.smithi112.xshois (mgr.14182) 702 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:11:07.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:06 smithi131 bash[19154]: cluster 2024-01-18T08:11:05.716528+0000 mgr.smithi112.xshois (mgr.14182) 703 : 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-18T08:11:09.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:08 smithi131 bash[19154]: cluster 2024-01-18T08:11:07.718097+0000 mgr.smithi112.xshois (mgr.14182) 704 : 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-18T08:11:09.281 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:08 smithi112 bash[16324]: cluster 2024-01-18T08:11:07.718097+0000 mgr.smithi112.xshois (mgr.14182) 704 : 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-18T08:11:09.819 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:11:09.819 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:09:23.393049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ylxtba on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:10:27.651998Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dzdatp on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-dzdatp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-dzdatp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.dzdatp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.dzdatp\nDeploy daemon haproxy.nfs.foo.smithi131.dzdatp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:10:31.683232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.pwxcjl on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-pwxcjl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-pwxcjl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.pwxcjl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.pwxcjl\nDeploy daemon haproxy.nfs.foo.smithi112.pwxcjl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:10:31.685422Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.knruuf on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:10:31.686948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ronlgo on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:11:10.477 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:11:10.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:10 smithi131 bash[19154]: cluster 2024-01-18T08:11:09.719584+0000 mgr.smithi112.xshois (mgr.14182) 705 : cluster [DBG] pgmap v505: 225 pgs: 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-18T08:11:10.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:10 smithi131 bash[19154]: audit 2024-01-18T08:11:09.807411+0000 mgr.smithi112.xshois (mgr.14182) 706 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:11:10.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:10 smithi112 bash[16324]: cluster 2024-01-18T08:11:09.719584+0000 mgr.smithi112.xshois (mgr.14182) 705 : cluster [DBG] pgmap v505: 225 pgs: 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-18T08:11:10.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:10 smithi112 bash[16324]: audit 2024-01-18T08:11:09.807411+0000 mgr.smithi112.xshois (mgr.14182) 706 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:11:11.477 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:11:12.846 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:12 smithi112 bash[16324]: cluster 2024-01-18T08:11:11.721177+0000 mgr.smithi112.xshois (mgr.14182) 707 : cluster [DBG] pgmap v506: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:11:13.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:12 smithi131 bash[19154]: cluster 2024-01-18T08:11:11.721177+0000 mgr.smithi112.xshois (mgr.14182) 707 : cluster [DBG] pgmap v506: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:11:14.669 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:11:14.669 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:09:23.393049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ylxtba on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:10:27.651998Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dzdatp on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-dzdatp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-dzdatp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.dzdatp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.dzdatp\nDeploy daemon haproxy.nfs.foo.smithi131.dzdatp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:10:31.683232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.pwxcjl on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-pwxcjl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-pwxcjl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.pwxcjl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.pwxcjl\nDeploy daemon haproxy.nfs.foo.smithi112.pwxcjl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:10:31.685422Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.knruuf on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:10:31.686948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ronlgo on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:11:15.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:14 smithi112 bash[16324]: cluster 2024-01-18T08:11:13.722824+0000 mgr.smithi112.xshois (mgr.14182) 708 : cluster [DBG] pgmap v507: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:11:15.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:14 smithi131 bash[19154]: cluster 2024-01-18T08:11:13.722824+0000 mgr.smithi112.xshois (mgr.14182) 708 : cluster [DBG] pgmap v507: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:11:15.325 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:11:16.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:15 smithi131 bash[19154]: audit 2024-01-18T08:11:14.663554+0000 mgr.smithi112.xshois (mgr.14182) 709 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:11:16.281 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:15 smithi112 bash[16324]: audit 2024-01-18T08:11:14.663554+0000 mgr.smithi112.xshois (mgr.14182) 709 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:11:16.326 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:11:17.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:16 smithi131 bash[19154]: cluster 2024-01-18T08:11:15.724591+0000 mgr.smithi112.xshois (mgr.14182) 710 : cluster [DBG] pgmap v508: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:11:17.281 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:16 smithi112 bash[16324]: cluster 2024-01-18T08:11:15.724591+0000 mgr.smithi112.xshois (mgr.14182) 710 : cluster [DBG] pgmap v508: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:11:19.059 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:18 smithi112 bash[16324]: cluster 2024-01-18T08:11:17.726407+0000 mgr.smithi112.xshois (mgr.14182) 711 : cluster [DBG] pgmap v509: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:11:19.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:18 smithi131 bash[19154]: cluster 2024-01-18T08:11:17.726407+0000 mgr.smithi112.xshois (mgr.14182) 711 : cluster [DBG] pgmap v509: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:11:19.502 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:11:19.502 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:09:23.393049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ylxtba on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:10:27.651998Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dzdatp on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-dzdatp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-dzdatp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.dzdatp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.dzdatp\nDeploy daemon haproxy.nfs.foo.smithi131.dzdatp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:10:31.683232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.pwxcjl on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-pwxcjl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-pwxcjl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.pwxcjl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.pwxcjl\nDeploy daemon haproxy.nfs.foo.smithi112.pwxcjl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:10:31.685422Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.knruuf on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:10:31.686948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ronlgo on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:11:20.182 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:11:20.531 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:20 smithi112 bash[16324]: audit 2024-01-18T08:11:19.493697+0000 mgr.smithi112.xshois (mgr.14182) 712 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:11:20.531 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:20 smithi112 bash[16324]: cluster 2024-01-18T08:11:19.727941+0000 mgr.smithi112.xshois (mgr.14182) 713 : cluster [DBG] pgmap v510: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:11:20.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:20 smithi131 bash[19154]: audit 2024-01-18T08:11:19.493697+0000 mgr.smithi112.xshois (mgr.14182) 712 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:11:20.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:20 smithi131 bash[19154]: cluster 2024-01-18T08:11:19.727941+0000 mgr.smithi112.xshois (mgr.14182) 713 : cluster [DBG] pgmap v510: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:11:21.183 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:11:23.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:22 smithi112 bash[16324]: cluster 2024-01-18T08:11:21.729569+0000 mgr.smithi112.xshois (mgr.14182) 714 : cluster [DBG] pgmap v511: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:11:23.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:22 smithi131 bash[19154]: cluster 2024-01-18T08:11:21.729569+0000 mgr.smithi112.xshois (mgr.14182) 714 : cluster [DBG] pgmap v511: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:11:24.465 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:11:24.466 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:09:23.393049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ylxtba on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:10:27.651998Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dzdatp on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-dzdatp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-dzdatp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.dzdatp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.dzdatp\nDeploy daemon haproxy.nfs.foo.smithi131.dzdatp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:10:31.683232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.pwxcjl on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-pwxcjl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-pwxcjl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.pwxcjl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.pwxcjl\nDeploy daemon haproxy.nfs.foo.smithi112.pwxcjl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:10:31.685422Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.knruuf on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:10:31.686948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ronlgo on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:11:25.008 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:11:25.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:24 smithi131 bash[19154]: cluster 2024-01-18T08:11:23.730429+0000 mgr.smithi112.xshois (mgr.14182) 715 : cluster [DBG] pgmap v512: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:11:25.281 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:24 smithi112 bash[16324]: cluster 2024-01-18T08:11:23.730429+0000 mgr.smithi112.xshois (mgr.14182) 715 : cluster [DBG] pgmap v512: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:11:26.010 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:11:26.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:25 smithi131 bash[19154]: audit 2024-01-18T08:11:24.454900+0000 mgr.smithi112.xshois (mgr.14182) 716 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:11:26.281 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:25 smithi112 bash[16324]: audit 2024-01-18T08:11:24.454900+0000 mgr.smithi112.xshois (mgr.14182) 716 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:11:27.105 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:26 smithi112 bash[16324]: cluster 2024-01-18T08:11:25.732056+0000 mgr.smithi112.xshois (mgr.14182) 717 : cluster [DBG] pgmap v513: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:11:27.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:26 smithi131 bash[19154]: cluster 2024-01-18T08:11:25.732056+0000 mgr.smithi112.xshois (mgr.14182) 717 : cluster [DBG] pgmap v513: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:11:29.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:28 smithi112 bash[16324]: cluster 2024-01-18T08:11:27.734086+0000 mgr.smithi112.xshois (mgr.14182) 718 : cluster [DBG] pgmap v514: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:11:29.161 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:11:29.162 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:09:23.393049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ylxtba on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:10:27.651998Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dzdatp on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-dzdatp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-dzdatp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.dzdatp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.dzdatp\nDeploy daemon haproxy.nfs.foo.smithi131.dzdatp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:10:31.683232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.pwxcjl on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-pwxcjl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-pwxcjl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.pwxcjl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.pwxcjl\nDeploy daemon haproxy.nfs.foo.smithi112.pwxcjl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:10:31.685422Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.knruuf on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:10:31.686948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ronlgo on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:11:29.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:28 smithi131 bash[19154]: cluster 2024-01-18T08:11:27.734086+0000 mgr.smithi112.xshois (mgr.14182) 718 : cluster [DBG] pgmap v514: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:11:29.778 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:11:30.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:30 smithi131 bash[19154]: audit 2024-01-18T08:11:29.151111+0000 mgr.smithi112.xshois (mgr.14182) 719 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:11:30.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:30 smithi131 bash[19154]: cluster 2024-01-18T08:11:29.735769+0000 mgr.smithi112.xshois (mgr.14182) 720 : cluster [DBG] pgmap v515: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:11:30.779 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:11:30.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:30 smithi112 bash[16324]: audit 2024-01-18T08:11:29.151111+0000 mgr.smithi112.xshois (mgr.14182) 719 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:11:30.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:30 smithi112 bash[16324]: cluster 2024-01-18T08:11:29.735769+0000 mgr.smithi112.xshois (mgr.14182) 720 : cluster [DBG] pgmap v515: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:11:32.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:31 smithi112 bash[16324]: audit 2024-01-18T08:11:31.690595+0000 mon.smithi112 (mon.0) 847 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:11:32.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:31 smithi131 bash[19154]: audit 2024-01-18T08:11:31.690595+0000 mon.smithi112 (mon.0) 847 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:11:33.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:32 smithi112 bash[16324]: cluster 2024-01-18T08:11:31.737525+0000 mgr.smithi112.xshois (mgr.14182) 721 : 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-18T08:11:33.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:32 smithi112 bash[16324]: audit 2024-01-18T08:11:32.008725+0000 mon.smithi112 (mon.0) 848 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:11:33.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:32 smithi112 bash[16324]: audit 2024-01-18T08:11:32.010607+0000 mon.smithi112 (mon.0) 849 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:11:33.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:32 smithi112 bash[16324]: audit 2024-01-18T08:11:32.017896+0000 mon.smithi112 (mon.0) 850 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:11:33.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:32 smithi112 bash[16324]: audit 2024-01-18T08:11:32.025322+0000 mon.smithi112 (mon.0) 851 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:11:33.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:32 smithi112 bash[16324]: audit 2024-01-18T08:11:32.042758+0000 mon.smithi112 (mon.0) 852 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:11:33.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:32 smithi131 bash[19154]: cluster 2024-01-18T08:11:31.737525+0000 mgr.smithi112.xshois (mgr.14182) 721 : 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-18T08:11:33.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:32 smithi131 bash[19154]: audit 2024-01-18T08:11:32.008725+0000 mon.smithi112 (mon.0) 848 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:11:33.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:32 smithi131 bash[19154]: audit 2024-01-18T08:11:32.010607+0000 mon.smithi112 (mon.0) 849 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:11:33.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:32 smithi131 bash[19154]: audit 2024-01-18T08:11:32.017896+0000 mon.smithi112 (mon.0) 850 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:11:33.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:32 smithi131 bash[19154]: audit 2024-01-18T08:11:32.025322+0000 mon.smithi112 (mon.0) 851 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:11:33.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:32 smithi131 bash[19154]: audit 2024-01-18T08:11:32.042758+0000 mon.smithi112 (mon.0) 852 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:11:34.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:33 smithi112 bash[16324]: cluster 2024-01-18T08:11:32.018719+0000 mgr.smithi112.xshois (mgr.14182) 722 : cluster [DBG] pgmap v517: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T08:11:34.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:33 smithi112 bash[16324]: cephadm 2024-01-18T08:11:32.048047+0000 mgr.smithi112.xshois (mgr.14182) 723 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi131.joxqtf on smithi131 2024-01-18T08:11:34.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:33 smithi112 bash[16324]: cluster 2024-01-18T08:11:33.015618+0000 mon.smithi112 (mon.0) 853 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:11:34.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:33 smithi112 bash[16324]: cluster 2024-01-18T08:11:33.015685+0000 mon.smithi112 (mon.0) 854 : cluster [INF] Cluster is now healthy 2024-01-18T08:11:34.091 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:11:34.091 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:09:23.393049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ylxtba on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:10:27.651998Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dzdatp on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-dzdatp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-dzdatp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.dzdatp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.dzdatp\nDeploy daemon haproxy.nfs.foo.smithi131.dzdatp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:10:31.683232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.pwxcjl on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-pwxcjl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-pwxcjl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.pwxcjl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.pwxcjl\nDeploy daemon haproxy.nfs.foo.smithi112.pwxcjl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:10:31.685422Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.knruuf on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:10:31.686948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ronlgo on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:11:34.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:33 smithi131 bash[19154]: cluster 2024-01-18T08:11:32.018719+0000 mgr.smithi112.xshois (mgr.14182) 722 : cluster [DBG] pgmap v517: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T08:11:34.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:33 smithi131 bash[19154]: cephadm 2024-01-18T08:11:32.048047+0000 mgr.smithi112.xshois (mgr.14182) 723 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi131.joxqtf on smithi131 2024-01-18T08:11:34.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:33 smithi131 bash[19154]: cluster 2024-01-18T08:11:33.015618+0000 mon.smithi112 (mon.0) 853 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:11:34.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:33 smithi131 bash[19154]: cluster 2024-01-18T08:11:33.015685+0000 mon.smithi112 (mon.0) 854 : cluster [INF] Cluster is now healthy 2024-01-18T08:11:34.757 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:11:35.758 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:11:36.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:35 smithi112 bash[16324]: cluster 2024-01-18T08:11:34.019840+0000 mgr.smithi112.xshois (mgr.14182) 724 : cluster [DBG] pgmap v518: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T08:11:36.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:35 smithi112 bash[16324]: audit 2024-01-18T08:11:34.079770+0000 mgr.smithi112.xshois (mgr.14182) 725 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:11:36.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:35 smithi131 bash[19154]: cluster 2024-01-18T08:11:34.019840+0000 mgr.smithi112.xshois (mgr.14182) 724 : cluster [DBG] pgmap v518: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T08:11:36.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:35 smithi131 bash[19154]: audit 2024-01-18T08:11:34.079770+0000 mgr.smithi112.xshois (mgr.14182) 725 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:11:37.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:36 smithi131 bash[19154]: audit 2024-01-18T08:11:35.926593+0000 mon.smithi112 (mon.0) 855 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi131.joxqtf"}]: dispatch 2024-01-18T08:11:37.214 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:36 smithi112 bash[16324]: audit 2024-01-18T08:11:35.926593+0000 mon.smithi112 (mon.0) 855 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi131.joxqtf"}]: dispatch 2024-01-18T08:11:38.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:37 smithi131 bash[19154]: cephadm 2024-01-18T08:11:35.925479+0000 mgr.smithi112.xshois (mgr.14182) 726 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-joxqtf 2024-01-18T08:11:38.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:37 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:11:38.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:37 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-joxqtf 2024-01-18T08:11:38.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:37 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.joxqtf 2024-01-18T08:11:38.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:37 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:11:38.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:37 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.joxqtf 2024-01-18T08:11:38.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:37 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.joxqtf ... 2024-01-18T08:11:38.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:37 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:11:38.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:37 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:11:38.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:37 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:11:38.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:37 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:11:38.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:37 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:11:38.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:37 smithi131 bash[19154]: Traceback (most recent call last): 2024-01-18T08:11:38.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:37 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:11:38.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:37 smithi131 bash[19154]: yield (conn, connr) 2024-01-18T08:11:38.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:37 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:11:38.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:37 smithi131 bash[19154]: code, '\n'.join(err))) 2024-01-18T08:11:38.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:37 smithi131 bash[19154]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-joxqtf 2024-01-18T08:11:38.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:37 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:11:38.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:37 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-joxqtf 2024-01-18T08:11:38.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:37 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.joxqtf 2024-01-18T08:11:38.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:37 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:11:38.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:37 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.joxqtf 2024-01-18T08:11:38.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:37 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.joxqtf ... 2024-01-18T08:11:38.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:37 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:11:38.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:37 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:11:38.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:37 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:11:38.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:37 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:11:38.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:37 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:11:38.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:37 smithi131 bash[19154]: cephadm 2024-01-18T08:11:35.925961+0000 mgr.smithi112.xshois (mgr.14182) 727 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi131.joxqtf 2024-01-18T08:11:38.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:37 smithi131 bash[19154]: cephadm 2024-01-18T08:11:35.928077+0000 mgr.smithi112.xshois (mgr.14182) 728 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi131.joxqtf on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-joxqtf 2024-01-18T08:11:38.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:37 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:11:38.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:37 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-joxqtf 2024-01-18T08:11:38.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:37 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.joxqtf 2024-01-18T08:11:38.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:37 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:11:38.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:37 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.joxqtf 2024-01-18T08:11:38.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:37 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.joxqtf ... 2024-01-18T08:11:38.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:37 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:11:38.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:37 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:11:38.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:37 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:11:38.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:37 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:11:38.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:37 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:11:38.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:37 smithi131 bash[19154]: cephadm 2024-01-18T08:11:35.932821+0000 mgr.smithi112.xshois (mgr.14182) 729 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi112.setjhu on smithi112 2024-01-18T08:11:38.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:37 smithi131 bash[19154]: cluster 2024-01-18T08:11:36.021499+0000 mgr.smithi112.xshois (mgr.14182) 730 : cluster [DBG] pgmap v519: 225 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-18T08:11:38.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:37 smithi112 bash[16324]: cephadm 2024-01-18T08:11:35.925479+0000 mgr.smithi112.xshois (mgr.14182) 726 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-joxqtf 2024-01-18T08:11:38.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:37 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:11:38.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:37 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-joxqtf 2024-01-18T08:11:38.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:37 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.joxqtf 2024-01-18T08:11:38.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:37 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:11:38.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:37 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.joxqtf 2024-01-18T08:11:38.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:37 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.joxqtf ... 2024-01-18T08:11:38.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:37 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:11:38.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:37 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:11:38.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:37 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:11:38.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:37 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:11:38.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:37 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:11:38.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:37 smithi112 bash[16324]: Traceback (most recent call last): 2024-01-18T08:11:38.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:37 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:11:38.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:37 smithi112 bash[16324]: yield (conn, connr) 2024-01-18T08:11:38.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:37 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:11:38.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:37 smithi112 bash[16324]: code, '\n'.join(err))) 2024-01-18T08:11:38.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:37 smithi112 bash[16324]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-joxqtf 2024-01-18T08:11:38.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:37 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:11:38.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:37 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-joxqtf 2024-01-18T08:11:38.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:37 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.joxqtf 2024-01-18T08:11:38.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:37 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:11:38.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:37 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.joxqtf 2024-01-18T08:11:38.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:37 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.joxqtf ... 2024-01-18T08:11:38.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:37 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:11:38.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:37 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:11:38.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:37 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:11:38.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:37 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:11:38.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:37 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:11:38.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:37 smithi112 bash[16324]: cephadm 2024-01-18T08:11:35.925961+0000 mgr.smithi112.xshois (mgr.14182) 727 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi131.joxqtf 2024-01-18T08:11:38.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:37 smithi112 bash[16324]: cephadm 2024-01-18T08:11:35.928077+0000 mgr.smithi112.xshois (mgr.14182) 728 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi131.joxqtf on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-joxqtf 2024-01-18T08:11:38.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:37 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:11:38.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:37 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-joxqtf 2024-01-18T08:11:38.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:37 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.joxqtf 2024-01-18T08:11:38.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:37 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:11:38.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:37 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.joxqtf 2024-01-18T08:11:38.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:37 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.joxqtf ... 2024-01-18T08:11:38.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:37 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:11:38.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:37 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:11:38.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:37 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:11:38.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:37 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:11:38.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:37 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:11:38.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:37 smithi112 bash[16324]: cephadm 2024-01-18T08:11:35.932821+0000 mgr.smithi112.xshois (mgr.14182) 729 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi112.setjhu on smithi112 2024-01-18T08:11:38.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:37 smithi112 bash[16324]: cluster 2024-01-18T08:11:36.021499+0000 mgr.smithi112.xshois (mgr.14182) 730 : cluster [DBG] pgmap v519: 225 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-18T08:11:39.146 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:11:39.146 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:10:27.651998Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dzdatp on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-dzdatp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-dzdatp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.dzdatp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.dzdatp\nDeploy daemon haproxy.nfs.foo.smithi131.dzdatp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:10:31.683232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.pwxcjl on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-pwxcjl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-pwxcjl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.pwxcjl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.pwxcjl\nDeploy daemon haproxy.nfs.foo.smithi112.pwxcjl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:10:31.685422Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.knruuf on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:10:31.686948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ronlgo on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:11:35.927832Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.joxqtf on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-joxqtf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-joxqtf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.joxqtf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.joxqtf\nDeploy daemon haproxy.nfs.foo.smithi131.joxqtf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -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.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:11:39.799 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:11:39.916 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:39 smithi112 bash[16324]: cluster 2024-01-18T08:11:38.022794+0000 mgr.smithi112.xshois (mgr.14182) 731 : cluster [DBG] pgmap v520: 225 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-18T08:11:40.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:39 smithi131 bash[19154]: cluster 2024-01-18T08:11:38.022794+0000 mgr.smithi112.xshois (mgr.14182) 731 : cluster [DBG] pgmap v520: 225 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-18T08:11:40.800 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:11:41.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:40 smithi131 bash[19154]: audit 2024-01-18T08:11:39.142655+0000 mgr.smithi112.xshois (mgr.14182) 732 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:11:41.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:40 smithi131 bash[19154]: cephadm 2024-01-18T08:11:39.913112+0000 mgr.smithi112.xshois (mgr.14182) 733 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-setjhu 2024-01-18T08:11:41.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:40 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:11:41.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:40 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-setjhu 2024-01-18T08:11:41.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:40 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.setjhu 2024-01-18T08:11:41.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:40 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:11:41.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:40 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.setjhu 2024-01-18T08:11:41.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:40 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.setjhu ... 2024-01-18T08:11:41.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:40 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:11:41.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:40 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:11:41.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:40 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:11:41.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:40 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:11:41.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:40 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:11:41.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:40 smithi131 bash[19154]: Traceback (most recent call last): 2024-01-18T08:11:41.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:40 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:11:41.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:40 smithi131 bash[19154]: yield (conn, connr) 2024-01-18T08:11:41.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:40 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:11:41.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:40 smithi131 bash[19154]: code, '\n'.join(err))) 2024-01-18T08:11:41.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:40 smithi131 bash[19154]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-setjhu 2024-01-18T08:11:41.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:40 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:11:41.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:40 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-setjhu 2024-01-18T08:11:41.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:40 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.setjhu 2024-01-18T08:11:41.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:40 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:11:41.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:40 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.setjhu 2024-01-18T08:11:41.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:40 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.setjhu ... 2024-01-18T08:11:41.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:40 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:11:41.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:40 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:11:41.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:40 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:11:41.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:40 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:11:41.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:40 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:11:41.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:40 smithi131 bash[19154]: cephadm 2024-01-18T08:11:39.913424+0000 mgr.smithi112.xshois (mgr.14182) 734 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi112.setjhu 2024-01-18T08:11:41.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:40 smithi131 bash[19154]: audit 2024-01-18T08:11:39.913890+0000 mon.smithi112 (mon.0) 856 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi112.setjhu"}]: dispatch 2024-01-18T08:11:41.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:40 smithi131 bash[19154]: cephadm 2024-01-18T08:11:39.914962+0000 mgr.smithi112.xshois (mgr.14182) 735 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi112.setjhu on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-setjhu 2024-01-18T08:11:41.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:40 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:11:41.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:40 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-setjhu 2024-01-18T08:11:41.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:40 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.setjhu 2024-01-18T08:11:41.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:40 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:11:41.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:40 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.setjhu 2024-01-18T08:11:41.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:40 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.setjhu ... 2024-01-18T08:11:41.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:40 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:11:41.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:40 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:11:41.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:40 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:11:41.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:40 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:11:41.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:40 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:11:41.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:40 smithi131 bash[19154]: cephadm 2024-01-18T08:11:39.918301+0000 mgr.smithi112.xshois (mgr.14182) 736 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi131.xpxihm on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:11:41.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:40 smithi131 bash[19154]: cephadm 2024-01-18T08:11:39.921234+0000 mgr.smithi112.xshois (mgr.14182) 737 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi112.eeiqrr on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:11:41.175 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:40 smithi131 bash[19154]: cluster 2024-01-18T08:11:39.922536+0000 mgr.smithi112.xshois (mgr.14182) 738 : cluster [DBG] pgmap v521: 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-18T08:11:41.175 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:40 smithi131 bash[19154]: audit 2024-01-18T08:11:40.355485+0000 mon.smithi112 (mon.0) 857 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:11:41.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:40 smithi112 bash[16324]: audit 2024-01-18T08:11:39.142655+0000 mgr.smithi112.xshois (mgr.14182) 732 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:11:41.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:40 smithi112 bash[16324]: cephadm 2024-01-18T08:11:39.913112+0000 mgr.smithi112.xshois (mgr.14182) 733 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-setjhu 2024-01-18T08:11:41.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:40 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:11:41.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:40 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-setjhu 2024-01-18T08:11:41.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:40 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.setjhu 2024-01-18T08:11:41.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:40 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:11:41.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:40 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.setjhu 2024-01-18T08:11:41.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:40 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.setjhu ... 2024-01-18T08:11:41.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:40 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:11:41.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:40 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:11:41.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:40 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:11:41.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:40 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:11:41.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:40 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:11:41.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:40 smithi112 bash[16324]: Traceback (most recent call last): 2024-01-18T08:11:41.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:40 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:11:41.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:40 smithi112 bash[16324]: yield (conn, connr) 2024-01-18T08:11:41.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:40 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:11:41.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:40 smithi112 bash[16324]: code, '\n'.join(err))) 2024-01-18T08:11:41.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:40 smithi112 bash[16324]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-setjhu 2024-01-18T08:11:41.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:40 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:11:41.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:40 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-setjhu 2024-01-18T08:11:41.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:40 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.setjhu 2024-01-18T08:11:41.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:40 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:11:41.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:40 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.setjhu 2024-01-18T08:11:41.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:40 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.setjhu ... 2024-01-18T08:11:41.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:40 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:11:41.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:40 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:11:41.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:40 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:11:41.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:40 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:11:41.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:40 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:11:41.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:40 smithi112 bash[16324]: cephadm 2024-01-18T08:11:39.913424+0000 mgr.smithi112.xshois (mgr.14182) 734 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi112.setjhu 2024-01-18T08:11:41.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:40 smithi112 bash[16324]: audit 2024-01-18T08:11:39.913890+0000 mon.smithi112 (mon.0) 856 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi112.setjhu"}]: dispatch 2024-01-18T08:11:41.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:40 smithi112 bash[16324]: cephadm 2024-01-18T08:11:39.914962+0000 mgr.smithi112.xshois (mgr.14182) 735 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi112.setjhu on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-setjhu 2024-01-18T08:11:41.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:40 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:11:41.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:40 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-setjhu 2024-01-18T08:11:41.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:40 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.setjhu 2024-01-18T08:11:41.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:40 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:11:41.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:40 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.setjhu 2024-01-18T08:11:41.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:40 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.setjhu ... 2024-01-18T08:11:41.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:40 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:11:41.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:40 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:11:41.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:40 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:11:41.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:40 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:11:41.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:40 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:11:41.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:40 smithi112 bash[16324]: cephadm 2024-01-18T08:11:39.918301+0000 mgr.smithi112.xshois (mgr.14182) 736 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi131.xpxihm on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:11:41.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:40 smithi112 bash[16324]: cephadm 2024-01-18T08:11:39.921234+0000 mgr.smithi112.xshois (mgr.14182) 737 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi112.eeiqrr on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:11:41.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:40 smithi112 bash[16324]: cluster 2024-01-18T08:11:39.922536+0000 mgr.smithi112.xshois (mgr.14182) 738 : cluster [DBG] pgmap v521: 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-18T08:11:41.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:40 smithi112 bash[16324]: audit 2024-01-18T08:11:40.355485+0000 mon.smithi112 (mon.0) 857 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:11:42.162 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:41 smithi112 bash[16324]: cluster 2024-01-18T08:11:40.821591+0000 mon.smithi112 (mon.0) 858 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:11:42.162 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:41 smithi112 bash[16324]: audit 2024-01-18T08:11:41.142021+0000 mon.smithi112 (mon.0) 859 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:11:42.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:41 smithi131 bash[19154]: cluster 2024-01-18T08:11:40.821591+0000 mon.smithi112 (mon.0) 858 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:11:42.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:41 smithi131 bash[19154]: audit 2024-01-18T08:11:41.142021+0000 mon.smithi112 (mon.0) 859 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:11:43.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:42 smithi112 bash[16324]: cluster 2024-01-18T08:11:41.924227+0000 mgr.smithi112.xshois (mgr.14182) 739 : cluster [DBG] pgmap v522: 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-18T08:11:43.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:42 smithi131 bash[19154]: cluster 2024-01-18T08:11:41.924227+0000 mgr.smithi112.xshois (mgr.14182) 739 : cluster [DBG] pgmap v522: 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-18T08:11:44.281 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:43 smithi112 bash[16324]: cluster 2024-01-18T08:11:43.925145+0000 mgr.smithi112.xshois (mgr.14182) 740 : cluster [DBG] pgmap v523: 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-18T08:11:44.307 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:11:44.308 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:10:31.686948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ronlgo on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:11:35.927832Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.joxqtf on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-joxqtf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-joxqtf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.joxqtf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.joxqtf\nDeploy daemon haproxy.nfs.foo.smithi131.joxqtf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:11:39.914724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.setjhu on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-setjhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-setjhu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.setjhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.setjhu\nDeploy daemon haproxy.nfs.foo.smithi112.setjhu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:11:39.918139Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.xpxihm on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:11:39.921070Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.eeiqrr on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:11:44.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:43 smithi131 bash[19154]: cluster 2024-01-18T08:11:43.925145+0000 mgr.smithi112.xshois (mgr.14182) 740 : cluster [DBG] pgmap v523: 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-18T08:11:44.960 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:11:45.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:45 smithi131 bash[19154]: audit 2024-01-18T08:11:44.302286+0000 mgr.smithi112.xshois (mgr.14182) 741 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:11:45.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:45 smithi112 bash[16324]: audit 2024-01-18T08:11:44.302286+0000 mgr.smithi112.xshois (mgr.14182) 741 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:11:45.961 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:11:47.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:47 smithi131 bash[19154]: cluster 2024-01-18T08:11:45.927110+0000 mgr.smithi112.xshois (mgr.14182) 742 : cluster [DBG] pgmap v524: 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-18T08:11:47.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:47 smithi112 bash[16324]: cluster 2024-01-18T08:11:45.927110+0000 mgr.smithi112.xshois (mgr.14182) 742 : cluster [DBG] pgmap v524: 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-18T08:11:49.166 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:11:49.166 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:10:31.686948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ronlgo on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:11:35.927832Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.joxqtf on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-joxqtf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-joxqtf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.joxqtf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.joxqtf\nDeploy daemon haproxy.nfs.foo.smithi131.joxqtf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:11:39.914724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.setjhu on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-setjhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-setjhu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.setjhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.setjhu\nDeploy daemon haproxy.nfs.foo.smithi112.setjhu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:11:39.918139Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.xpxihm on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:11:39.921070Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.eeiqrr on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:11:49.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:49 smithi112 bash[16324]: cluster 2024-01-18T08:11:47.928780+0000 mgr.smithi112.xshois (mgr.14182) 743 : 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-18T08:11:49.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:49 smithi131 bash[19154]: cluster 2024-01-18T08:11:47.928780+0000 mgr.smithi112.xshois (mgr.14182) 743 : 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-18T08:11:49.775 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:11:50.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:50 smithi131 bash[19154]: audit 2024-01-18T08:11:49.154373+0000 mgr.smithi112.xshois (mgr.14182) 744 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:11:50.776 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:11:50.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:50 smithi112 bash[16324]: audit 2024-01-18T08:11:49.154373+0000 mgr.smithi112.xshois (mgr.14182) 744 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:11:51.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:51 smithi131 bash[19154]: cluster 2024-01-18T08:11:49.930283+0000 mgr.smithi112.xshois (mgr.14182) 745 : cluster [DBG] pgmap v526: 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-18T08:11:51.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:51 smithi112 bash[16324]: cluster 2024-01-18T08:11:49.930283+0000 mgr.smithi112.xshois (mgr.14182) 745 : cluster [DBG] pgmap v526: 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-18T08:11:53.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:53 smithi131 bash[19154]: cluster 2024-01-18T08:11:51.932046+0000 mgr.smithi112.xshois (mgr.14182) 746 : 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-18T08:11:53.687 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:53 smithi112 bash[16324]: cluster 2024-01-18T08:11:51.932046+0000 mgr.smithi112.xshois (mgr.14182) 746 : 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-18T08:11:54.123 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:11:54.123 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:10:31.686948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ronlgo on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:11:35.927832Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.joxqtf on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-joxqtf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-joxqtf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.joxqtf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.joxqtf\nDeploy daemon haproxy.nfs.foo.smithi131.joxqtf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:11:39.914724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.setjhu on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-setjhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-setjhu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.setjhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.setjhu\nDeploy daemon haproxy.nfs.foo.smithi112.setjhu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:11:39.918139Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.xpxihm on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:11:39.921070Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.eeiqrr on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:11:54.810 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:11:55.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:55 smithi131 bash[19154]: cluster 2024-01-18T08:11:53.933369+0000 mgr.smithi112.xshois (mgr.14182) 747 : cluster [DBG] pgmap v528: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:11:55.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:55 smithi131 bash[19154]: audit 2024-01-18T08:11:54.112139+0000 mgr.smithi112.xshois (mgr.14182) 748 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:11:55.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:55 smithi131 bash[19154]: audit 2024-01-18T08:11:55.355751+0000 mon.smithi112 (mon.0) 860 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:11:55.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:55 smithi112 bash[16324]: cluster 2024-01-18T08:11:53.933369+0000 mgr.smithi112.xshois (mgr.14182) 747 : cluster [DBG] pgmap v528: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:11:55.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:55 smithi112 bash[16324]: audit 2024-01-18T08:11:54.112139+0000 mgr.smithi112.xshois (mgr.14182) 748 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:11:55.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:55 smithi112 bash[16324]: audit 2024-01-18T08:11:55.355751+0000 mon.smithi112 (mon.0) 860 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:11:55.811 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:11:57.531 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:57 smithi112 bash[16324]: cluster 2024-01-18T08:11:55.935258+0000 mgr.smithi112.xshois (mgr.14182) 749 : 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-18T08:11:57.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:57 smithi131 bash[19154]: cluster 2024-01-18T08:11:55.935258+0000 mgr.smithi112.xshois (mgr.14182) 749 : 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-18T08:11:59.072 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:11:59.072 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:10:31.686948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ronlgo on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:11:35.927832Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.joxqtf on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-joxqtf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-joxqtf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.joxqtf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.joxqtf\nDeploy daemon haproxy.nfs.foo.smithi131.joxqtf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:11:39.914724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.setjhu on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-setjhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-setjhu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.setjhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.setjhu\nDeploy daemon haproxy.nfs.foo.smithi112.setjhu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:11:39.918139Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.xpxihm on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:11:39.921070Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.eeiqrr on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:11:59.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:11:59 smithi131 bash[19154]: cluster 2024-01-18T08:11:57.936126+0000 mgr.smithi112.xshois (mgr.14182) 750 : 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-18T08:11:59.671 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:11:59 smithi112 bash[16324]: cluster 2024-01-18T08:11:57.936126+0000 mgr.smithi112.xshois (mgr.14182) 750 : 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-18T08:11:59.672 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:12:00.673 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:12:00.685 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:00 smithi112 bash[16324]: audit 2024-01-18T08:11:59.062852+0000 mgr.smithi112.xshois (mgr.14182) 751 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:12:00.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:00 smithi131 bash[19154]: audit 2024-01-18T08:11:59.062852+0000 mgr.smithi112.xshois (mgr.14182) 751 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:12:01.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:01 smithi112 bash[16324]: cluster 2024-01-18T08:11:59.937527+0000 mgr.smithi112.xshois (mgr.14182) 752 : cluster [DBG] pgmap v531: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:12:01.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:01 smithi131 bash[19154]: cluster 2024-01-18T08:11:59.937527+0000 mgr.smithi112.xshois (mgr.14182) 752 : cluster [DBG] pgmap v531: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:12:03.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:03 smithi131 bash[19154]: cluster 2024-01-18T08:12:01.939312+0000 mgr.smithi112.xshois (mgr.14182) 753 : 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-18T08:12:03.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:03 smithi112 bash[16324]: cluster 2024-01-18T08:12:01.939312+0000 mgr.smithi112.xshois (mgr.14182) 753 : 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-18T08:12:03.991 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:12:03.991 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:10:31.686948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ronlgo on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:11:35.927832Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.joxqtf on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-joxqtf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-joxqtf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.joxqtf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.joxqtf\nDeploy daemon haproxy.nfs.foo.smithi131.joxqtf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:11:39.914724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.setjhu on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-setjhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-setjhu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.setjhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.setjhu\nDeploy daemon haproxy.nfs.foo.smithi112.setjhu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:11:39.918139Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.xpxihm on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:11:39.921070Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.eeiqrr on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:12:04.694 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:12:05.694 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:12:05.707 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:05 smithi112 bash[16324]: cluster 2024-01-18T08:12:03.940659+0000 mgr.smithi112.xshois (mgr.14182) 754 : cluster [DBG] pgmap v533: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:12:05.707 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:05 smithi112 bash[16324]: audit 2024-01-18T08:12:03.981061+0000 mgr.smithi112.xshois (mgr.14182) 755 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:12:05.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:05 smithi131 bash[19154]: cluster 2024-01-18T08:12:03.940659+0000 mgr.smithi112.xshois (mgr.14182) 754 : cluster [DBG] pgmap v533: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:12:05.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:05 smithi131 bash[19154]: audit 2024-01-18T08:12:03.981061+0000 mgr.smithi112.xshois (mgr.14182) 755 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:12:07.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:07 smithi112 bash[16324]: cluster 2024-01-18T08:12:05.941601+0000 mgr.smithi112.xshois (mgr.14182) 756 : 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-18T08:12:07.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:07 smithi131 bash[19154]: cluster 2024-01-18T08:12:05.941601+0000 mgr.smithi112.xshois (mgr.14182) 756 : 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-18T08:12:09.076 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:12:09.076 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:10:31.686948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ronlgo on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:11:35.927832Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.joxqtf on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-joxqtf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-joxqtf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.joxqtf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.joxqtf\nDeploy daemon haproxy.nfs.foo.smithi131.joxqtf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:11:39.914724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.setjhu on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-setjhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-setjhu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.setjhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.setjhu\nDeploy daemon haproxy.nfs.foo.smithi112.setjhu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:11:39.918139Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.xpxihm on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:11:39.921070Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.eeiqrr on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:12:09.658 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:12:09.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:09 smithi112 bash[16324]: cluster 2024-01-18T08:12:07.942559+0000 mgr.smithi112.xshois (mgr.14182) 757 : 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-18T08:12:09.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:09 smithi131 bash[19154]: cluster 2024-01-18T08:12:07.942559+0000 mgr.smithi112.xshois (mgr.14182) 757 : 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-18T08:12:10.659 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:12:10.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:10 smithi112 bash[16324]: audit 2024-01-18T08:12:09.066892+0000 mgr.smithi112.xshois (mgr.14182) 758 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:12:10.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:10 smithi131 bash[19154]: audit 2024-01-18T08:12:09.066892+0000 mgr.smithi112.xshois (mgr.14182) 758 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:12:11.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:11 smithi112 bash[16324]: cluster 2024-01-18T08:12:09.944064+0000 mgr.smithi112.xshois (mgr.14182) 759 : cluster [DBG] pgmap v536: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:12:11.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:11 smithi131 bash[19154]: cluster 2024-01-18T08:12:09.944064+0000 mgr.smithi112.xshois (mgr.14182) 759 : cluster [DBG] pgmap v536: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:12:13.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:13 smithi131 bash[19154]: cluster 2024-01-18T08:12:11.946120+0000 mgr.smithi112.xshois (mgr.14182) 760 : 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-18T08:12:13.734 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:13 smithi112 bash[16324]: cluster 2024-01-18T08:12:11.946120+0000 mgr.smithi112.xshois (mgr.14182) 760 : 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-18T08:12:14.079 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:12:14.080 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:10:31.686948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ronlgo on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:11:35.927832Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.joxqtf on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-joxqtf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-joxqtf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.joxqtf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.joxqtf\nDeploy daemon haproxy.nfs.foo.smithi131.joxqtf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:11:39.914724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.setjhu on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-setjhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-setjhu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.setjhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.setjhu\nDeploy daemon haproxy.nfs.foo.smithi112.setjhu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:11:39.918139Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.xpxihm on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:11:39.921070Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.eeiqrr on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:12:14.714 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:12:15.715 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:12:15.728 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:15 smithi112 bash[16324]: cluster 2024-01-18T08:12:13.947573+0000 mgr.smithi112.xshois (mgr.14182) 761 : cluster [DBG] pgmap v538: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:12:15.728 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:15 smithi112 bash[16324]: audit 2024-01-18T08:12:14.070294+0000 mgr.smithi112.xshois (mgr.14182) 762 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:12:15.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:15 smithi131 bash[19154]: cluster 2024-01-18T08:12:13.947573+0000 mgr.smithi112.xshois (mgr.14182) 761 : cluster [DBG] pgmap v538: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:12:15.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:15 smithi131 bash[19154]: audit 2024-01-18T08:12:14.070294+0000 mgr.smithi112.xshois (mgr.14182) 762 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:12:17.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:17 smithi112 bash[16324]: cluster 2024-01-18T08:12:15.949463+0000 mgr.smithi112.xshois (mgr.14182) 763 : 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-18T08:12:17.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:17 smithi131 bash[19154]: cluster 2024-01-18T08:12:15.949463+0000 mgr.smithi112.xshois (mgr.14182) 763 : 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-18T08:12:19.032 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:12:19.032 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:10:31.686948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ronlgo on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:11:35.927832Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.joxqtf on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-joxqtf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-joxqtf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.joxqtf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.joxqtf\nDeploy daemon haproxy.nfs.foo.smithi131.joxqtf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:11:39.914724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.setjhu on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-setjhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-setjhu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.setjhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.setjhu\nDeploy daemon haproxy.nfs.foo.smithi112.setjhu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:11:39.918139Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.xpxihm on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:11:39.921070Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.eeiqrr on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:12:19.654 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:12:19.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:19 smithi112 bash[16324]: cluster 2024-01-18T08:12:17.951131+0000 mgr.smithi112.xshois (mgr.14182) 764 : cluster [DBG] pgmap v540: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:12:19.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:19 smithi131 bash[19154]: cluster 2024-01-18T08:12:17.951131+0000 mgr.smithi112.xshois (mgr.14182) 764 : cluster [DBG] pgmap v540: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:12:20.655 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:12:20.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:20 smithi112 bash[16324]: audit 2024-01-18T08:12:19.028585+0000 mgr.smithi112.xshois (mgr.14182) 765 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:12:20.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:20 smithi131 bash[19154]: audit 2024-01-18T08:12:19.028585+0000 mgr.smithi112.xshois (mgr.14182) 765 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:12:21.775 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:21 smithi112 bash[16324]: cluster 2024-01-18T08:12:19.952652+0000 mgr.smithi112.xshois (mgr.14182) 766 : cluster [DBG] pgmap v541: 225 pgs: 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-18T08:12:21.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:21 smithi131 bash[19154]: cluster 2024-01-18T08:12:19.952652+0000 mgr.smithi112.xshois (mgr.14182) 766 : cluster [DBG] pgmap v541: 225 pgs: 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-18T08:12:23.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:23 smithi112 bash[16324]: cluster 2024-01-18T08:12:21.953947+0000 mgr.smithi112.xshois (mgr.14182) 767 : cluster [DBG] pgmap v542: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:12:23.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:23 smithi131 bash[19154]: cluster 2024-01-18T08:12:21.953947+0000 mgr.smithi112.xshois (mgr.14182) 767 : cluster [DBG] pgmap v542: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:12:23.982 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:12:23.982 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:10:31.686948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ronlgo on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:11:35.927832Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.joxqtf on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-joxqtf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-joxqtf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.joxqtf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.joxqtf\nDeploy daemon haproxy.nfs.foo.smithi131.joxqtf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:11:39.914724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.setjhu on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-setjhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-setjhu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.setjhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.setjhu\nDeploy daemon haproxy.nfs.foo.smithi112.setjhu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:11:39.918139Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.xpxihm on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:11:39.921070Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.eeiqrr on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:12:24.608 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:12:25.609 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:12:25.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:25 smithi112 bash[16324]: cluster 2024-01-18T08:12:23.955274+0000 mgr.smithi112.xshois (mgr.14182) 768 : cluster [DBG] pgmap v543: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:12:25.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:25 smithi112 bash[16324]: audit 2024-01-18T08:12:23.970854+0000 mgr.smithi112.xshois (mgr.14182) 769 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:12:25.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:25 smithi131 bash[19154]: cluster 2024-01-18T08:12:23.955274+0000 mgr.smithi112.xshois (mgr.14182) 768 : cluster [DBG] pgmap v543: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:12:25.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:25 smithi131 bash[19154]: audit 2024-01-18T08:12:23.970854+0000 mgr.smithi112.xshois (mgr.14182) 769 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:12:27.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:27 smithi112 bash[16324]: cluster 2024-01-18T08:12:25.957245+0000 mgr.smithi112.xshois (mgr.14182) 770 : cluster [DBG] pgmap v544: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:12:27.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:27 smithi131 bash[19154]: cluster 2024-01-18T08:12:25.957245+0000 mgr.smithi112.xshois (mgr.14182) 770 : cluster [DBG] pgmap v544: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:12:28.806 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:12:28.807 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:10:31.686948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ronlgo on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:11:35.927832Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.joxqtf on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-joxqtf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-joxqtf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.joxqtf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.joxqtf\nDeploy daemon haproxy.nfs.foo.smithi131.joxqtf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:11:39.914724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.setjhu on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-setjhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-setjhu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.setjhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.setjhu\nDeploy daemon haproxy.nfs.foo.smithi112.setjhu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:11:39.918139Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.xpxihm on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:11:39.921070Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.eeiqrr on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:12:29.433 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:12:29.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:29 smithi112 bash[16324]: cluster 2024-01-18T08:12:27.958850+0000 mgr.smithi112.xshois (mgr.14182) 771 : cluster [DBG] pgmap v545: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:12:29.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:29 smithi112 bash[16324]: audit 2024-01-18T08:12:28.798422+0000 mgr.smithi112.xshois (mgr.14182) 772 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:12:29.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:29 smithi131 bash[19154]: cluster 2024-01-18T08:12:27.958850+0000 mgr.smithi112.xshois (mgr.14182) 771 : cluster [DBG] pgmap v545: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:12:29.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:29 smithi131 bash[19154]: audit 2024-01-18T08:12:28.798422+0000 mgr.smithi112.xshois (mgr.14182) 772 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:12:30.434 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:12:31.892 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:31 smithi112 bash[16324]: cluster 2024-01-18T08:12:29.960370+0000 mgr.smithi112.xshois (mgr.14182) 773 : cluster [DBG] pgmap v546: 225 pgs: 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-18T08:12:31.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:31 smithi131 bash[19154]: cluster 2024-01-18T08:12:29.960370+0000 mgr.smithi112.xshois (mgr.14182) 773 : cluster [DBG] pgmap v546: 225 pgs: 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-18T08:12:33.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:33 smithi112 bash[16324]: cluster 2024-01-18T08:12:31.961797+0000 mgr.smithi112.xshois (mgr.14182) 774 : cluster [DBG] pgmap v547: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:12:33.827 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:12:33.827 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:10:31.686948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ronlgo on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:11:35.927832Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.joxqtf on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-joxqtf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-joxqtf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.joxqtf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.joxqtf\nDeploy daemon haproxy.nfs.foo.smithi131.joxqtf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:11:39.914724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.setjhu on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-setjhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-setjhu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.setjhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.setjhu\nDeploy daemon haproxy.nfs.foo.smithi112.setjhu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:11:39.918139Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.xpxihm on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:11:39.921070Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.eeiqrr on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:12:33.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:33 smithi131 bash[19154]: cluster 2024-01-18T08:12:31.961797+0000 mgr.smithi112.xshois (mgr.14182) 774 : cluster [DBG] pgmap v547: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:12:34.452 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:12:34.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:34 smithi112 bash[16324]: audit 2024-01-18T08:12:33.819377+0000 mgr.smithi112.xshois (mgr.14182) 775 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:12:34.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:34 smithi131 bash[19154]: audit 2024-01-18T08:12:33.819377+0000 mgr.smithi112.xshois (mgr.14182) 775 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:12:35.453 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:12:35.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:35 smithi112 bash[16324]: cluster 2024-01-18T08:12:33.963171+0000 mgr.smithi112.xshois (mgr.14182) 776 : cluster [DBG] pgmap v548: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:12:35.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:35 smithi131 bash[19154]: cluster 2024-01-18T08:12:33.963171+0000 mgr.smithi112.xshois (mgr.14182) 776 : cluster [DBG] pgmap v548: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:12:37.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:37 smithi131 bash[19154]: cluster 2024-01-18T08:12:35.965251+0000 mgr.smithi112.xshois (mgr.14182) 777 : cluster [DBG] pgmap v549: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:12:38.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:37 smithi112 bash[16324]: cluster 2024-01-18T08:12:35.965251+0000 mgr.smithi112.xshois (mgr.14182) 777 : cluster [DBG] pgmap v549: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:12:38.818 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:12:38.818 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:10:31.686948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ronlgo on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:11:35.927832Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.joxqtf on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-joxqtf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-joxqtf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.joxqtf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.joxqtf\nDeploy daemon haproxy.nfs.foo.smithi131.joxqtf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:11:39.914724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.setjhu on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-setjhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-setjhu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.setjhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.setjhu\nDeploy daemon haproxy.nfs.foo.smithi112.setjhu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:11:39.918139Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.xpxihm on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:11:39.921070Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.eeiqrr on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:12:39.437 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:12:39.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:39 smithi112 bash[16324]: cluster 2024-01-18T08:12:37.966829+0000 mgr.smithi112.xshois (mgr.14182) 778 : cluster [DBG] pgmap v550: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:12:39.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:39 smithi112 bash[16324]: audit 2024-01-18T08:12:38.809814+0000 mgr.smithi112.xshois (mgr.14182) 779 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:12:39.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:39 smithi131 bash[19154]: cluster 2024-01-18T08:12:37.966829+0000 mgr.smithi112.xshois (mgr.14182) 778 : cluster [DBG] pgmap v550: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:12:39.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:39 smithi131 bash[19154]: audit 2024-01-18T08:12:38.809814+0000 mgr.smithi112.xshois (mgr.14182) 779 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:12:40.438 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:12:40.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:40 smithi112 bash[16324]: audit 2024-01-18T08:12:39.925275+0000 mon.smithi112 (mon.0) 861 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:12:40.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:40 smithi112 bash[16324]: audit 2024-01-18T08:12:40.236552+0000 mon.smithi112 (mon.0) 862 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:12:40.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:40 smithi112 bash[16324]: audit 2024-01-18T08:12:40.238309+0000 mon.smithi112 (mon.0) 863 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:12:40.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:40 smithi112 bash[16324]: audit 2024-01-18T08:12:40.247287+0000 mon.smithi112 (mon.0) 864 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:12:40.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:40 smithi112 bash[16324]: audit 2024-01-18T08:12:40.253201+0000 mon.smithi112 (mon.0) 865 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:12:40.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:40 smithi112 bash[16324]: audit 2024-01-18T08:12:40.267167+0000 mon.smithi112 (mon.0) 866 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:12:40.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:40 smithi131 bash[19154]: audit 2024-01-18T08:12:39.925275+0000 mon.smithi112 (mon.0) 861 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:12:40.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:40 smithi131 bash[19154]: audit 2024-01-18T08:12:40.236552+0000 mon.smithi112 (mon.0) 862 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:12:40.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:40 smithi131 bash[19154]: audit 2024-01-18T08:12:40.238309+0000 mon.smithi112 (mon.0) 863 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:12:40.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:40 smithi131 bash[19154]: audit 2024-01-18T08:12:40.247287+0000 mon.smithi112 (mon.0) 864 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:12:40.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:40 smithi131 bash[19154]: audit 2024-01-18T08:12:40.253201+0000 mon.smithi112 (mon.0) 865 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:12:40.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:40 smithi131 bash[19154]: audit 2024-01-18T08:12:40.267167+0000 mon.smithi112 (mon.0) 866 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:12:41.811 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:41 smithi112 bash[16324]: cluster 2024-01-18T08:12:39.968419+0000 mgr.smithi112.xshois (mgr.14182) 780 : cluster [DBG] pgmap v551: 225 pgs: 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-18T08:12:41.811 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:41 smithi112 bash[16324]: cluster 2024-01-18T08:12:40.248092+0000 mgr.smithi112.xshois (mgr.14182) 781 : cluster [DBG] pgmap v552: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T08:12:41.811 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:41 smithi112 bash[16324]: cephadm 2024-01-18T08:12:40.270050+0000 mgr.smithi112.xshois (mgr.14182) 782 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi131.ymzniq on smithi131 2024-01-18T08:12:41.811 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:41 smithi112 bash[16324]: cluster 2024-01-18T08:12:40.568627+0000 mon.smithi112 (mon.0) 867 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:12:41.811 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:41 smithi112 bash[16324]: cluster 2024-01-18T08:12:40.568690+0000 mon.smithi112 (mon.0) 868 : cluster [INF] Cluster is now healthy 2024-01-18T08:12:41.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:41 smithi131 bash[19154]: cluster 2024-01-18T08:12:39.968419+0000 mgr.smithi112.xshois (mgr.14182) 780 : cluster [DBG] pgmap v551: 225 pgs: 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-18T08:12:41.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:41 smithi131 bash[19154]: cluster 2024-01-18T08:12:40.248092+0000 mgr.smithi112.xshois (mgr.14182) 781 : cluster [DBG] pgmap v552: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T08:12:41.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:41 smithi131 bash[19154]: cephadm 2024-01-18T08:12:40.270050+0000 mgr.smithi112.xshois (mgr.14182) 782 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi131.ymzniq on smithi131 2024-01-18T08:12:41.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:41 smithi131 bash[19154]: cluster 2024-01-18T08:12:40.568627+0000 mon.smithi112 (mon.0) 867 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:12:41.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:41 smithi131 bash[19154]: cluster 2024-01-18T08:12:40.568690+0000 mon.smithi112 (mon.0) 868 : cluster [INF] Cluster is now healthy 2024-01-18T08:12:43.740 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:12:43.740 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:10:31.686948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ronlgo on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:11:35.927832Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.joxqtf on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-joxqtf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-joxqtf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.joxqtf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.joxqtf\nDeploy daemon haproxy.nfs.foo.smithi131.joxqtf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:11:39.914724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.setjhu on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-setjhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-setjhu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.setjhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.setjhu\nDeploy daemon haproxy.nfs.foo.smithi112.setjhu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:11:39.918139Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.xpxihm on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:11:39.921070Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.eeiqrr on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:12:43.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:43 smithi131 bash[19154]: cluster 2024-01-18T08:12:42.249540+0000 mgr.smithi112.xshois (mgr.14182) 783 : cluster [DBG] pgmap v553: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T08:12:44.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:43 smithi112 bash[16324]: cluster 2024-01-18T08:12:42.249540+0000 mgr.smithi112.xshois (mgr.14182) 783 : cluster [DBG] pgmap v553: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T08:12:44.330 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:12:44.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:44 smithi131 bash[19154]: audit 2024-01-18T08:12:43.736216+0000 mgr.smithi112.xshois (mgr.14182) 784 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:12:44.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:44 smithi131 bash[19154]: audit 2024-01-18T08:12:44.144828+0000 mon.smithi112 (mon.0) 869 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi131.ymzniq"}]: dispatch 2024-01-18T08:12:45.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:44 smithi112 bash[16324]: audit 2024-01-18T08:12:43.736216+0000 mgr.smithi112.xshois (mgr.14182) 784 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:12:45.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:44 smithi112 bash[16324]: audit 2024-01-18T08:12:44.144828+0000 mon.smithi112 (mon.0) 869 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi131.ymzniq"}]: dispatch 2024-01-18T08:12:45.331 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:12:45.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:45 smithi131 bash[19154]: cephadm 2024-01-18T08:12:44.143760+0000 mgr.smithi112.xshois (mgr.14182) 785 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ymzniq 2024-01-18T08:12:45.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:45 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:12:45.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:45 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ymzniq 2024-01-18T08:12:45.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:45 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ymzniq 2024-01-18T08:12:45.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:45 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:12:45.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:45 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ymzniq 2024-01-18T08:12:45.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:45 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.ymzniq ... 2024-01-18T08:12:45.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:45 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:12:45.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:45 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:12:45.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:45 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:12:45.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:45 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:12:45.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:45 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:12:45.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:45 smithi131 bash[19154]: Traceback (most recent call last): 2024-01-18T08:12:45.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:45 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:12:45.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:45 smithi131 bash[19154]: yield (conn, connr) 2024-01-18T08:12:45.925 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:45 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:12:45.925 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:45 smithi131 bash[19154]: code, '\n'.join(err))) 2024-01-18T08:12:45.925 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:45 smithi131 bash[19154]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ymzniq 2024-01-18T08:12:45.925 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:45 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:12:45.925 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:45 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ymzniq 2024-01-18T08:12:45.925 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:45 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ymzniq 2024-01-18T08:12:45.925 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:45 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:12:45.925 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:45 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ymzniq 2024-01-18T08:12:45.925 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:45 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.ymzniq ... 2024-01-18T08:12:45.925 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:45 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:12:45.925 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:45 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:12:45.925 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:45 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:12:45.925 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:45 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:12:45.925 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:45 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:12:45.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:45 smithi131 bash[19154]: cephadm 2024-01-18T08:12:44.144162+0000 mgr.smithi112.xshois (mgr.14182) 786 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi131.ymzniq 2024-01-18T08:12:45.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:45 smithi131 bash[19154]: cephadm 2024-01-18T08:12:44.146402+0000 mgr.smithi112.xshois (mgr.14182) 787 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi131.ymzniq on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ymzniq 2024-01-18T08:12:45.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:45 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:12:45.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:45 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ymzniq 2024-01-18T08:12:45.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:45 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ymzniq 2024-01-18T08:12:45.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:45 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:12:45.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:45 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ymzniq 2024-01-18T08:12:45.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:45 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.ymzniq ... 2024-01-18T08:12:45.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:45 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:12:45.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:45 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:12:45.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:45 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:12:45.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:45 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:12:45.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:45 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:12:45.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:45 smithi131 bash[19154]: cephadm 2024-01-18T08:12:44.149956+0000 mgr.smithi112.xshois (mgr.14182) 788 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi112.qnevua on smithi112 2024-01-18T08:12:45.927 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:45 smithi131 bash[19154]: cluster 2024-01-18T08:12:44.251018+0000 mgr.smithi112.xshois (mgr.14182) 789 : cluster [DBG] pgmap v554: 225 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-18T08:12:46.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:45 smithi112 bash[16324]: cephadm 2024-01-18T08:12:44.143760+0000 mgr.smithi112.xshois (mgr.14182) 785 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ymzniq 2024-01-18T08:12:46.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:45 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:12:46.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:45 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ymzniq 2024-01-18T08:12:46.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:45 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ymzniq 2024-01-18T08:12:46.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:45 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:12:46.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:45 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ymzniq 2024-01-18T08:12:46.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:45 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.ymzniq ... 2024-01-18T08:12:46.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:45 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:12:46.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:45 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:12:46.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:45 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:12:46.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:45 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:12:46.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:45 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:12:46.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:45 smithi112 bash[16324]: Traceback (most recent call last): 2024-01-18T08:12:46.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:45 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:12:46.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:45 smithi112 bash[16324]: yield (conn, connr) 2024-01-18T08:12:46.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:45 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:12:46.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:45 smithi112 bash[16324]: code, '\n'.join(err))) 2024-01-18T08:12:46.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:45 smithi112 bash[16324]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ymzniq 2024-01-18T08:12:46.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:45 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:12:46.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:45 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ymzniq 2024-01-18T08:12:46.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:45 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ymzniq 2024-01-18T08:12:46.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:45 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:12:46.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:45 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ymzniq 2024-01-18T08:12:46.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:45 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.ymzniq ... 2024-01-18T08:12:46.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:45 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:12:46.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:45 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:12:46.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:45 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:12:46.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:45 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:12:46.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:45 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:12:46.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:45 smithi112 bash[16324]: cephadm 2024-01-18T08:12:44.144162+0000 mgr.smithi112.xshois (mgr.14182) 786 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi131.ymzniq 2024-01-18T08:12:46.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:45 smithi112 bash[16324]: cephadm 2024-01-18T08:12:44.146402+0000 mgr.smithi112.xshois (mgr.14182) 787 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi131.ymzniq on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ymzniq 2024-01-18T08:12:46.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:45 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:12:46.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:45 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ymzniq 2024-01-18T08:12:46.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:45 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ymzniq 2024-01-18T08:12:46.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:45 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:12:46.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:45 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ymzniq 2024-01-18T08:12:46.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:45 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.ymzniq ... 2024-01-18T08:12:46.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:45 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:12:46.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:45 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:12:46.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:45 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:12:46.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:45 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:12:46.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:45 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:12:46.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:45 smithi112 bash[16324]: cephadm 2024-01-18T08:12:44.149956+0000 mgr.smithi112.xshois (mgr.14182) 788 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi112.qnevua on smithi112 2024-01-18T08:12:46.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:45 smithi112 bash[16324]: cluster 2024-01-18T08:12:44.251018+0000 mgr.smithi112.xshois (mgr.14182) 789 : cluster [DBG] pgmap v554: 225 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-18T08:12:47.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:47 smithi131 bash[19154]: cluster 2024-01-18T08:12:46.252442+0000 mgr.smithi112.xshois (mgr.14182) 790 : cluster [DBG] pgmap v555: 225 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-18T08:12:48.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:47 smithi112 bash[16324]: cluster 2024-01-18T08:12:46.252442+0000 mgr.smithi112.xshois (mgr.14182) 790 : cluster [DBG] pgmap v555: 225 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-18T08:12:48.843 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:12:48.844 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:11:39.921070Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.eeiqrr on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:12:44.146205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.ymzniq on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ymzniq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ymzniq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ymzniq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ymzniq\nDeploy daemon haproxy.nfs.foo.smithi131.ymzniq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:12:48.274202Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.qnevua on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qnevua\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qnevua\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qnevua\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qnevua\nDeploy daemon haproxy.nfs.foo.smithi112.qnevua ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:12:48.276048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.svxmdb on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:12:48.277577Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.dcqwmh on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:12:48.907 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:48 smithi112 bash[16324]: audit 2024-01-18T08:12:48.273291+0000 mon.smithi112 (mon.0) 870 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi112.qnevua"}]: dispatch 2024-01-18T08:12:48.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:48 smithi131 bash[19154]: audit 2024-01-18T08:12:48.273291+0000 mon.smithi112 (mon.0) 870 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi112.qnevua"}]: dispatch 2024-01-18T08:12:49.514 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:12:49.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:49 smithi112 bash[16324]: cluster 2024-01-18T08:12:48.253882+0000 mgr.smithi112.xshois (mgr.14182) 791 : cluster [DBG] pgmap v556: 225 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-18T08:12:49.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:49 smithi112 bash[16324]: cephadm 2024-01-18T08:12:48.272576+0000 mgr.smithi112.xshois (mgr.14182) 792 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qnevua 2024-01-18T08:12:49.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:49 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:12:49.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:49 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qnevua 2024-01-18T08:12:49.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:49 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qnevua 2024-01-18T08:12:49.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:49 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:12:49.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:49 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qnevua 2024-01-18T08:12:49.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:49 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.qnevua ... 2024-01-18T08:12:49.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:49 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:12:49.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:49 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:12:49.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:49 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:12:49.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:49 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:12:49.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:49 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:12:49.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:49 smithi112 bash[16324]: Traceback (most recent call last): 2024-01-18T08:12:49.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:49 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:12:49.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:49 smithi112 bash[16324]: yield (conn, connr) 2024-01-18T08:12:49.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:49 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:12:49.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:49 smithi112 bash[16324]: code, '\n'.join(err))) 2024-01-18T08:12:49.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:49 smithi112 bash[16324]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qnevua 2024-01-18T08:12:49.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:49 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:12:49.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:49 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qnevua 2024-01-18T08:12:49.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:49 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qnevua 2024-01-18T08:12:49.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:49 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:12:49.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:49 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qnevua 2024-01-18T08:12:49.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:49 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.qnevua ... 2024-01-18T08:12:49.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:49 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:12:49.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:49 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:12:49.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:49 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:12:49.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:49 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:12:49.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:49 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:12:49.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:49 smithi112 bash[16324]: cephadm 2024-01-18T08:12:48.272833+0000 mgr.smithi112.xshois (mgr.14182) 793 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi112.qnevua 2024-01-18T08:12:49.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:49 smithi112 bash[16324]: cephadm 2024-01-18T08:12:48.274306+0000 mgr.smithi112.xshois (mgr.14182) 794 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi112.qnevua on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qnevua 2024-01-18T08:12:49.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:49 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:12:49.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:49 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qnevua 2024-01-18T08:12:49.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:49 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qnevua 2024-01-18T08:12:49.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:49 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:12:49.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:49 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qnevua 2024-01-18T08:12:49.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:49 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.qnevua ... 2024-01-18T08:12:49.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:49 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:12:49.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:49 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:12:49.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:49 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:12:49.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:49 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:12:49.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:49 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:12:49.786 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:49 smithi112 bash[16324]: cephadm 2024-01-18T08:12:48.276152+0000 mgr.smithi112.xshois (mgr.14182) 795 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi131.svxmdb on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:12:49.786 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:49 smithi112 bash[16324]: cephadm 2024-01-18T08:12:48.277673+0000 mgr.smithi112.xshois (mgr.14182) 796 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi112.dcqwmh on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:12:49.786 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:49 smithi112 bash[16324]: cluster 2024-01-18T08:12:48.278835+0000 mgr.smithi112.xshois (mgr.14182) 797 : cluster [DBG] pgmap v557: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:12:49.786 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:49 smithi112 bash[16324]: cluster 2024-01-18T08:12:48.605955+0000 mon.smithi112 (mon.0) 871 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:12:49.786 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:49 smithi112 bash[16324]: audit 2024-01-18T08:12:48.831650+0000 mgr.smithi112.xshois (mgr.14182) 798 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:12:49.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:49 smithi131 bash[19154]: cluster 2024-01-18T08:12:48.253882+0000 mgr.smithi112.xshois (mgr.14182) 791 : cluster [DBG] pgmap v556: 225 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-18T08:12:49.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:49 smithi131 bash[19154]: cephadm 2024-01-18T08:12:48.272576+0000 mgr.smithi112.xshois (mgr.14182) 792 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qnevua 2024-01-18T08:12:49.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:49 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:12:49.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:49 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qnevua 2024-01-18T08:12:49.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:49 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qnevua 2024-01-18T08:12:49.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:49 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:12:49.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:49 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qnevua 2024-01-18T08:12:49.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:49 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.qnevua ... 2024-01-18T08:12:49.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:49 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:12:49.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:49 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:12:49.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:49 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:12:49.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:49 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:12:49.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:49 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:12:49.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:49 smithi131 bash[19154]: Traceback (most recent call last): 2024-01-18T08:12:49.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:49 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:12:49.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:49 smithi131 bash[19154]: yield (conn, connr) 2024-01-18T08:12:49.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:49 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:12:49.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:49 smithi131 bash[19154]: code, '\n'.join(err))) 2024-01-18T08:12:49.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:49 smithi131 bash[19154]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qnevua 2024-01-18T08:12:49.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:49 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:12:49.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:49 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qnevua 2024-01-18T08:12:49.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:49 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qnevua 2024-01-18T08:12:49.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:49 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:12:49.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:49 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qnevua 2024-01-18T08:12:49.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:49 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.qnevua ... 2024-01-18T08:12:49.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:49 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:12:49.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:49 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:12:49.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:49 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:12:49.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:49 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:12:49.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:49 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:12:49.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:49 smithi131 bash[19154]: cephadm 2024-01-18T08:12:48.272833+0000 mgr.smithi112.xshois (mgr.14182) 793 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi112.qnevua 2024-01-18T08:12:49.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:49 smithi131 bash[19154]: cephadm 2024-01-18T08:12:48.274306+0000 mgr.smithi112.xshois (mgr.14182) 794 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi112.qnevua on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qnevua 2024-01-18T08:12:49.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:49 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:12:49.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:49 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qnevua 2024-01-18T08:12:49.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:49 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qnevua 2024-01-18T08:12:49.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:49 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:12:49.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:49 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qnevua 2024-01-18T08:12:49.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:49 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.qnevua ... 2024-01-18T08:12:49.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:49 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:12:49.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:49 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:12:49.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:49 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:12:49.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:49 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:12:49.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:49 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:12:49.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:49 smithi131 bash[19154]: cephadm 2024-01-18T08:12:48.276152+0000 mgr.smithi112.xshois (mgr.14182) 795 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi131.svxmdb on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:12:49.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:49 smithi131 bash[19154]: cephadm 2024-01-18T08:12:48.277673+0000 mgr.smithi112.xshois (mgr.14182) 796 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi112.dcqwmh on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:12:49.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:49 smithi131 bash[19154]: cluster 2024-01-18T08:12:48.278835+0000 mgr.smithi112.xshois (mgr.14182) 797 : cluster [DBG] pgmap v557: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:12:49.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:49 smithi131 bash[19154]: cluster 2024-01-18T08:12:48.605955+0000 mon.smithi112 (mon.0) 871 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:12:49.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:49 smithi131 bash[19154]: audit 2024-01-18T08:12:48.831650+0000 mgr.smithi112.xshois (mgr.14182) 798 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:12:50.515 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:12:51.916 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:51 smithi112 bash[16324]: cluster 2024-01-18T08:12:50.280416+0000 mgr.smithi112.xshois (mgr.14182) 799 : cluster [DBG] pgmap v558: 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-18T08:12:51.917 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:51 smithi112 bash[16324]: audit 2024-01-18T08:12:51.205680+0000 mon.smithi112 (mon.0) 872 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:12:51.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:51 smithi131 bash[19154]: cluster 2024-01-18T08:12:50.280416+0000 mgr.smithi112.xshois (mgr.14182) 799 : cluster [DBG] pgmap v558: 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-18T08:12:51.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:51 smithi131 bash[19154]: audit 2024-01-18T08:12:51.205680+0000 mon.smithi112 (mon.0) 872 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:12:53.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:53 smithi112 bash[16324]: cluster 2024-01-18T08:12:52.282305+0000 mgr.smithi112.xshois (mgr.14182) 800 : cluster [DBG] pgmap v559: 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-18T08:12:53.848 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:12:53.848 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:11:39.921070Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.eeiqrr on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:12:44.146205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.ymzniq on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ymzniq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ymzniq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ymzniq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ymzniq\nDeploy daemon haproxy.nfs.foo.smithi131.ymzniq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:12:48.274202Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.qnevua on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qnevua\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qnevua\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qnevua\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qnevua\nDeploy daemon haproxy.nfs.foo.smithi112.qnevua ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:12:48.276048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.svxmdb on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:12:48.277577Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.dcqwmh on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:12:53.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:53 smithi131 bash[19154]: cluster 2024-01-18T08:12:52.282305+0000 mgr.smithi112.xshois (mgr.14182) 800 : cluster [DBG] pgmap v559: 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-18T08:12:54.465 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:12:54.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:54 smithi112 bash[16324]: audit 2024-01-18T08:12:53.839845+0000 mgr.smithi112.xshois (mgr.14182) 801 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:12:54.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:54 smithi131 bash[19154]: audit 2024-01-18T08:12:53.839845+0000 mgr.smithi112.xshois (mgr.14182) 801 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:12:55.466 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:12:55.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:55 smithi112 bash[16324]: cluster 2024-01-18T08:12:54.284041+0000 mgr.smithi112.xshois (mgr.14182) 802 : cluster [DBG] pgmap v560: 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-18T08:12:55.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:55 smithi131 bash[19154]: cluster 2024-01-18T08:12:54.284041+0000 mgr.smithi112.xshois (mgr.14182) 802 : cluster [DBG] pgmap v560: 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-18T08:12:57.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:57 smithi131 bash[19154]: cluster 2024-01-18T08:12:56.285651+0000 mgr.smithi112.xshois (mgr.14182) 803 : cluster [DBG] pgmap v561: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 30 op/s 2024-01-18T08:12:58.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:57 smithi112 bash[16324]: cluster 2024-01-18T08:12:56.285651+0000 mgr.smithi112.xshois (mgr.14182) 803 : cluster [DBG] pgmap v561: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 30 op/s 2024-01-18T08:12:58.930 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:12:58.931 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:11:39.921070Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.eeiqrr on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:12:44.146205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.ymzniq on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ymzniq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ymzniq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ymzniq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ymzniq\nDeploy daemon haproxy.nfs.foo.smithi131.ymzniq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:12:48.274202Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.qnevua on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qnevua\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qnevua\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qnevua\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qnevua\nDeploy daemon haproxy.nfs.foo.smithi112.qnevua ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:12:48.276048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.svxmdb on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:12:48.277577Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.dcqwmh on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:12:59.565 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:12:59.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:59 smithi131 bash[19154]: cluster 2024-01-18T08:12:58.287218+0000 mgr.smithi112.xshois (mgr.14182) 804 : cluster [DBG] pgmap v562: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 29 KiB/s rd, 0 B/s wr, 47 op/s 2024-01-18T08:12:59.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:12:59 smithi131 bash[19154]: audit 2024-01-18T08:12:58.921253+0000 mgr.smithi112.xshois (mgr.14182) 805 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:13:00.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:59 smithi112 bash[16324]: cluster 2024-01-18T08:12:58.287218+0000 mgr.smithi112.xshois (mgr.14182) 804 : cluster [DBG] pgmap v562: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 29 KiB/s rd, 0 B/s wr, 47 op/s 2024-01-18T08:13:00.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:12:59 smithi112 bash[16324]: audit 2024-01-18T08:12:58.921253+0000 mgr.smithi112.xshois (mgr.14182) 805 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:13:00.565 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:13:01.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:01 smithi131 bash[19154]: cluster 2024-01-18T08:13:00.288913+0000 mgr.smithi112.xshois (mgr.14182) 806 : cluster [DBG] pgmap v563: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 60 op/s 2024-01-18T08:13:01.956 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:01 smithi112 bash[16324]: cluster 2024-01-18T08:13:00.288913+0000 mgr.smithi112.xshois (mgr.14182) 806 : cluster [DBG] pgmap v563: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 60 op/s 2024-01-18T08:13:03.781 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:03 smithi112 bash[16324]: cluster 2024-01-18T08:13:02.290902+0000 mgr.smithi112.xshois (mgr.14182) 807 : cluster [DBG] pgmap v564: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 60 op/s 2024-01-18T08:13:03.905 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:13:03.906 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:11:39.921070Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.eeiqrr on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:12:44.146205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.ymzniq on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ymzniq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ymzniq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ymzniq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ymzniq\nDeploy daemon haproxy.nfs.foo.smithi131.ymzniq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:12:48.274202Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.qnevua on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qnevua\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qnevua\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qnevua\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qnevua\nDeploy daemon haproxy.nfs.foo.smithi112.qnevua ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:12:48.276048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.svxmdb on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:12:48.277577Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.dcqwmh on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:13:03.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:03 smithi131 bash[19154]: cluster 2024-01-18T08:13:02.290902+0000 mgr.smithi112.xshois (mgr.14182) 807 : cluster [DBG] pgmap v564: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 60 op/s 2024-01-18T08:13:04.577 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:13:05.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:04 smithi112 bash[16324]: audit 2024-01-18T08:13:03.893896+0000 mgr.smithi112.xshois (mgr.14182) 808 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:13:05.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:04 smithi131 bash[19154]: audit 2024-01-18T08:13:03.893896+0000 mgr.smithi112.xshois (mgr.14182) 808 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:13:05.578 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:13:06.031 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:05 smithi112 bash[16324]: cluster 2024-01-18T08:13:04.292533+0000 mgr.smithi112.xshois (mgr.14182) 809 : cluster [DBG] pgmap v565: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 60 op/s 2024-01-18T08:13:06.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:05 smithi131 bash[19154]: cluster 2024-01-18T08:13:04.292533+0000 mgr.smithi112.xshois (mgr.14182) 809 : cluster [DBG] pgmap v565: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 60 op/s 2024-01-18T08:13:08.051 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:07 smithi112 bash[16324]: cluster 2024-01-18T08:13:06.294152+0000 mgr.smithi112.xshois (mgr.14182) 810 : cluster [DBG] pgmap v566: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 60 op/s 2024-01-18T08:13:08.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:07 smithi131 bash[19154]: cluster 2024-01-18T08:13:06.294152+0000 mgr.smithi112.xshois (mgr.14182) 810 : cluster [DBG] pgmap v566: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 60 op/s 2024-01-18T08:13:08.913 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:13:08.913 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:11:39.921070Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.eeiqrr on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:12:44.146205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.ymzniq on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ymzniq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ymzniq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ymzniq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ymzniq\nDeploy daemon haproxy.nfs.foo.smithi131.ymzniq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:12:48.274202Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.qnevua on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qnevua\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qnevua\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qnevua\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qnevua\nDeploy daemon haproxy.nfs.foo.smithi112.qnevua ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:12:48.276048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.svxmdb on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:12:48.277577Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.dcqwmh on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:13:09.563 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:13:10.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:09 smithi112 bash[16324]: cluster 2024-01-18T08:13:08.295801+0000 mgr.smithi112.xshois (mgr.14182) 811 : cluster [DBG] pgmap v567: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 0 B/s wr, 34 op/s 2024-01-18T08:13:10.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:09 smithi112 bash[16324]: audit 2024-01-18T08:13:08.902863+0000 mgr.smithi112.xshois (mgr.14182) 812 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:13:10.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:09 smithi131 bash[19154]: cluster 2024-01-18T08:13:08.295801+0000 mgr.smithi112.xshois (mgr.14182) 811 : cluster [DBG] pgmap v567: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 0 B/s wr, 34 op/s 2024-01-18T08:13:10.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:09 smithi131 bash[19154]: audit 2024-01-18T08:13:08.902863+0000 mgr.smithi112.xshois (mgr.14182) 812 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:13:10.564 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:13:12.012 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:11 smithi112 bash[16324]: cluster 2024-01-18T08:13:10.297391+0000 mgr.smithi112.xshois (mgr.14182) 813 : cluster [DBG] pgmap v568: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 0 B/s wr, 20 op/s 2024-01-18T08:13:12.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:11 smithi131 bash[19154]: cluster 2024-01-18T08:13:10.297391+0000 mgr.smithi112.xshois (mgr.14182) 813 : cluster [DBG] pgmap v568: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 0 B/s wr, 20 op/s 2024-01-18T08:13:13.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:13 smithi112 bash[16324]: cluster 2024-01-18T08:13:12.299324+0000 mgr.smithi112.xshois (mgr.14182) 814 : cluster [DBG] pgmap v569: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:13:13.918 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:13:13.918 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:11:39.921070Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.eeiqrr on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:12:44.146205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.ymzniq on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ymzniq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ymzniq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ymzniq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ymzniq\nDeploy daemon haproxy.nfs.foo.smithi131.ymzniq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:12:48.274202Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.qnevua on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qnevua\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qnevua\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qnevua\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qnevua\nDeploy daemon haproxy.nfs.foo.smithi112.qnevua ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:12:48.276048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.svxmdb on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:12:48.277577Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.dcqwmh on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:13:14.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:13 smithi131 bash[19154]: cluster 2024-01-18T08:13:12.299324+0000 mgr.smithi112.xshois (mgr.14182) 814 : cluster [DBG] pgmap v569: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:13:14.569 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:13:15.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:14 smithi112 bash[16324]: audit 2024-01-18T08:13:13.914170+0000 mgr.smithi112.xshois (mgr.14182) 815 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:13:15.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:14 smithi131 bash[19154]: audit 2024-01-18T08:13:13.914170+0000 mgr.smithi112.xshois (mgr.14182) 815 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:13:15.571 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:13:16.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:15 smithi112 bash[16324]: cluster 2024-01-18T08:13:14.301026+0000 mgr.smithi112.xshois (mgr.14182) 816 : cluster [DBG] pgmap v570: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:13:16.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:15 smithi131 bash[19154]: cluster 2024-01-18T08:13:14.301026+0000 mgr.smithi112.xshois (mgr.14182) 816 : cluster [DBG] pgmap v570: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:13:18.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:17 smithi112 bash[16324]: cluster 2024-01-18T08:13:16.302691+0000 mgr.smithi112.xshois (mgr.14182) 817 : cluster [DBG] pgmap v571: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:13:18.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:17 smithi131 bash[19154]: cluster 2024-01-18T08:13:16.302691+0000 mgr.smithi112.xshois (mgr.14182) 817 : cluster [DBG] pgmap v571: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:13:18.785 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:13:18.785 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:11:39.921070Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.eeiqrr on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:12:44.146205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.ymzniq on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ymzniq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ymzniq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ymzniq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ymzniq\nDeploy daemon haproxy.nfs.foo.smithi131.ymzniq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:12:48.274202Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.qnevua on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qnevua\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qnevua\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qnevua\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qnevua\nDeploy daemon haproxy.nfs.foo.smithi112.qnevua ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:12:48.276048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.svxmdb on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:12:48.277577Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.dcqwmh on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:13:19.390 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:13:20.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:19 smithi112 bash[16324]: cluster 2024-01-18T08:13:18.304286+0000 mgr.smithi112.xshois (mgr.14182) 818 : cluster [DBG] pgmap v572: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:13:20.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:19 smithi112 bash[16324]: audit 2024-01-18T08:13:18.773574+0000 mgr.smithi112.xshois (mgr.14182) 819 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:13:20.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:19 smithi131 bash[19154]: cluster 2024-01-18T08:13:18.304286+0000 mgr.smithi112.xshois (mgr.14182) 818 : cluster [DBG] pgmap v572: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:13:20.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:19 smithi131 bash[19154]: audit 2024-01-18T08:13:18.773574+0000 mgr.smithi112.xshois (mgr.14182) 819 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:13:20.391 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:13:21.817 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:21 smithi112 bash[16324]: cluster 2024-01-18T08:13:20.305969+0000 mgr.smithi112.xshois (mgr.14182) 820 : cluster [DBG] pgmap v573: 225 pgs: 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-18T08:13:22.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:21 smithi131 bash[19154]: cluster 2024-01-18T08:13:20.305969+0000 mgr.smithi112.xshois (mgr.14182) 820 : cluster [DBG] pgmap v573: 225 pgs: 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-18T08:13:23.694 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:13:23.694 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:11:39.921070Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.eeiqrr on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:12:44.146205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.ymzniq on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ymzniq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ymzniq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ymzniq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ymzniq\nDeploy daemon haproxy.nfs.foo.smithi131.ymzniq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:12:48.274202Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.qnevua on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qnevua\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qnevua\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qnevua\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qnevua\nDeploy daemon haproxy.nfs.foo.smithi112.qnevua ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:12:48.276048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.svxmdb on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:12:48.277577Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.dcqwmh on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:13:24.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:23 smithi112 bash[16324]: cluster 2024-01-18T08:13:22.307848+0000 mgr.smithi112.xshois (mgr.14182) 821 : cluster [DBG] pgmap v574: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:13:24.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:23 smithi131 bash[19154]: cluster 2024-01-18T08:13:22.307848+0000 mgr.smithi112.xshois (mgr.14182) 821 : cluster [DBG] pgmap v574: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:13:24.354 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:13:25.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:24 smithi112 bash[16324]: audit 2024-01-18T08:13:23.690085+0000 mgr.smithi112.xshois (mgr.14182) 822 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:13:25.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:24 smithi131 bash[19154]: audit 2024-01-18T08:13:23.690085+0000 mgr.smithi112.xshois (mgr.14182) 822 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:13:25.355 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:13:26.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:25 smithi112 bash[16324]: cluster 2024-01-18T08:13:24.309367+0000 mgr.smithi112.xshois (mgr.14182) 823 : cluster [DBG] pgmap v575: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:13:26.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:25 smithi131 bash[19154]: cluster 2024-01-18T08:13:24.309367+0000 mgr.smithi112.xshois (mgr.14182) 823 : cluster [DBG] pgmap v575: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:13:28.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:27 smithi112 bash[16324]: cluster 2024-01-18T08:13:26.310972+0000 mgr.smithi112.xshois (mgr.14182) 824 : cluster [DBG] pgmap v576: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:13:28.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:27 smithi131 bash[19154]: cluster 2024-01-18T08:13:26.310972+0000 mgr.smithi112.xshois (mgr.14182) 824 : cluster [DBG] pgmap v576: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:13:28.628 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:13:28.628 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:11:39.921070Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.eeiqrr on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:12:44.146205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.ymzniq on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ymzniq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ymzniq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ymzniq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ymzniq\nDeploy daemon haproxy.nfs.foo.smithi131.ymzniq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:12:48.274202Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.qnevua on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qnevua\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qnevua\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qnevua\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qnevua\nDeploy daemon haproxy.nfs.foo.smithi112.qnevua ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:12:48.276048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.svxmdb on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:12:48.277577Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.dcqwmh on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:13:29.251 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:13:30.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:29 smithi112 bash[16324]: cluster 2024-01-18T08:13:28.311913+0000 mgr.smithi112.xshois (mgr.14182) 825 : cluster [DBG] pgmap v577: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:13:30.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:29 smithi112 bash[16324]: audit 2024-01-18T08:13:28.617192+0000 mgr.smithi112.xshois (mgr.14182) 826 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:13:30.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:29 smithi131 bash[19154]: cluster 2024-01-18T08:13:28.311913+0000 mgr.smithi112.xshois (mgr.14182) 825 : cluster [DBG] pgmap v577: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:13:30.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:29 smithi131 bash[19154]: audit 2024-01-18T08:13:28.617192+0000 mgr.smithi112.xshois (mgr.14182) 826 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:13:30.251 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:13:32.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:31 smithi112 bash[16324]: cluster 2024-01-18T08:13:30.313597+0000 mgr.smithi112.xshois (mgr.14182) 827 : cluster [DBG] pgmap v578: 225 pgs: 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-18T08:13:32.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:31 smithi131 bash[19154]: cluster 2024-01-18T08:13:30.313597+0000 mgr.smithi112.xshois (mgr.14182) 827 : cluster [DBG] pgmap v578: 225 pgs: 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-18T08:13:33.503 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:13:33.503 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:11:39.921070Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.eeiqrr on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:12:44.146205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.ymzniq on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ymzniq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ymzniq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ymzniq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ymzniq\nDeploy daemon haproxy.nfs.foo.smithi131.ymzniq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:12:48.274202Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.qnevua on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qnevua\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qnevua\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qnevua\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qnevua\nDeploy daemon haproxy.nfs.foo.smithi112.qnevua ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:12:48.276048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.svxmdb on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:12:48.277577Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.dcqwmh on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:13:34.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:33 smithi112 bash[16324]: cluster 2024-01-18T08:13:32.315542+0000 mgr.smithi112.xshois (mgr.14182) 828 : cluster [DBG] pgmap v579: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:13:34.141 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:13:34.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:33 smithi131 bash[19154]: cluster 2024-01-18T08:13:32.315542+0000 mgr.smithi112.xshois (mgr.14182) 828 : cluster [DBG] pgmap v579: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:13:35.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:34 smithi112 bash[16324]: audit 2024-01-18T08:13:33.494007+0000 mgr.smithi112.xshois (mgr.14182) 829 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:13:35.142 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:13:35.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:34 smithi131 bash[19154]: audit 2024-01-18T08:13:33.494007+0000 mgr.smithi112.xshois (mgr.14182) 829 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:13:36.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:35 smithi131 bash[19154]: cluster 2024-01-18T08:13:34.317033+0000 mgr.smithi112.xshois (mgr.14182) 830 : cluster [DBG] pgmap v580: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:13:36.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:35 smithi112 bash[16324]: cluster 2024-01-18T08:13:34.317033+0000 mgr.smithi112.xshois (mgr.14182) 830 : cluster [DBG] pgmap v580: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:13:38.106 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:37 smithi112 bash[16324]: cluster 2024-01-18T08:13:36.318617+0000 mgr.smithi112.xshois (mgr.14182) 831 : cluster [DBG] pgmap v581: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:13:38.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:37 smithi131 bash[19154]: cluster 2024-01-18T08:13:36.318617+0000 mgr.smithi112.xshois (mgr.14182) 831 : cluster [DBG] pgmap v581: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:13:38.456 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:13:38.457 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:11:39.921070Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.eeiqrr on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:12:44.146205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.ymzniq on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ymzniq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ymzniq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ymzniq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ymzniq\nDeploy daemon haproxy.nfs.foo.smithi131.ymzniq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:12:48.274202Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.qnevua on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qnevua\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qnevua\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qnevua\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qnevua\nDeploy daemon haproxy.nfs.foo.smithi112.qnevua ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:12:48.276048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.svxmdb on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:12:48.277577Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.dcqwmh on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:13:39.108 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:13:40.109 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:13:40.122 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:39 smithi112 bash[16324]: cluster 2024-01-18T08:13:38.320179+0000 mgr.smithi112.xshois (mgr.14182) 832 : cluster [DBG] pgmap v582: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 B/s wr, 0 op/s 2024-01-18T08:13:40.122 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:39 smithi112 bash[16324]: audit 2024-01-18T08:13:38.448069+0000 mgr.smithi112.xshois (mgr.14182) 833 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:13:40.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:39 smithi131 bash[19154]: cluster 2024-01-18T08:13:38.320179+0000 mgr.smithi112.xshois (mgr.14182) 832 : cluster [DBG] pgmap v582: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 B/s wr, 0 op/s 2024-01-18T08:13:40.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:39 smithi131 bash[19154]: audit 2024-01-18T08:13:38.448069+0000 mgr.smithi112.xshois (mgr.14182) 833 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:13:42.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:41 smithi112 bash[16324]: cluster 2024-01-18T08:13:40.322255+0000 mgr.smithi112.xshois (mgr.14182) 834 : cluster [DBG] pgmap v583: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 0 B/s wr, 3 op/s 2024-01-18T08:13:42.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:41 smithi131 bash[19154]: cluster 2024-01-18T08:13:40.322255+0000 mgr.smithi112.xshois (mgr.14182) 834 : cluster [DBG] pgmap v583: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 0 B/s wr, 3 op/s 2024-01-18T08:13:43.552 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:13:43.552 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:11:39.921070Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.eeiqrr on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:12:44.146205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.ymzniq on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ymzniq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ymzniq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ymzniq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ymzniq\nDeploy daemon haproxy.nfs.foo.smithi131.ymzniq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:12:48.274202Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.qnevua on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qnevua\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qnevua\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qnevua\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qnevua\nDeploy daemon haproxy.nfs.foo.smithi112.qnevua ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:12:48.276048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.svxmdb on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:12:48.277577Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.dcqwmh on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:13:44.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:43 smithi112 bash[16324]: cluster 2024-01-18T08:13:42.324145+0000 mgr.smithi112.xshois (mgr.14182) 835 : cluster [DBG] pgmap v584: 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-18T08:13:44.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:43 smithi131 bash[19154]: cluster 2024-01-18T08:13:42.324145+0000 mgr.smithi112.xshois (mgr.14182) 835 : cluster [DBG] pgmap v584: 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-18T08:13:44.204 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:13:45.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:44 smithi131 bash[19154]: audit 2024-01-18T08:13:43.540415+0000 mgr.smithi112.xshois (mgr.14182) 836 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:13:45.205 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:13:45.217 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:44 smithi112 bash[16324]: audit 2024-01-18T08:13:43.540415+0000 mgr.smithi112.xshois (mgr.14182) 836 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:13:46.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:45 smithi131 bash[19154]: cluster 2024-01-18T08:13:44.325720+0000 mgr.smithi112.xshois (mgr.14182) 837 : cluster [DBG] pgmap v585: 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-18T08:13:46.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:45 smithi112 bash[16324]: cluster 2024-01-18T08:13:44.325720+0000 mgr.smithi112.xshois (mgr.14182) 837 : cluster [DBG] pgmap v585: 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-18T08:13:48.132 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:47 smithi112 bash[16324]: cluster 2024-01-18T08:13:46.326828+0000 mgr.smithi112.xshois (mgr.14182) 838 : cluster [DBG] pgmap v586: 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-18T08:13:48.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:47 smithi131 bash[19154]: cluster 2024-01-18T08:13:46.326828+0000 mgr.smithi112.xshois (mgr.14182) 838 : cluster [DBG] pgmap v586: 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-18T08:13:48.586 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:13:48.586 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:11:39.921070Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.eeiqrr on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:12:44.146205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.ymzniq on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ymzniq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ymzniq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ymzniq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ymzniq\nDeploy daemon haproxy.nfs.foo.smithi131.ymzniq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:12:48.274202Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.qnevua on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qnevua\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qnevua\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qnevua\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qnevua\nDeploy daemon haproxy.nfs.foo.smithi112.qnevua ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:12:48.276048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.svxmdb on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:12:48.277577Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.dcqwmh on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:13:49.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:48 smithi112 bash[16324]: audit 2024-01-18T08:13:48.281158+0000 mon.smithi112 (mon.0) 873 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:13:49.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:48 smithi112 bash[16324]: audit 2024-01-18T08:13:48.588345+0000 mon.smithi112 (mon.0) 874 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:13:49.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:48 smithi112 bash[16324]: audit 2024-01-18T08:13:48.589556+0000 mon.smithi112 (mon.0) 875 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:13:49.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:48 smithi112 bash[16324]: audit 2024-01-18T08:13:48.596101+0000 mon.smithi112 (mon.0) 876 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:13:49.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:48 smithi112 bash[16324]: audit 2024-01-18T08:13:48.602927+0000 mon.smithi112 (mon.0) 877 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:13:49.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:48 smithi112 bash[16324]: audit 2024-01-18T08:13:48.616396+0000 mon.smithi112 (mon.0) 878 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:13:49.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:48 smithi131 bash[19154]: audit 2024-01-18T08:13:48.281158+0000 mon.smithi112 (mon.0) 873 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:13:49.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:48 smithi131 bash[19154]: audit 2024-01-18T08:13:48.588345+0000 mon.smithi112 (mon.0) 874 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:13:49.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:48 smithi131 bash[19154]: audit 2024-01-18T08:13:48.589556+0000 mon.smithi112 (mon.0) 875 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:13:49.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:48 smithi131 bash[19154]: audit 2024-01-18T08:13:48.596101+0000 mon.smithi112 (mon.0) 876 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:13:49.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:48 smithi131 bash[19154]: audit 2024-01-18T08:13:48.602927+0000 mon.smithi112 (mon.0) 877 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:13:49.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:48 smithi131 bash[19154]: audit 2024-01-18T08:13:48.616396+0000 mon.smithi112 (mon.0) 878 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:13:49.244 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:13:50.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:49 smithi131 bash[19154]: cluster 2024-01-18T08:13:48.328151+0000 mgr.smithi112.xshois (mgr.14182) 839 : cluster [DBG] pgmap v587: 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-18T08:13:50.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:49 smithi131 bash[19154]: audit 2024-01-18T08:13:48.568570+0000 mgr.smithi112.xshois (mgr.14182) 840 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:13:50.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:49 smithi131 bash[19154]: cluster 2024-01-18T08:13:48.596977+0000 mgr.smithi112.xshois (mgr.14182) 841 : cluster [DBG] pgmap v588: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.5 KiB/s rd, 0 B/s wr, 7 op/s 2024-01-18T08:13:50.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:49 smithi131 bash[19154]: cephadm 2024-01-18T08:13:48.619883+0000 mgr.smithi112.xshois (mgr.14182) 842 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi131.uiqedt on smithi131 2024-01-18T08:13:50.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:49 smithi131 bash[19154]: cluster 2024-01-18T08:13:48.829349+0000 mon.smithi112 (mon.0) 879 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:13:50.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:49 smithi131 bash[19154]: cluster 2024-01-18T08:13:48.829422+0000 mon.smithi112 (mon.0) 880 : cluster [INF] Cluster is now healthy 2024-01-18T08:13:50.244 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:13:50.257 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:49 smithi112 bash[16324]: cluster 2024-01-18T08:13:48.328151+0000 mgr.smithi112.xshois (mgr.14182) 839 : cluster [DBG] pgmap v587: 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-18T08:13:50.257 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:49 smithi112 bash[16324]: audit 2024-01-18T08:13:48.568570+0000 mgr.smithi112.xshois (mgr.14182) 840 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:13:50.257 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:49 smithi112 bash[16324]: cluster 2024-01-18T08:13:48.596977+0000 mgr.smithi112.xshois (mgr.14182) 841 : cluster [DBG] pgmap v588: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.5 KiB/s rd, 0 B/s wr, 7 op/s 2024-01-18T08:13:50.257 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:49 smithi112 bash[16324]: cephadm 2024-01-18T08:13:48.619883+0000 mgr.smithi112.xshois (mgr.14182) 842 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi131.uiqedt on smithi131 2024-01-18T08:13:50.257 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:49 smithi112 bash[16324]: cluster 2024-01-18T08:13:48.829349+0000 mon.smithi112 (mon.0) 879 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:13:50.257 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:49 smithi112 bash[16324]: cluster 2024-01-18T08:13:48.829422+0000 mon.smithi112 (mon.0) 880 : cluster [INF] Cluster is now healthy 2024-01-18T08:13:52.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:51 smithi131 bash[19154]: cluster 2024-01-18T08:13:50.598486+0000 mgr.smithi112.xshois (mgr.14182) 843 : cluster [DBG] pgmap v589: 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-18T08:13:52.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:51 smithi112 bash[16324]: cluster 2024-01-18T08:13:50.598486+0000 mgr.smithi112.xshois (mgr.14182) 843 : cluster [DBG] pgmap v589: 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-18T08:13:53.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:52 smithi112 bash[16324]: audit 2024-01-18T08:13:52.336315+0000 mon.smithi112 (mon.0) 881 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi131.uiqedt"}]: dispatch 2024-01-18T08:13:53.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:52 smithi131 bash[19154]: audit 2024-01-18T08:13:52.336315+0000 mon.smithi112 (mon.0) 881 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi131.uiqedt"}]: dispatch 2024-01-18T08:13:53.662 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:13:53.662 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:12:44.146205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.ymzniq on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ymzniq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ymzniq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ymzniq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ymzniq\nDeploy daemon haproxy.nfs.foo.smithi131.ymzniq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:12:48.274202Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.qnevua on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qnevua\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-qnevua\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qnevua\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.qnevua\nDeploy daemon haproxy.nfs.foo.smithi112.qnevua ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:12:48.276048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.svxmdb on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:12:48.277577Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.dcqwmh on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:13:52.337700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.uiqedt on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uiqedt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uiqedt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uiqedt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uiqedt\nDeploy daemon haproxy.nfs.foo.smithi131.uiqedt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -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.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:13:54.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:53 smithi112 bash[16324]: cephadm 2024-01-18T08:13:52.335121+0000 mgr.smithi112.xshois (mgr.14182) 844 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uiqedt 2024-01-18T08:13:54.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:53 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:13:54.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:53 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uiqedt 2024-01-18T08:13:54.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:53 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uiqedt 2024-01-18T08:13:54.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:53 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:13:54.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:53 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uiqedt 2024-01-18T08:13:54.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:53 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.uiqedt ... 2024-01-18T08:13:54.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:53 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:13:54.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:53 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:13:54.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:53 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:13:54.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:53 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:13:54.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:53 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:13:54.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:53 smithi112 bash[16324]: Traceback (most recent call last): 2024-01-18T08:13:54.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:53 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:13:54.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:53 smithi112 bash[16324]: yield (conn, connr) 2024-01-18T08:13:54.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:53 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:13:54.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:53 smithi112 bash[16324]: code, '\n'.join(err))) 2024-01-18T08:13:54.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:53 smithi112 bash[16324]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uiqedt 2024-01-18T08:13:54.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:53 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:13:54.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:53 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uiqedt 2024-01-18T08:13:54.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:53 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uiqedt 2024-01-18T08:13:54.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:53 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:13:54.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:53 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uiqedt 2024-01-18T08:13:54.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:53 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.uiqedt ... 2024-01-18T08:13:54.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:53 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:13:54.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:53 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:13:54.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:53 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:13:54.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:53 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:13:54.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:53 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:13:54.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:53 smithi112 bash[16324]: cephadm 2024-01-18T08:13:52.335657+0000 mgr.smithi112.xshois (mgr.14182) 845 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi131.uiqedt 2024-01-18T08:13:54.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:53 smithi112 bash[16324]: cephadm 2024-01-18T08:13:52.337932+0000 mgr.smithi112.xshois (mgr.14182) 846 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi131.uiqedt on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uiqedt 2024-01-18T08:13:54.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:53 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:13:54.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:53 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uiqedt 2024-01-18T08:13:54.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:53 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uiqedt 2024-01-18T08:13:54.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:53 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:13:54.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:53 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uiqedt 2024-01-18T08:13:54.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:53 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.uiqedt ... 2024-01-18T08:13:54.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:53 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:13:54.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:53 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:13:54.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:53 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:13:54.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:53 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:13:54.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:53 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:13:54.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:53 smithi112 bash[16324]: cephadm 2024-01-18T08:13:52.343360+0000 mgr.smithi112.xshois (mgr.14182) 847 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi112.kivwzh on smithi112 2024-01-18T08:13:54.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:53 smithi112 bash[16324]: cluster 2024-01-18T08:13:52.599553+0000 mgr.smithi112.xshois (mgr.14182) 848 : cluster [DBG] pgmap v590: 225 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-18T08:13:54.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:53 smithi131 bash[19154]: cephadm 2024-01-18T08:13:52.335121+0000 mgr.smithi112.xshois (mgr.14182) 844 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uiqedt 2024-01-18T08:13:54.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:53 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:13:54.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:53 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uiqedt 2024-01-18T08:13:54.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:53 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uiqedt 2024-01-18T08:13:54.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:53 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:13:54.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:53 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uiqedt 2024-01-18T08:13:54.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:53 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.uiqedt ... 2024-01-18T08:13:54.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:53 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:13:54.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:53 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:13:54.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:53 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:13:54.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:53 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:13:54.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:53 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:13:54.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:53 smithi131 bash[19154]: Traceback (most recent call last): 2024-01-18T08:13:54.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:53 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:13:54.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:53 smithi131 bash[19154]: yield (conn, connr) 2024-01-18T08:13:54.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:53 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:13:54.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:53 smithi131 bash[19154]: code, '\n'.join(err))) 2024-01-18T08:13:54.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:53 smithi131 bash[19154]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uiqedt 2024-01-18T08:13:54.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:53 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:13:54.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:53 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uiqedt 2024-01-18T08:13:54.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:53 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uiqedt 2024-01-18T08:13:54.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:53 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:13:54.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:53 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uiqedt 2024-01-18T08:13:54.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:53 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.uiqedt ... 2024-01-18T08:13:54.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:53 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:13:54.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:53 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:13:54.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:53 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:13:54.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:53 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:13:54.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:53 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:13:54.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:53 smithi131 bash[19154]: cephadm 2024-01-18T08:13:52.335657+0000 mgr.smithi112.xshois (mgr.14182) 845 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi131.uiqedt 2024-01-18T08:13:54.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:53 smithi131 bash[19154]: cephadm 2024-01-18T08:13:52.337932+0000 mgr.smithi112.xshois (mgr.14182) 846 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi131.uiqedt on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uiqedt 2024-01-18T08:13:54.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:53 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:13:54.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:53 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uiqedt 2024-01-18T08:13:54.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:53 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uiqedt 2024-01-18T08:13:54.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:53 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:13:54.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:53 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uiqedt 2024-01-18T08:13:54.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:53 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.uiqedt ... 2024-01-18T08:13:54.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:53 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:13:54.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:53 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:13:54.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:53 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:13:54.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:53 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:13:54.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:53 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:13:54.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:53 smithi131 bash[19154]: cephadm 2024-01-18T08:13:52.343360+0000 mgr.smithi112.xshois (mgr.14182) 847 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi112.kivwzh on smithi112 2024-01-18T08:13:54.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:53 smithi131 bash[19154]: cluster 2024-01-18T08:13:52.599553+0000 mgr.smithi112.xshois (mgr.14182) 848 : cluster [DBG] pgmap v590: 225 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-18T08:13:54.343 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:13:55.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:54 smithi131 bash[19154]: audit 2024-01-18T08:13:53.649606+0000 mgr.smithi112.xshois (mgr.14182) 849 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:13:55.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:54 smithi112 bash[16324]: audit 2024-01-18T08:13:53.649606+0000 mgr.smithi112.xshois (mgr.14182) 849 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:13:55.344 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:13:56.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:55 smithi131 bash[19154]: cluster 2024-01-18T08:13:54.600767+0000 mgr.smithi112.xshois (mgr.14182) 850 : cluster [DBG] pgmap v591: 225 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-18T08:13:56.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:55 smithi131 bash[19154]: audit 2024-01-18T08:13:55.360695+0000 mon.smithi112 (mon.0) 882 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:13:56.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:55 smithi112 bash[16324]: cluster 2024-01-18T08:13:54.600767+0000 mgr.smithi112.xshois (mgr.14182) 850 : cluster [DBG] pgmap v591: 225 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-18T08:13:56.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:55 smithi112 bash[16324]: audit 2024-01-18T08:13:55.360695+0000 mon.smithi112 (mon.0) 882 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:13:57.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:56 smithi131 bash[19154]: audit 2024-01-18T08:13:56.527363+0000 mon.smithi112 (mon.0) 883 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi112.kivwzh"}]: dispatch 2024-01-18T08:13:57.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:56 smithi112 bash[16324]: audit 2024-01-18T08:13:56.527363+0000 mon.smithi112 (mon.0) 883 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi112.kivwzh"}]: dispatch 2024-01-18T08:13:58.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:57 smithi131 bash[19154]: cephadm 2024-01-18T08:13:56.526010+0000 mgr.smithi112.xshois (mgr.14182) 851 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-kivwzh 2024-01-18T08:13:58.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:57 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:13:58.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:57 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-kivwzh 2024-01-18T08:13:58.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:57 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.kivwzh 2024-01-18T08:13:58.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:57 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:13:58.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:57 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.kivwzh 2024-01-18T08:13:58.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:57 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.kivwzh ... 2024-01-18T08:13:58.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:57 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:13:58.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:57 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:13:58.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:57 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:13:58.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:57 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:13:58.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:57 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:13:58.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:57 smithi131 bash[19154]: Traceback (most recent call last): 2024-01-18T08:13:58.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:57 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:13:58.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:57 smithi131 bash[19154]: yield (conn, connr) 2024-01-18T08:13:58.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:57 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:13:58.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:57 smithi131 bash[19154]: code, '\n'.join(err))) 2024-01-18T08:13:58.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:57 smithi131 bash[19154]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-kivwzh 2024-01-18T08:13:58.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:57 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:13:58.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:57 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-kivwzh 2024-01-18T08:13:58.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:57 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.kivwzh 2024-01-18T08:13:58.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:57 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:13:58.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:57 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.kivwzh 2024-01-18T08:13:58.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:57 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.kivwzh ... 2024-01-18T08:13:58.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:57 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:13:58.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:57 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:13:58.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:57 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:13:58.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:57 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:13:58.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:57 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:13:58.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:57 smithi131 bash[19154]: cephadm 2024-01-18T08:13:56.526599+0000 mgr.smithi112.xshois (mgr.14182) 852 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi112.kivwzh 2024-01-18T08:13:58.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:57 smithi131 bash[19154]: cephadm 2024-01-18T08:13:56.528995+0000 mgr.smithi112.xshois (mgr.14182) 853 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi112.kivwzh on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-kivwzh 2024-01-18T08:13:58.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:57 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:13:58.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:57 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-kivwzh 2024-01-18T08:13:58.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:57 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.kivwzh 2024-01-18T08:13:58.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:57 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:13:58.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:57 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.kivwzh 2024-01-18T08:13:58.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:57 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.kivwzh ... 2024-01-18T08:13:58.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:57 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:13:58.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:57 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:13:58.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:57 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:13:58.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:57 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:13:58.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:57 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:13:58.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:57 smithi131 bash[19154]: cephadm 2024-01-18T08:13:56.533427+0000 mgr.smithi112.xshois (mgr.14182) 854 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi131.lucbuw on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:13:58.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:57 smithi131 bash[19154]: cephadm 2024-01-18T08:13:56.536301+0000 mgr.smithi112.xshois (mgr.14182) 855 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi112.mxdsor on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:13:58.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:57 smithi131 bash[19154]: cluster 2024-01-18T08:13:56.537652+0000 mgr.smithi112.xshois (mgr.14182) 856 : cluster [DBG] pgmap v592: 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-18T08:13:58.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:57 smithi131 bash[19154]: cluster 2024-01-18T08:13:56.866748+0000 mon.smithi112 (mon.0) 884 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:13:58.272 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:57 smithi112 bash[16324]: cephadm 2024-01-18T08:13:56.526010+0000 mgr.smithi112.xshois (mgr.14182) 851 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-kivwzh 2024-01-18T08:13:58.272 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:57 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:13:58.273 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:57 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-kivwzh 2024-01-18T08:13:58.273 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:57 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.kivwzh 2024-01-18T08:13:58.273 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:57 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:13:58.273 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:57 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.kivwzh 2024-01-18T08:13:58.273 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:57 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.kivwzh ... 2024-01-18T08:13:58.273 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:57 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:13:58.273 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:57 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:13:58.273 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:57 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:13:58.273 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:57 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:13:58.273 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:57 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:13:58.273 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:57 smithi112 bash[16324]: Traceback (most recent call last): 2024-01-18T08:13:58.273 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:57 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:13:58.273 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:57 smithi112 bash[16324]: yield (conn, connr) 2024-01-18T08:13:58.273 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:57 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:13:58.274 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:57 smithi112 bash[16324]: code, '\n'.join(err))) 2024-01-18T08:13:58.274 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:57 smithi112 bash[16324]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-kivwzh 2024-01-18T08:13:58.274 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:57 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:13:58.274 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:57 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-kivwzh 2024-01-18T08:13:58.274 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:57 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.kivwzh 2024-01-18T08:13:58.274 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:57 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:13:58.274 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:57 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.kivwzh 2024-01-18T08:13:58.274 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:57 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.kivwzh ... 2024-01-18T08:13:58.274 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:57 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:13:58.274 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:57 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:13:58.274 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:57 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:13:58.274 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:57 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:13:58.274 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:57 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:13:58.274 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:57 smithi112 bash[16324]: cephadm 2024-01-18T08:13:56.526599+0000 mgr.smithi112.xshois (mgr.14182) 852 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi112.kivwzh 2024-01-18T08:13:58.275 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:57 smithi112 bash[16324]: cephadm 2024-01-18T08:13:56.528995+0000 mgr.smithi112.xshois (mgr.14182) 853 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi112.kivwzh on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-kivwzh 2024-01-18T08:13:58.275 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:57 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:13:58.275 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:57 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-kivwzh 2024-01-18T08:13:58.275 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:57 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.kivwzh 2024-01-18T08:13:58.275 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:57 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:13:58.275 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:57 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.kivwzh 2024-01-18T08:13:58.275 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:57 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.kivwzh ... 2024-01-18T08:13:58.275 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:57 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:13:58.275 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:57 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:13:58.275 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:57 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:13:58.275 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:57 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:13:58.275 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:57 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:13:58.275 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:57 smithi112 bash[16324]: cephadm 2024-01-18T08:13:56.533427+0000 mgr.smithi112.xshois (mgr.14182) 854 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi131.lucbuw on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:13:58.275 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:57 smithi112 bash[16324]: cephadm 2024-01-18T08:13:56.536301+0000 mgr.smithi112.xshois (mgr.14182) 855 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi112.mxdsor on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:13:58.276 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:57 smithi112 bash[16324]: cluster 2024-01-18T08:13:56.537652+0000 mgr.smithi112.xshois (mgr.14182) 856 : cluster [DBG] pgmap v592: 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-18T08:13:58.276 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:57 smithi112 bash[16324]: cluster 2024-01-18T08:13:56.866748+0000 mon.smithi112 (mon.0) 884 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:13:58.696 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:13:58.696 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:12:48.277577Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.dcqwmh on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:13:52.337700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.uiqedt on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uiqedt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uiqedt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uiqedt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uiqedt\nDeploy daemon haproxy.nfs.foo.smithi131.uiqedt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:13:56.528749Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.kivwzh on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-kivwzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-kivwzh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.kivwzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.kivwzh\nDeploy daemon haproxy.nfs.foo.smithi112.kivwzh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:13:56.533201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.lucbuw on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:13:56.536202Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.mxdsor on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:13:59.349 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:14:00.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:59 smithi131 bash[19154]: cluster 2024-01-18T08:13:58.539142+0000 mgr.smithi112.xshois (mgr.14182) 857 : cluster [DBG] pgmap v593: 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-18T08:14:00.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:13:59 smithi131 bash[19154]: audit 2024-01-18T08:13:58.687521+0000 mgr.smithi112.xshois (mgr.14182) 858 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:14:00.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:59 smithi112 bash[16324]: cluster 2024-01-18T08:13:58.539142+0000 mgr.smithi112.xshois (mgr.14182) 857 : cluster [DBG] pgmap v593: 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-18T08:14:00.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:13:59 smithi112 bash[16324]: audit 2024-01-18T08:13:58.687521+0000 mgr.smithi112.xshois (mgr.14182) 858 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:14:00.350 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:14:02.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:14:01 smithi131 bash[19154]: cluster 2024-01-18T08:14:00.540833+0000 mgr.smithi112.xshois (mgr.14182) 859 : cluster [DBG] pgmap v594: 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-18T08:14:02.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:14:01 smithi131 bash[19154]: audit 2024-01-18T08:14:01.266946+0000 mon.smithi112 (mon.0) 885 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:14:02.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:14:01 smithi112 bash[16324]: cluster 2024-01-18T08:14:00.540833+0000 mgr.smithi112.xshois (mgr.14182) 859 : cluster [DBG] pgmap v594: 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-18T08:14:02.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:14:01 smithi112 bash[16324]: audit 2024-01-18T08:14:01.266946+0000 mon.smithi112 (mon.0) 885 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:14:03.739 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:14:03.739 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:12:48.277577Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.dcqwmh on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:13:52.337700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.uiqedt on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uiqedt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uiqedt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uiqedt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uiqedt\nDeploy daemon haproxy.nfs.foo.smithi131.uiqedt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:13:56.528749Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.kivwzh on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-kivwzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-kivwzh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.kivwzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.kivwzh\nDeploy daemon haproxy.nfs.foo.smithi112.kivwzh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:13:56.533201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.lucbuw on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:13:56.536202Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.mxdsor on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:14:04.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:14:03 smithi131 bash[19154]: cluster 2024-01-18T08:14:02.542724+0000 mgr.smithi112.xshois (mgr.14182) 860 : cluster [DBG] pgmap v595: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:14:04.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:14:03 smithi112 bash[16324]: cluster 2024-01-18T08:14:02.542724+0000 mgr.smithi112.xshois (mgr.14182) 860 : cluster [DBG] pgmap v595: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:14:04.401 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:14:05.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:14:04 smithi131 bash[19154]: audit 2024-01-18T08:14:03.727005+0000 mgr.smithi112.xshois (mgr.14182) 861 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:14:05.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:14:04 smithi112 bash[16324]: audit 2024-01-18T08:14:03.727005+0000 mgr.smithi112.xshois (mgr.14182) 861 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:14:05.402 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:14:06.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:14:05 smithi131 bash[19154]: cluster 2024-01-18T08:14:04.544360+0000 mgr.smithi112.xshois (mgr.14182) 862 : 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-18T08:14:06.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:14:05 smithi112 bash[16324]: cluster 2024-01-18T08:14:04.544360+0000 mgr.smithi112.xshois (mgr.14182) 862 : 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-18T08:14:08.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:14:07 smithi131 bash[19154]: cluster 2024-01-18T08:14:06.546073+0000 mgr.smithi112.xshois (mgr.14182) 863 : 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-18T08:14:08.239 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:14:07 smithi112 bash[16324]: cluster 2024-01-18T08:14:06.546073+0000 mgr.smithi112.xshois (mgr.14182) 863 : 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-18T08:14:08.680 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:14:08.680 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:12:48.277577Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.dcqwmh on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:13:52.337700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.uiqedt on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uiqedt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uiqedt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uiqedt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uiqedt\nDeploy daemon haproxy.nfs.foo.smithi131.uiqedt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:13:56.528749Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.kivwzh on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-kivwzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-kivwzh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.kivwzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.kivwzh\nDeploy daemon haproxy.nfs.foo.smithi112.kivwzh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:13:56.533201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.lucbuw on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:13:56.536202Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.mxdsor on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:14:09.347 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:14:10.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:14:09 smithi131 bash[19154]: cluster 2024-01-18T08:14:08.547634+0000 mgr.smithi112.xshois (mgr.14182) 864 : 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-18T08:14:10.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:14:09 smithi131 bash[19154]: audit 2024-01-18T08:14:08.670053+0000 mgr.smithi112.xshois (mgr.14182) 865 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:14:10.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:14:09 smithi112 bash[16324]: cluster 2024-01-18T08:14:08.547634+0000 mgr.smithi112.xshois (mgr.14182) 864 : 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-18T08:14:10.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:14:09 smithi112 bash[16324]: audit 2024-01-18T08:14:08.670053+0000 mgr.smithi112.xshois (mgr.14182) 865 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:14:10.348 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:14:11.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:14:11 smithi131 bash[19154]: audit 2024-01-18T08:14:10.359788+0000 mon.smithi112 (mon.0) 886 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:14:11.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:14:11 smithi131 bash[19154]: cluster 2024-01-18T08:14:10.548687+0000 mgr.smithi112.xshois (mgr.14182) 866 : cluster [DBG] pgmap v599: 225 pgs: 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-18T08:14:11.722 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:14:11 smithi112 bash[16324]: audit 2024-01-18T08:14:10.359788+0000 mon.smithi112 (mon.0) 886 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:14:11.722 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:14:11 smithi112 bash[16324]: cluster 2024-01-18T08:14:10.548687+0000 mgr.smithi112.xshois (mgr.14182) 866 : cluster [DBG] pgmap v599: 225 pgs: 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-18T08:14:13.516 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:14:13.516 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:12:48.277577Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.dcqwmh on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:13:52.337700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.uiqedt on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uiqedt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uiqedt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uiqedt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uiqedt\nDeploy daemon haproxy.nfs.foo.smithi131.uiqedt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:13:56.528749Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.kivwzh on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-kivwzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-kivwzh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.kivwzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.kivwzh\nDeploy daemon haproxy.nfs.foo.smithi112.kivwzh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:13:56.533201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.lucbuw on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:13:56.536202Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.mxdsor on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:14:13.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:14:13 smithi131 bash[19154]: cluster 2024-01-18T08:14:12.550567+0000 mgr.smithi112.xshois (mgr.14182) 867 : cluster [DBG] pgmap v600: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:14:14.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:14:13 smithi112 bash[16324]: cluster 2024-01-18T08:14:12.550567+0000 mgr.smithi112.xshois (mgr.14182) 867 : cluster [DBG] pgmap v600: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:14:14.242 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:14:14.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:14:14 smithi131 bash[19154]: audit 2024-01-18T08:14:13.511145+0000 mgr.smithi112.xshois (mgr.14182) 868 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:14:15.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:14:14 smithi112 bash[16324]: audit 2024-01-18T08:14:13.511145+0000 mgr.smithi112.xshois (mgr.14182) 868 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:14:15.243 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:14:15.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:14:15 smithi131 bash[19154]: cluster 2024-01-18T08:14:14.552129+0000 mgr.smithi112.xshois (mgr.14182) 869 : 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-18T08:14:16.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:14:15 smithi112 bash[16324]: cluster 2024-01-18T08:14:14.552129+0000 mgr.smithi112.xshois (mgr.14182) 869 : 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-18T08:14:17.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:14:17 smithi131 bash[19154]: cluster 2024-01-18T08:14:16.553433+0000 mgr.smithi112.xshois (mgr.14182) 870 : 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-18T08:14:18.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:14:17 smithi112 bash[16324]: cluster 2024-01-18T08:14:16.553433+0000 mgr.smithi112.xshois (mgr.14182) 870 : 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-18T08:14:18.756 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:14:18.756 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:12:48.277577Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.dcqwmh on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:13:52.337700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.uiqedt on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uiqedt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uiqedt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uiqedt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uiqedt\nDeploy daemon haproxy.nfs.foo.smithi131.uiqedt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:13:56.528749Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.kivwzh on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-kivwzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-kivwzh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.kivwzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.kivwzh\nDeploy daemon haproxy.nfs.foo.smithi112.kivwzh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:13:56.533201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.lucbuw on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:13:56.536202Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.mxdsor on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:14:19.334 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:14:19.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:14:19 smithi131 bash[19154]: cluster 2024-01-18T08:14:18.554750+0000 mgr.smithi112.xshois (mgr.14182) 871 : 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-18T08:14:19.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:14:19 smithi131 bash[19154]: audit 2024-01-18T08:14:18.746680+0000 mgr.smithi112.xshois (mgr.14182) 872 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:14:20.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:14:19 smithi112 bash[16324]: cluster 2024-01-18T08:14:18.554750+0000 mgr.smithi112.xshois (mgr.14182) 871 : 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-18T08:14:20.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:14:19 smithi112 bash[16324]: audit 2024-01-18T08:14:18.746680+0000 mgr.smithi112.xshois (mgr.14182) 872 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:14:20.335 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:14:21.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:14:21 smithi112 bash[16324]: cluster 2024-01-18T08:14:20.555790+0000 mgr.smithi112.xshois (mgr.14182) 873 : cluster [DBG] pgmap v604: 225 pgs: 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-18T08:14:21.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:14:21 smithi131 bash[19154]: cluster 2024-01-18T08:14:20.555790+0000 mgr.smithi112.xshois (mgr.14182) 873 : cluster [DBG] pgmap v604: 225 pgs: 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-18T08:14:23.527 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:14:23.527 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:12:48.277577Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.dcqwmh on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:13:52.337700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.uiqedt on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uiqedt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uiqedt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uiqedt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uiqedt\nDeploy daemon haproxy.nfs.foo.smithi131.uiqedt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:13:56.528749Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.kivwzh on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-kivwzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-kivwzh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.kivwzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.kivwzh\nDeploy daemon haproxy.nfs.foo.smithi112.kivwzh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:13:56.533201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.lucbuw on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:13:56.536202Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.mxdsor on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:14:23.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:14:23 smithi131 bash[19154]: cluster 2024-01-18T08:14:22.557592+0000 mgr.smithi112.xshois (mgr.14182) 874 : cluster [DBG] pgmap v605: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:14:24.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:14:23 smithi112 bash[16324]: cluster 2024-01-18T08:14:22.557592+0000 mgr.smithi112.xshois (mgr.14182) 874 : cluster [DBG] pgmap v605: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:14:24.207 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:14:24.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:14:24 smithi131 bash[19154]: audit 2024-01-18T08:14:23.514843+0000 mgr.smithi112.xshois (mgr.14182) 875 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:14:25.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:14:24 smithi112 bash[16324]: audit 2024-01-18T08:14:23.514843+0000 mgr.smithi112.xshois (mgr.14182) 875 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:14:25.208 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:14:25.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:14:25 smithi131 bash[19154]: cluster 2024-01-18T08:14:24.559117+0000 mgr.smithi112.xshois (mgr.14182) 876 : 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-18T08:14:26.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:14:25 smithi112 bash[16324]: cluster 2024-01-18T08:14:24.559117+0000 mgr.smithi112.xshois (mgr.14182) 876 : 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-18T08:14:27.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:14:27 smithi131 bash[19154]: cluster 2024-01-18T08:14:26.560789+0000 mgr.smithi112.xshois (mgr.14182) 877 : 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-18T08:14:28.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:14:27 smithi112 bash[16324]: cluster 2024-01-18T08:14:26.560789+0000 mgr.smithi112.xshois (mgr.14182) 877 : 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-18T08:14:28.468 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:14:28.468 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:12:48.277577Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.dcqwmh on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:13:52.337700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.uiqedt on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uiqedt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uiqedt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uiqedt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uiqedt\nDeploy daemon haproxy.nfs.foo.smithi131.uiqedt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:13:56.528749Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.kivwzh on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-kivwzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-kivwzh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.kivwzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.kivwzh\nDeploy daemon haproxy.nfs.foo.smithi112.kivwzh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:13:56.533201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.lucbuw on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:13:56.536202Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.mxdsor on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:14:29.093 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:14:29.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:14:29 smithi131 bash[19154]: audit 2024-01-18T08:14:28.456263+0000 mgr.smithi112.xshois (mgr.14182) 878 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:14:29.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:14:29 smithi131 bash[19154]: cluster 2024-01-18T08:14:28.562413+0000 mgr.smithi112.xshois (mgr.14182) 879 : 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-18T08:14:30.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:14:29 smithi112 bash[16324]: audit 2024-01-18T08:14:28.456263+0000 mgr.smithi112.xshois (mgr.14182) 878 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:14:30.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:14:29 smithi112 bash[16324]: cluster 2024-01-18T08:14:28.562413+0000 mgr.smithi112.xshois (mgr.14182) 879 : 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-18T08:14:30.094 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:14:31.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:14:31 smithi131 bash[19154]: cluster 2024-01-18T08:14:30.564138+0000 mgr.smithi112.xshois (mgr.14182) 880 : cluster [DBG] pgmap v609: 225 pgs: 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-18T08:14:32.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:14:31 smithi112 bash[16324]: cluster 2024-01-18T08:14:30.564138+0000 mgr.smithi112.xshois (mgr.14182) 880 : cluster [DBG] pgmap v609: 225 pgs: 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-18T08:14:33.282 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:14:33.282 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:12:48.277577Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.dcqwmh on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:13:52.337700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.uiqedt on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uiqedt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uiqedt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uiqedt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uiqedt\nDeploy daemon haproxy.nfs.foo.smithi131.uiqedt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:13:56.528749Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.kivwzh on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-kivwzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-kivwzh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.kivwzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.kivwzh\nDeploy daemon haproxy.nfs.foo.smithi112.kivwzh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:13:56.533201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.lucbuw on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:13:56.536202Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.mxdsor on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:14:33.903 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:14:33.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:14:33 smithi131 bash[19154]: cluster 2024-01-18T08:14:32.566039+0000 mgr.smithi112.xshois (mgr.14182) 881 : cluster [DBG] pgmap v610: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:14:34.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:14:33 smithi112 bash[16324]: cluster 2024-01-18T08:14:32.566039+0000 mgr.smithi112.xshois (mgr.14182) 881 : cluster [DBG] pgmap v610: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:14:34.904 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:14:34.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:14:34 smithi131 bash[19154]: audit 2024-01-18T08:14:33.275329+0000 mgr.smithi112.xshois (mgr.14182) 882 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:14:35.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:14:34 smithi112 bash[16324]: audit 2024-01-18T08:14:33.275329+0000 mgr.smithi112.xshois (mgr.14182) 882 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:14:35.972 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:14:35 smithi112 bash[16324]: cluster 2024-01-18T08:14:34.567664+0000 mgr.smithi112.xshois (mgr.14182) 883 : 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-18T08:14:36.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:14:35 smithi131 bash[19154]: cluster 2024-01-18T08:14:34.567664+0000 mgr.smithi112.xshois (mgr.14182) 883 : 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-18T08:14:38.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:14:37 smithi112 bash[16324]: cluster 2024-01-18T08:14:36.569345+0000 mgr.smithi112.xshois (mgr.14182) 884 : 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-18T08:14:38.100 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:14:38.101 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:12:48.277577Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.dcqwmh on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:13:52.337700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.uiqedt on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uiqedt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uiqedt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uiqedt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uiqedt\nDeploy daemon haproxy.nfs.foo.smithi131.uiqedt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:13:56.528749Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.kivwzh on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-kivwzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-kivwzh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.kivwzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.kivwzh\nDeploy daemon haproxy.nfs.foo.smithi112.kivwzh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:13:56.533201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.lucbuw on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:13:56.536202Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.mxdsor on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:14:38.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:14:37 smithi131 bash[19154]: cluster 2024-01-18T08:14:36.569345+0000 mgr.smithi112.xshois (mgr.14182) 884 : 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-18T08:14:38.739 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:14:39.740 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:14:40.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:14:39 smithi112 bash[16324]: audit 2024-01-18T08:14:38.090405+0000 mgr.smithi112.xshois (mgr.14182) 885 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:14:40.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:14:39 smithi112 bash[16324]: cluster 2024-01-18T08:14:38.570922+0000 mgr.smithi112.xshois (mgr.14182) 886 : cluster [DBG] pgmap v613: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:14:40.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:14:39 smithi131 bash[19154]: audit 2024-01-18T08:14:38.090405+0000 mgr.smithi112.xshois (mgr.14182) 885 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:14:40.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:14:39 smithi131 bash[19154]: cluster 2024-01-18T08:14:38.570922+0000 mgr.smithi112.xshois (mgr.14182) 886 : cluster [DBG] pgmap v613: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:14:42.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:14:41 smithi112 bash[16324]: cluster 2024-01-18T08:14:40.572690+0000 mgr.smithi112.xshois (mgr.14182) 887 : cluster [DBG] pgmap v614: 225 pgs: 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-18T08:14:42.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:14:41 smithi131 bash[19154]: cluster 2024-01-18T08:14:40.572690+0000 mgr.smithi112.xshois (mgr.14182) 887 : cluster [DBG] pgmap v614: 225 pgs: 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-18T08:14:43.102 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:14:43.103 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:12:48.277577Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.dcqwmh on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:13:52.337700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.uiqedt on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uiqedt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uiqedt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uiqedt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uiqedt\nDeploy daemon haproxy.nfs.foo.smithi131.uiqedt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:13:56.528749Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.kivwzh on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-kivwzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-kivwzh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.kivwzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.kivwzh\nDeploy daemon haproxy.nfs.foo.smithi112.kivwzh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:13:56.533201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.lucbuw on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:13:56.536202Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.mxdsor on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:14:43.769 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:14:44.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:14:43 smithi112 bash[16324]: cluster 2024-01-18T08:14:42.574699+0000 mgr.smithi112.xshois (mgr.14182) 888 : cluster [DBG] pgmap v615: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:14:44.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:14:43 smithi131 bash[19154]: cluster 2024-01-18T08:14:42.574699+0000 mgr.smithi112.xshois (mgr.14182) 888 : cluster [DBG] pgmap v615: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:14:44.771 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:14:45.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:14:44 smithi112 bash[16324]: audit 2024-01-18T08:14:43.098549+0000 mgr.smithi112.xshois (mgr.14182) 889 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:14:45.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:14:44 smithi131 bash[19154]: audit 2024-01-18T08:14:43.098549+0000 mgr.smithi112.xshois (mgr.14182) 889 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:14:46.002 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:14:45 smithi112 bash[16324]: cluster 2024-01-18T08:14:44.576274+0000 mgr.smithi112.xshois (mgr.14182) 890 : cluster [DBG] pgmap v616: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:14:46.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:14:45 smithi131 bash[19154]: cluster 2024-01-18T08:14:44.576274+0000 mgr.smithi112.xshois (mgr.14182) 890 : cluster [DBG] pgmap v616: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:14:48.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:14:47 smithi112 bash[16324]: cluster 2024-01-18T08:14:46.577879+0000 mgr.smithi112.xshois (mgr.14182) 891 : cluster [DBG] pgmap v617: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:14:48.060 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:14:48.061 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:12:48.277577Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.dcqwmh on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:13:52.337700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.uiqedt on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uiqedt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uiqedt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uiqedt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uiqedt\nDeploy daemon haproxy.nfs.foo.smithi131.uiqedt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:13:56.528749Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.kivwzh on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-kivwzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-kivwzh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.kivwzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.kivwzh\nDeploy daemon haproxy.nfs.foo.smithi112.kivwzh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:13:56.533201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.lucbuw on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:13:56.536202Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.mxdsor on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:14:48.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:14:47 smithi131 bash[19154]: cluster 2024-01-18T08:14:46.577879+0000 mgr.smithi112.xshois (mgr.14182) 891 : cluster [DBG] pgmap v617: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:14:48.778 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:14:49.779 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:14:50.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:14:49 smithi112 bash[16324]: audit 2024-01-18T08:14:48.056444+0000 mgr.smithi112.xshois (mgr.14182) 892 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:14:50.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:14:49 smithi112 bash[16324]: cluster 2024-01-18T08:14:48.579549+0000 mgr.smithi112.xshois (mgr.14182) 893 : cluster [DBG] pgmap v618: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:14:50.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:14:49 smithi131 bash[19154]: audit 2024-01-18T08:14:48.056444+0000 mgr.smithi112.xshois (mgr.14182) 892 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:14:50.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:14:49 smithi131 bash[19154]: cluster 2024-01-18T08:14:48.579549+0000 mgr.smithi112.xshois (mgr.14182) 893 : cluster [DBG] pgmap v618: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:14:52.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:14:51 smithi112 bash[16324]: cluster 2024-01-18T08:14:50.580822+0000 mgr.smithi112.xshois (mgr.14182) 894 : cluster [DBG] pgmap v619: 225 pgs: 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-18T08:14:52.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:14:51 smithi131 bash[19154]: cluster 2024-01-18T08:14:50.580822+0000 mgr.smithi112.xshois (mgr.14182) 894 : cluster [DBG] pgmap v619: 225 pgs: 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-18T08:14:53.024 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:14:53.024 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:12:48.277577Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.dcqwmh on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:13:52.337700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.uiqedt on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uiqedt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uiqedt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uiqedt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uiqedt\nDeploy daemon haproxy.nfs.foo.smithi131.uiqedt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:13:56.528749Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.kivwzh on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-kivwzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-kivwzh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.kivwzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.kivwzh\nDeploy daemon haproxy.nfs.foo.smithi112.kivwzh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:13:56.533201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.lucbuw on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:13:56.536202Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.mxdsor on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:14:53.635 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:14:54.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:14:53 smithi112 bash[16324]: cluster 2024-01-18T08:14:52.582914+0000 mgr.smithi112.xshois (mgr.14182) 895 : 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-18T08:14:54.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:14:53 smithi131 bash[19154]: cluster 2024-01-18T08:14:52.582914+0000 mgr.smithi112.xshois (mgr.14182) 895 : 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-18T08:14:54.636 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:14:55.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:14:54 smithi112 bash[16324]: audit 2024-01-18T08:14:53.013528+0000 mgr.smithi112.xshois (mgr.14182) 896 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:14:55.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:14:54 smithi131 bash[19154]: audit 2024-01-18T08:14:53.013528+0000 mgr.smithi112.xshois (mgr.14182) 896 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:14:55.994 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:14:55 smithi112 bash[16324]: cluster 2024-01-18T08:14:54.584449+0000 mgr.smithi112.xshois (mgr.14182) 897 : cluster [DBG] pgmap v621: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:14:56.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:14:55 smithi131 bash[19154]: cluster 2024-01-18T08:14:54.584449+0000 mgr.smithi112.xshois (mgr.14182) 897 : cluster [DBG] pgmap v621: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:14:57.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:14:56 smithi112 bash[16324]: audit 2024-01-18T08:14:56.540193+0000 mon.smithi112 (mon.0) 887 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:14:57.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:14:56 smithi131 bash[19154]: audit 2024-01-18T08:14:56.540193+0000 mon.smithi112 (mon.0) 887 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:14:58.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:14:57 smithi112 bash[16324]: cluster 2024-01-18T08:14:56.585603+0000 mgr.smithi112.xshois (mgr.14182) 898 : 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-18T08:14:58.074 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:14:58.074 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:04:34.641128Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:04:34.641320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:04:34.641509Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:12:48.277577Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.dcqwmh on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:13:52.337700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.uiqedt on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uiqedt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uiqedt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uiqedt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uiqedt\nDeploy daemon haproxy.nfs.foo.smithi131.uiqedt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:13:56.528749Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.kivwzh on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-kivwzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-kivwzh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.kivwzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.kivwzh\nDeploy daemon haproxy.nfs.foo.smithi112.kivwzh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:13:56.533201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.lucbuw on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:13:56.536202Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.mxdsor on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:04:34.640925Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:04:34.640617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:04:34.642889Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:04:34.641697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:04:34.641937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:04:34.642699Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:14:58.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:14:57 smithi131 bash[19154]: cluster 2024-01-18T08:14:56.585603+0000 mgr.smithi112.xshois (mgr.14182) 898 : 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-18T08:14:58.741 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:14:59.742 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:15:00.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:14:59 smithi112 bash[16324]: audit 2024-01-18T08:14:58.062603+0000 mgr.smithi112.xshois (mgr.14182) 899 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:15:00.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:14:59 smithi112 bash[16324]: cluster 2024-01-18T08:14:58.587176+0000 mgr.smithi112.xshois (mgr.14182) 900 : 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-18T08:15:00.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:14:59 smithi131 bash[19154]: audit 2024-01-18T08:14:58.062603+0000 mgr.smithi112.xshois (mgr.14182) 899 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:15:00.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:14:59 smithi131 bash[19154]: cluster 2024-01-18T08:14:58.587176+0000 mgr.smithi112.xshois (mgr.14182) 900 : 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-18T08:15:02.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:01 smithi112 bash[16324]: cluster 2024-01-18T08:15:00.589052+0000 mgr.smithi112.xshois (mgr.14182) 901 : cluster [DBG] pgmap v624: 225 pgs: 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-18T08:15:02.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:01 smithi131 bash[19154]: cluster 2024-01-18T08:15:00.589052+0000 mgr.smithi112.xshois (mgr.14182) 901 : cluster [DBG] pgmap v624: 225 pgs: 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-18T08:15:03.108 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:15:03.108 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:05:49.167426Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:12:48.277577Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.dcqwmh on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:13:52.337700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.uiqedt on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uiqedt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uiqedt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uiqedt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uiqedt\nDeploy daemon haproxy.nfs.foo.smithi131.uiqedt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:13:56.528749Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.kivwzh on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-kivwzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-kivwzh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.kivwzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.kivwzh\nDeploy daemon haproxy.nfs.foo.smithi112.kivwzh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:13:56.533201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.lucbuw on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:13:56.536202Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.mxdsor on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:05:49.167881Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:05:49.168152Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:05:49.168405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:05:49.168901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:05:49.169891Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:15:03.783 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:15:04.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:03 smithi112 bash[16324]: cluster 2024-01-18T08:15:02.590175+0000 mgr.smithi112.xshois (mgr.14182) 902 : 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-18T08:15:04.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:03 smithi112 bash[16324]: audit 2024-01-18T08:15:02.941042+0000 mon.smithi112 (mon.0) 888 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:15:04.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:03 smithi112 bash[16324]: audit 2024-01-18T08:15:03.233902+0000 mon.smithi112 (mon.0) 889 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:15:04.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:03 smithi112 bash[16324]: audit 2024-01-18T08:15:03.235216+0000 mon.smithi112 (mon.0) 890 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:15:04.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:03 smithi112 bash[16324]: audit 2024-01-18T08:15:03.243196+0000 mon.smithi112 (mon.0) 891 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:15:04.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:03 smithi112 bash[16324]: audit 2024-01-18T08:15:03.251283+0000 mon.smithi112 (mon.0) 892 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:15:04.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:03 smithi112 bash[16324]: audit 2024-01-18T08:15:03.264996+0000 mon.smithi112 (mon.0) 893 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:15:04.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:03 smithi131 bash[19154]: cluster 2024-01-18T08:15:02.590175+0000 mgr.smithi112.xshois (mgr.14182) 902 : 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-18T08:15:04.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:03 smithi131 bash[19154]: audit 2024-01-18T08:15:02.941042+0000 mon.smithi112 (mon.0) 888 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:15:04.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:03 smithi131 bash[19154]: audit 2024-01-18T08:15:03.233902+0000 mon.smithi112 (mon.0) 889 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:15:04.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:03 smithi131 bash[19154]: audit 2024-01-18T08:15:03.235216+0000 mon.smithi112 (mon.0) 890 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:15:04.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:03 smithi131 bash[19154]: audit 2024-01-18T08:15:03.243196+0000 mon.smithi112 (mon.0) 891 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:15:04.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:03 smithi131 bash[19154]: audit 2024-01-18T08:15:03.251283+0000 mon.smithi112 (mon.0) 892 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:15:04.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:03 smithi131 bash[19154]: audit 2024-01-18T08:15:03.264996+0000 mon.smithi112 (mon.0) 893 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:15:04.784 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:15:05.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:04 smithi112 bash[16324]: audit 2024-01-18T08:15:03.103574+0000 mgr.smithi112.xshois (mgr.14182) 903 : audit [DBG] from='client.24865 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:15:05.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:04 smithi112 bash[16324]: cluster 2024-01-18T08:15:03.244419+0000 mgr.smithi112.xshois (mgr.14182) 904 : cluster [DBG] pgmap v626: 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-18T08:15:05.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:04 smithi112 bash[16324]: cephadm 2024-01-18T08:15:03.268751+0000 mgr.smithi112.xshois (mgr.14182) 905 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi131.jntohf on smithi131 2024-01-18T08:15:05.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:04 smithi112 bash[16324]: cluster 2024-01-18T08:15:04.239624+0000 mon.smithi112 (mon.0) 894 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:15:05.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:04 smithi112 bash[16324]: cluster 2024-01-18T08:15:04.239688+0000 mon.smithi112 (mon.0) 895 : cluster [INF] Cluster is now healthy 2024-01-18T08:15:05.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:04 smithi131 bash[19154]: audit 2024-01-18T08:15:03.103574+0000 mgr.smithi112.xshois (mgr.14182) 903 : audit [DBG] from='client.24865 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:15:05.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:04 smithi131 bash[19154]: cluster 2024-01-18T08:15:03.244419+0000 mgr.smithi112.xshois (mgr.14182) 904 : cluster [DBG] pgmap v626: 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-18T08:15:05.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:04 smithi131 bash[19154]: cephadm 2024-01-18T08:15:03.268751+0000 mgr.smithi112.xshois (mgr.14182) 905 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi131.jntohf on smithi131 2024-01-18T08:15:05.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:04 smithi131 bash[19154]: cluster 2024-01-18T08:15:04.239624+0000 mon.smithi112 (mon.0) 894 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:15:05.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:04 smithi131 bash[19154]: cluster 2024-01-18T08:15:04.239688+0000 mon.smithi112 (mon.0) 895 : cluster [INF] Cluster is now healthy 2024-01-18T08:15:07.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:06 smithi112 bash[16324]: cluster 2024-01-18T08:15:05.245760+0000 mgr.smithi112.xshois (mgr.14182) 906 : cluster [DBG] pgmap v627: 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-18T08:15:07.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:06 smithi131 bash[19154]: cluster 2024-01-18T08:15:05.245760+0000 mgr.smithi112.xshois (mgr.14182) 906 : cluster [DBG] pgmap v627: 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-18T08:15:08.060 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:15:08.060 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:05:49.167426Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:13:52.337700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.uiqedt on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uiqedt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uiqedt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uiqedt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uiqedt\nDeploy daemon haproxy.nfs.foo.smithi131.uiqedt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:13:56.528749Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.kivwzh on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-kivwzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-kivwzh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.kivwzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.kivwzh\nDeploy daemon haproxy.nfs.foo.smithi112.kivwzh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:13:56.533201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.lucbuw on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:13:56.536202Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.mxdsor on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:15:07.192484Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.jntohf on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-jntohf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-jntohf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.jntohf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.jntohf\nDeploy daemon haproxy.nfs.foo.smithi131.jntohf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -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.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:05:49.167881Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:05:49.168152Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:05:49.168405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:05:49.168901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:05:49.169891Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:15:08.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:07 smithi112 bash[16324]: audit 2024-01-18T08:15:07.190852+0000 mon.smithi112 (mon.0) 896 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi131.jntohf"}]: dispatch 2024-01-18T08:15:08.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:07 smithi131 bash[19154]: audit 2024-01-18T08:15:07.190852+0000 mon.smithi112 (mon.0) 896 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi131.jntohf"}]: dispatch 2024-01-18T08:15:08.705 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:15:09.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:08 smithi112 bash[16324]: cephadm 2024-01-18T08:15:07.189533+0000 mgr.smithi112.xshois (mgr.14182) 907 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-jntohf 2024-01-18T08:15:09.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:08 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:15:09.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:08 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-jntohf 2024-01-18T08:15:09.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:08 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.jntohf 2024-01-18T08:15:09.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:08 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:15:09.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:08 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.jntohf 2024-01-18T08:15:09.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:08 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.jntohf ... 2024-01-18T08:15:09.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:08 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:15:09.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:08 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:15:09.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:08 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:15:09.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:08 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:15:09.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:08 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:15:09.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:08 smithi112 bash[16324]: Traceback (most recent call last): 2024-01-18T08:15:09.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:08 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:15:09.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:08 smithi112 bash[16324]: yield (conn, connr) 2024-01-18T08:15:09.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:08 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:15:09.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:08 smithi112 bash[16324]: code, '\n'.join(err))) 2024-01-18T08:15:09.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:08 smithi112 bash[16324]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-jntohf 2024-01-18T08:15:09.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:08 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:15:09.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:08 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-jntohf 2024-01-18T08:15:09.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:08 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.jntohf 2024-01-18T08:15:09.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:08 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:15:09.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:08 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.jntohf 2024-01-18T08:15:09.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:08 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.jntohf ... 2024-01-18T08:15:09.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:08 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:15:09.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:08 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:15:09.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:08 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:15:09.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:08 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:15:09.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:08 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:15:09.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:08 smithi112 bash[16324]: cephadm 2024-01-18T08:15:07.190038+0000 mgr.smithi112.xshois (mgr.14182) 908 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi131.jntohf 2024-01-18T08:15:09.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:08 smithi112 bash[16324]: cephadm 2024-01-18T08:15:07.192774+0000 mgr.smithi112.xshois (mgr.14182) 909 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi131.jntohf on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-jntohf 2024-01-18T08:15:09.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:08 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:15:09.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:08 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-jntohf 2024-01-18T08:15:09.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:08 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.jntohf 2024-01-18T08:15:09.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:08 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:15:09.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:08 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.jntohf 2024-01-18T08:15:09.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:08 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.jntohf ... 2024-01-18T08:15:09.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:08 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:15:09.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:08 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:15:09.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:08 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:15:09.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:08 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:15:09.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:08 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:15:09.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:08 smithi112 bash[16324]: cephadm 2024-01-18T08:15:07.197920+0000 mgr.smithi112.xshois (mgr.14182) 910 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi112.ockzev on smithi112 2024-01-18T08:15:09.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:08 smithi112 bash[16324]: cluster 2024-01-18T08:15:07.247716+0000 mgr.smithi112.xshois (mgr.14182) 911 : cluster [DBG] pgmap v628: 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-18T08:15:09.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:08 smithi131 bash[19154]: cephadm 2024-01-18T08:15:07.189533+0000 mgr.smithi112.xshois (mgr.14182) 907 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-jntohf 2024-01-18T08:15:09.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:08 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:15:09.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:08 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-jntohf 2024-01-18T08:15:09.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:08 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.jntohf 2024-01-18T08:15:09.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:08 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:15:09.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:08 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.jntohf 2024-01-18T08:15:09.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:08 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.jntohf ... 2024-01-18T08:15:09.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:08 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:15:09.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:08 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:15:09.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:08 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:15:09.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:08 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:15:09.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:08 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:15:09.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:08 smithi131 bash[19154]: Traceback (most recent call last): 2024-01-18T08:15:09.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:08 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:15:09.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:08 smithi131 bash[19154]: yield (conn, connr) 2024-01-18T08:15:09.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:08 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:15:09.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:08 smithi131 bash[19154]: code, '\n'.join(err))) 2024-01-18T08:15:09.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:08 smithi131 bash[19154]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-jntohf 2024-01-18T08:15:09.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:08 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:15:09.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:08 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-jntohf 2024-01-18T08:15:09.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:08 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.jntohf 2024-01-18T08:15:09.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:08 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:15:09.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:08 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.jntohf 2024-01-18T08:15:09.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:08 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.jntohf ... 2024-01-18T08:15:09.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:08 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:15:09.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:08 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:15:09.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:08 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:15:09.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:08 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:15:09.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:08 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:15:09.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:08 smithi131 bash[19154]: cephadm 2024-01-18T08:15:07.190038+0000 mgr.smithi112.xshois (mgr.14182) 908 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi131.jntohf 2024-01-18T08:15:09.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:08 smithi131 bash[19154]: cephadm 2024-01-18T08:15:07.192774+0000 mgr.smithi112.xshois (mgr.14182) 909 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi131.jntohf on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-jntohf 2024-01-18T08:15:09.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:08 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:15:09.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:08 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-jntohf 2024-01-18T08:15:09.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:08 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.jntohf 2024-01-18T08:15:09.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:08 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:15:09.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:08 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.jntohf 2024-01-18T08:15:09.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:08 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.jntohf ... 2024-01-18T08:15:09.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:08 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:15:09.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:08 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:15:09.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:08 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:15:09.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:08 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:15:09.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:08 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:15:09.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:08 smithi131 bash[19154]: cephadm 2024-01-18T08:15:07.197920+0000 mgr.smithi112.xshois (mgr.14182) 910 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi112.ockzev on smithi112 2024-01-18T08:15:09.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:08 smithi131 bash[19154]: cluster 2024-01-18T08:15:07.247716+0000 mgr.smithi112.xshois (mgr.14182) 911 : cluster [DBG] pgmap v628: 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-18T08:15:09.706 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:15:10.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:09 smithi112 bash[16324]: audit 2024-01-18T08:15:08.048416+0000 mgr.smithi112.xshois (mgr.14182) 912 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:15:10.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:09 smithi131 bash[19154]: audit 2024-01-18T08:15:08.048416+0000 mgr.smithi112.xshois (mgr.14182) 912 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:15:11.242 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:10 smithi112 bash[16324]: cluster 2024-01-18T08:15:09.248949+0000 mgr.smithi112.xshois (mgr.14182) 913 : cluster [DBG] pgmap v629: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2024-01-18T08:15:11.242 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:10 smithi112 bash[16324]: audit 2024-01-18T08:15:10.360796+0000 mon.smithi112 (mon.0) 897 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:15:11.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:10 smithi131 bash[19154]: cluster 2024-01-18T08:15:09.248949+0000 mgr.smithi112.xshois (mgr.14182) 913 : cluster [DBG] pgmap v629: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2024-01-18T08:15:11.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:10 smithi131 bash[19154]: audit 2024-01-18T08:15:10.360796+0000 mon.smithi112 (mon.0) 897 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:15:12.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:11 smithi112 bash[16324]: cephadm 2024-01-18T08:15:11.098748+0000 mgr.smithi112.xshois (mgr.14182) 914 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ockzev 2024-01-18T08:15:12.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:11 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:15:12.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:11 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ockzev 2024-01-18T08:15:12.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:11 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ockzev 2024-01-18T08:15:12.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:11 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:15:12.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:11 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ockzev 2024-01-18T08:15:12.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:11 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.ockzev ... 2024-01-18T08:15:12.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:11 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:15:12.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:11 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:15:12.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:11 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:15:12.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:11 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:15:12.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:11 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:15:12.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:11 smithi112 bash[16324]: Traceback (most recent call last): 2024-01-18T08:15:12.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:11 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:15:12.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:11 smithi112 bash[16324]: yield (conn, connr) 2024-01-18T08:15:12.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:11 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:15:12.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:11 smithi112 bash[16324]: code, '\n'.join(err))) 2024-01-18T08:15:12.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:11 smithi112 bash[16324]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ockzev 2024-01-18T08:15:12.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:11 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:15:12.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:11 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ockzev 2024-01-18T08:15:12.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:11 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ockzev 2024-01-18T08:15:12.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:11 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:15:12.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:11 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ockzev 2024-01-18T08:15:12.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:11 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.ockzev ... 2024-01-18T08:15:12.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:11 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:15:12.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:11 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:15:12.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:11 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:15:12.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:11 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:15:12.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:11 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:15:12.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:11 smithi112 bash[16324]: cephadm 2024-01-18T08:15:11.099397+0000 mgr.smithi112.xshois (mgr.14182) 915 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi112.ockzev 2024-01-18T08:15:12.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:11 smithi112 bash[16324]: audit 2024-01-18T08:15:11.100041+0000 mon.smithi112 (mon.0) 898 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi112.ockzev"}]: dispatch 2024-01-18T08:15:12.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:11 smithi112 bash[16324]: cephadm 2024-01-18T08:15:11.101201+0000 mgr.smithi112.xshois (mgr.14182) 916 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi112.ockzev on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ockzev 2024-01-18T08:15:12.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:11 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:15:12.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:11 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ockzev 2024-01-18T08:15:12.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:11 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ockzev 2024-01-18T08:15:12.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:11 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:15:12.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:11 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ockzev 2024-01-18T08:15:12.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:11 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.ockzev ... 2024-01-18T08:15:12.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:11 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:15:12.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:11 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:15:12.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:11 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:15:12.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:11 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:15:12.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:11 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:15:12.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:11 smithi112 bash[16324]: cephadm 2024-01-18T08:15:11.103793+0000 mgr.smithi112.xshois (mgr.14182) 917 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi131.cwoccx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:15:12.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:11 smithi112 bash[16324]: cephadm 2024-01-18T08:15:11.106201+0000 mgr.smithi112.xshois (mgr.14182) 918 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi112.dvncxl on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:15:12.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:11 smithi112 bash[16324]: cluster 2024-01-18T08:15:11.107341+0000 mgr.smithi112.xshois (mgr.14182) 919 : cluster [DBG] pgmap v630: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-01-18T08:15:12.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:11 smithi112 bash[16324]: audit 2024-01-18T08:15:11.332296+0000 mon.smithi112 (mon.0) 899 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:15:12.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:11 smithi131 bash[19154]: cephadm 2024-01-18T08:15:11.098748+0000 mgr.smithi112.xshois (mgr.14182) 914 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ockzev 2024-01-18T08:15:12.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:11 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:15:12.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:11 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ockzev 2024-01-18T08:15:12.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:11 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ockzev 2024-01-18T08:15:12.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:11 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:15:12.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:11 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ockzev 2024-01-18T08:15:12.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:11 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.ockzev ... 2024-01-18T08:15:12.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:11 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:15:12.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:11 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:15:12.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:11 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:15:12.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:11 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:15:12.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:11 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:15:12.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:11 smithi131 bash[19154]: Traceback (most recent call last): 2024-01-18T08:15:12.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:11 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:15:12.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:11 smithi131 bash[19154]: yield (conn, connr) 2024-01-18T08:15:12.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:11 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:15:12.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:11 smithi131 bash[19154]: code, '\n'.join(err))) 2024-01-18T08:15:12.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:11 smithi131 bash[19154]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ockzev 2024-01-18T08:15:12.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:11 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:15:12.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:11 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ockzev 2024-01-18T08:15:12.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:11 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ockzev 2024-01-18T08:15:12.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:11 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:15:12.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:11 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ockzev 2024-01-18T08:15:12.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:11 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.ockzev ... 2024-01-18T08:15:12.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:11 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:15:12.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:11 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:15:12.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:11 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:15:12.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:11 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:15:12.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:11 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:15:12.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:11 smithi131 bash[19154]: cephadm 2024-01-18T08:15:11.099397+0000 mgr.smithi112.xshois (mgr.14182) 915 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi112.ockzev 2024-01-18T08:15:12.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:11 smithi131 bash[19154]: audit 2024-01-18T08:15:11.100041+0000 mon.smithi112 (mon.0) 898 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi112.ockzev"}]: dispatch 2024-01-18T08:15:12.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:11 smithi131 bash[19154]: cephadm 2024-01-18T08:15:11.101201+0000 mgr.smithi112.xshois (mgr.14182) 916 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi112.ockzev on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ockzev 2024-01-18T08:15:12.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:11 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:15:12.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:11 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ockzev 2024-01-18T08:15:12.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:11 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ockzev 2024-01-18T08:15:12.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:11 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:15:12.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:11 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ockzev 2024-01-18T08:15:12.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:11 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.ockzev ... 2024-01-18T08:15:12.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:11 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:15:12.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:11 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:15:12.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:11 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:15:12.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:11 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:15:12.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:11 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:15:12.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:11 smithi131 bash[19154]: cephadm 2024-01-18T08:15:11.103793+0000 mgr.smithi112.xshois (mgr.14182) 917 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi131.cwoccx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:15:12.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:11 smithi131 bash[19154]: cephadm 2024-01-18T08:15:11.106201+0000 mgr.smithi112.xshois (mgr.14182) 918 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi112.dvncxl on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:15:12.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:11 smithi131 bash[19154]: cluster 2024-01-18T08:15:11.107341+0000 mgr.smithi112.xshois (mgr.14182) 919 : cluster [DBG] pgmap v630: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-01-18T08:15:12.425 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:11 smithi131 bash[19154]: audit 2024-01-18T08:15:11.332296+0000 mon.smithi112 (mon.0) 899 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:15:13.249 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:12 smithi131 bash[19154]: cluster 2024-01-18T08:15:11.976988+0000 mon.smithi112 (mon.0) 900 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:15:13.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:12 smithi112 bash[16324]: cluster 2024-01-18T08:15:11.976988+0000 mon.smithi112 (mon.0) 900 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:15:13.340 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:15:13.341 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:05:49.167426Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:13:56.536202Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.mxdsor on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:15:07.192484Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.jntohf on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-jntohf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-jntohf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.jntohf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.jntohf\nDeploy daemon haproxy.nfs.foo.smithi131.jntohf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:15:11.101034Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.ockzev on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ockzev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ockzev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ockzev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ockzev\nDeploy daemon haproxy.nfs.foo.smithi112.ockzev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:15:11.103633Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.cwoccx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:15:11.106044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.dvncxl on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:05:49.167881Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:05:49.168152Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:05:49.168405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:05:49.168901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:05:49.169891Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:15:13.997 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:15:14.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:14 smithi112 bash[16324]: cluster 2024-01-18T08:15:13.108940+0000 mgr.smithi112.xshois (mgr.14182) 920 : cluster [DBG] pgmap v631: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-01-18T08:15:14.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:14 smithi112 bash[16324]: audit 2024-01-18T08:15:13.334268+0000 mgr.smithi112.xshois (mgr.14182) 921 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:15:14.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:14 smithi131 bash[19154]: cluster 2024-01-18T08:15:13.108940+0000 mgr.smithi112.xshois (mgr.14182) 920 : cluster [DBG] pgmap v631: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-01-18T08:15:14.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:14 smithi131 bash[19154]: audit 2024-01-18T08:15:13.334268+0000 mgr.smithi112.xshois (mgr.14182) 921 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:15:14.998 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:15:16.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:16 smithi112 bash[16324]: cluster 2024-01-18T08:15:15.110409+0000 mgr.smithi112.xshois (mgr.14182) 922 : cluster [DBG] pgmap v632: 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-18T08:15:16.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:16 smithi131 bash[19154]: cluster 2024-01-18T08:15:15.110409+0000 mgr.smithi112.xshois (mgr.14182) 922 : cluster [DBG] pgmap v632: 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-18T08:15:18.216 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:15:18.216 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:05:49.167426Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:13:56.536202Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.mxdsor on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:15:07.192484Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.jntohf on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-jntohf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-jntohf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.jntohf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.jntohf\nDeploy daemon haproxy.nfs.foo.smithi131.jntohf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:15:11.101034Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.ockzev on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ockzev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ockzev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ockzev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ockzev\nDeploy daemon haproxy.nfs.foo.smithi112.ockzev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:15:11.103633Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.cwoccx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:15:11.106044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.dvncxl on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:05:49.167881Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:05:49.168152Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:05:49.168405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:05:49.168901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:05:49.169891Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:15:18.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:18 smithi112 bash[16324]: cluster 2024-01-18T08:15:17.112188+0000 mgr.smithi112.xshois (mgr.14182) 923 : cluster [DBG] pgmap v633: 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-18T08:15:18.877 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:15:18.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:18 smithi131 bash[19154]: cluster 2024-01-18T08:15:17.112188+0000 mgr.smithi112.xshois (mgr.14182) 923 : cluster [DBG] pgmap v633: 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-18T08:15:19.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:19 smithi112 bash[16324]: audit 2024-01-18T08:15:18.204078+0000 mgr.smithi112.xshois (mgr.14182) 924 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:15:19.878 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:15:19.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:19 smithi131 bash[19154]: audit 2024-01-18T08:15:18.204078+0000 mgr.smithi112.xshois (mgr.14182) 924 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:15:20.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:20 smithi112 bash[16324]: cluster 2024-01-18T08:15:19.113605+0000 mgr.smithi112.xshois (mgr.14182) 925 : cluster [DBG] pgmap v634: 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-18T08:15:20.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:20 smithi131 bash[19154]: cluster 2024-01-18T08:15:19.113605+0000 mgr.smithi112.xshois (mgr.14182) 925 : cluster [DBG] pgmap v634: 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-18T08:15:22.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:22 smithi112 bash[16324]: cluster 2024-01-18T08:15:21.115152+0000 mgr.smithi112.xshois (mgr.14182) 926 : cluster [DBG] pgmap v635: 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-18T08:15:22.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:22 smithi131 bash[19154]: cluster 2024-01-18T08:15:21.115152+0000 mgr.smithi112.xshois (mgr.14182) 926 : cluster [DBG] pgmap v635: 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-18T08:15:22.971 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:15:22.972 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:05:49.167426Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:13:56.536202Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.mxdsor on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:15:07.192484Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.jntohf on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-jntohf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-jntohf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.jntohf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.jntohf\nDeploy daemon haproxy.nfs.foo.smithi131.jntohf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:15:11.101034Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.ockzev on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ockzev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ockzev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ockzev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ockzev\nDeploy daemon haproxy.nfs.foo.smithi112.ockzev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:15:11.103633Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.cwoccx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:15:11.106044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.dvncxl on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:05:49.167881Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:05:49.168152Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:05:49.168405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:05:49.168901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:05:49.169891Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:15:23.622 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:15:23.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:23 smithi131 bash[19154]: audit 2024-01-18T08:15:22.962126+0000 mgr.smithi112.xshois (mgr.14182) 927 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:15:23.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:23 smithi112 bash[16324]: audit 2024-01-18T08:15:22.962126+0000 mgr.smithi112.xshois (mgr.14182) 927 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:15:24.623 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:15:24.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:24 smithi112 bash[16324]: cluster 2024-01-18T08:15:23.116736+0000 mgr.smithi112.xshois (mgr.14182) 928 : cluster [DBG] pgmap v636: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:15:24.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:24 smithi131 bash[19154]: cluster 2024-01-18T08:15:23.116736+0000 mgr.smithi112.xshois (mgr.14182) 928 : cluster [DBG] pgmap v636: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:15:26.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:26 smithi131 bash[19154]: cluster 2024-01-18T08:15:25.118242+0000 mgr.smithi112.xshois (mgr.14182) 929 : 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-18T08:15:26.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:26 smithi131 bash[19154]: audit 2024-01-18T08:15:25.361908+0000 mon.smithi112 (mon.0) 901 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:15:26.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:26 smithi112 bash[16324]: cluster 2024-01-18T08:15:25.118242+0000 mgr.smithi112.xshois (mgr.14182) 929 : 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-18T08:15:26.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:26 smithi112 bash[16324]: audit 2024-01-18T08:15:25.361908+0000 mon.smithi112 (mon.0) 901 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:15:27.831 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:15:27.831 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:05:49.167426Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:13:56.536202Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.mxdsor on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:15:07.192484Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.jntohf on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-jntohf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-jntohf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.jntohf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.jntohf\nDeploy daemon haproxy.nfs.foo.smithi131.jntohf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:15:11.101034Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.ockzev on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ockzev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ockzev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ockzev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ockzev\nDeploy daemon haproxy.nfs.foo.smithi112.ockzev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:15:11.103633Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.cwoccx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:15:11.106044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.dvncxl on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:05:49.167881Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:05:49.168152Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:05:49.168405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:05:49.168901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:05:49.169891Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:15:28.440 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:15:28.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:28 smithi131 bash[19154]: cluster 2024-01-18T08:15:27.119781+0000 mgr.smithi112.xshois (mgr.14182) 930 : 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-18T08:15:28.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:28 smithi131 bash[19154]: audit 2024-01-18T08:15:27.822085+0000 mgr.smithi112.xshois (mgr.14182) 931 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:15:28.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:28 smithi112 bash[16324]: cluster 2024-01-18T08:15:27.119781+0000 mgr.smithi112.xshois (mgr.14182) 930 : 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-18T08:15:28.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:28 smithi112 bash[16324]: audit 2024-01-18T08:15:27.822085+0000 mgr.smithi112.xshois (mgr.14182) 931 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:15:29.441 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:15:30.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:30 smithi112 bash[16324]: cluster 2024-01-18T08:15:29.121185+0000 mgr.smithi112.xshois (mgr.14182) 932 : 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-18T08:15:30.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:30 smithi131 bash[19154]: cluster 2024-01-18T08:15:29.121185+0000 mgr.smithi112.xshois (mgr.14182) 932 : 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-18T08:15:32.596 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:15:32.597 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:05:49.167426Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:13:56.536202Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.mxdsor on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:15:07.192484Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.jntohf on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-jntohf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-jntohf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.jntohf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.jntohf\nDeploy daemon haproxy.nfs.foo.smithi131.jntohf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:15:11.101034Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.ockzev on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ockzev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ockzev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ockzev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ockzev\nDeploy daemon haproxy.nfs.foo.smithi112.ockzev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:15:11.103633Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.cwoccx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:15:11.106044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.dvncxl on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:05:49.167881Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:05:49.168152Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:05:49.168405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:05:49.168901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:05:49.169891Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:15:32.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:32 smithi112 bash[16324]: cluster 2024-01-18T08:15:31.123220+0000 mgr.smithi112.xshois (mgr.14182) 933 : cluster [DBG] pgmap v640: 225 pgs: 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-18T08:15:32.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:32 smithi131 bash[19154]: cluster 2024-01-18T08:15:31.123220+0000 mgr.smithi112.xshois (mgr.14182) 933 : cluster [DBG] pgmap v640: 225 pgs: 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-18T08:15:33.214 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:15:33.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:33 smithi131 bash[19154]: audit 2024-01-18T08:15:32.584312+0000 mgr.smithi112.xshois (mgr.14182) 934 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:15:33.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:33 smithi112 bash[16324]: audit 2024-01-18T08:15:32.584312+0000 mgr.smithi112.xshois (mgr.14182) 934 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:15:34.216 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:15:34.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:34 smithi112 bash[16324]: cluster 2024-01-18T08:15:33.124781+0000 mgr.smithi112.xshois (mgr.14182) 935 : cluster [DBG] pgmap v641: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:15:34.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:34 smithi131 bash[19154]: cluster 2024-01-18T08:15:33.124781+0000 mgr.smithi112.xshois (mgr.14182) 935 : cluster [DBG] pgmap v641: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:15:36.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:36 smithi112 bash[16324]: cluster 2024-01-18T08:15:35.126377+0000 mgr.smithi112.xshois (mgr.14182) 936 : 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-18T08:15:36.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:36 smithi131 bash[19154]: cluster 2024-01-18T08:15:35.126377+0000 mgr.smithi112.xshois (mgr.14182) 936 : 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-18T08:15:37.334 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:15:37.335 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:05:49.167426Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:13:56.536202Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.mxdsor on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:15:07.192484Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.jntohf on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-jntohf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-jntohf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.jntohf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.jntohf\nDeploy daemon haproxy.nfs.foo.smithi131.jntohf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:15:11.101034Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.ockzev on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ockzev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ockzev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ockzev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ockzev\nDeploy daemon haproxy.nfs.foo.smithi112.ockzev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:15:11.103633Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.cwoccx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:15:11.106044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.dvncxl on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:05:49.167881Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:05:49.168152Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:05:49.168405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:05:49.168901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:05:49.169891Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:15:38.004 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:15:38.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:38 smithi112 bash[16324]: cluster 2024-01-18T08:15:37.128429+0000 mgr.smithi112.xshois (mgr.14182) 937 : 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-18T08:15:38.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:38 smithi112 bash[16324]: audit 2024-01-18T08:15:37.326528+0000 mgr.smithi112.xshois (mgr.14182) 938 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:15:38.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:38 smithi131 bash[19154]: cluster 2024-01-18T08:15:37.128429+0000 mgr.smithi112.xshois (mgr.14182) 937 : 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-18T08:15:38.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:38 smithi131 bash[19154]: audit 2024-01-18T08:15:37.326528+0000 mgr.smithi112.xshois (mgr.14182) 938 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:15:39.005 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:15:40.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:40 smithi112 bash[16324]: cluster 2024-01-18T08:15:39.129383+0000 mgr.smithi112.xshois (mgr.14182) 939 : 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-18T08:15:40.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:40 smithi131 bash[19154]: cluster 2024-01-18T08:15:39.129383+0000 mgr.smithi112.xshois (mgr.14182) 939 : 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-18T08:15:42.197 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:15:42.198 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:05:49.167426Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:13:56.536202Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.mxdsor on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:15:07.192484Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.jntohf on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-jntohf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-jntohf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.jntohf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.jntohf\nDeploy daemon haproxy.nfs.foo.smithi131.jntohf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:15:11.101034Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.ockzev on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ockzev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ockzev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ockzev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ockzev\nDeploy daemon haproxy.nfs.foo.smithi112.ockzev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:15:11.103633Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.cwoccx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:15:11.106044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.dvncxl on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:05:49.167881Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:05:49.168152Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:05:49.168405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:05:49.168901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:05:49.169891Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:15:42.766 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:42 smithi112 bash[16324]: cluster 2024-01-18T08:15:41.131325+0000 mgr.smithi112.xshois (mgr.14182) 940 : cluster [DBG] pgmap v645: 225 pgs: 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-18T08:15:42.768 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:15:42.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:42 smithi131 bash[19154]: cluster 2024-01-18T08:15:41.131325+0000 mgr.smithi112.xshois (mgr.14182) 940 : cluster [DBG] pgmap v645: 225 pgs: 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-18T08:15:43.768 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:15:43.780 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:43 smithi112 bash[16324]: audit 2024-01-18T08:15:42.187556+0000 mgr.smithi112.xshois (mgr.14182) 941 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:15:43.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:43 smithi131 bash[19154]: audit 2024-01-18T08:15:42.187556+0000 mgr.smithi112.xshois (mgr.14182) 941 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:15:44.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:44 smithi112 bash[16324]: cluster 2024-01-18T08:15:43.132874+0000 mgr.smithi112.xshois (mgr.14182) 942 : cluster [DBG] pgmap v646: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:15:44.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:44 smithi131 bash[19154]: cluster 2024-01-18T08:15:43.132874+0000 mgr.smithi112.xshois (mgr.14182) 942 : cluster [DBG] pgmap v646: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:15:46.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:46 smithi112 bash[16324]: cluster 2024-01-18T08:15:45.133724+0000 mgr.smithi112.xshois (mgr.14182) 943 : 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-18T08:15:46.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:46 smithi131 bash[19154]: cluster 2024-01-18T08:15:45.133724+0000 mgr.smithi112.xshois (mgr.14182) 943 : 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-18T08:15:46.924 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:15:46.924 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:05:49.167426Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:13:56.536202Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.mxdsor on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:15:07.192484Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.jntohf on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-jntohf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-jntohf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.jntohf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.jntohf\nDeploy daemon haproxy.nfs.foo.smithi131.jntohf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:15:11.101034Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.ockzev on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ockzev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ockzev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ockzev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ockzev\nDeploy daemon haproxy.nfs.foo.smithi112.ockzev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:15:11.103633Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.cwoccx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:15:11.106044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.dvncxl on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:05:49.167881Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:05:49.168152Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:05:49.168405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:05:49.168901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:05:49.169891Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:15:47.539 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:15:47.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:47 smithi131 bash[19154]: audit 2024-01-18T08:15:46.912630+0000 mgr.smithi112.xshois (mgr.14182) 944 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:15:48.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:47 smithi112 bash[16324]: audit 2024-01-18T08:15:46.912630+0000 mgr.smithi112.xshois (mgr.14182) 944 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:15:48.540 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:15:48.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:48 smithi131 bash[19154]: cluster 2024-01-18T08:15:47.135603+0000 mgr.smithi112.xshois (mgr.14182) 945 : 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-18T08:15:49.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:48 smithi112 bash[16324]: cluster 2024-01-18T08:15:47.135603+0000 mgr.smithi112.xshois (mgr.14182) 945 : 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-18T08:15:50.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:50 smithi131 bash[19154]: cluster 2024-01-18T08:15:49.137130+0000 mgr.smithi112.xshois (mgr.14182) 946 : 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-18T08:15:51.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:50 smithi112 bash[16324]: cluster 2024-01-18T08:15:49.137130+0000 mgr.smithi112.xshois (mgr.14182) 946 : 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-18T08:15:51.752 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:15:51.753 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:05:49.167426Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:13:56.536202Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.mxdsor on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:15:07.192484Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.jntohf on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-jntohf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-jntohf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.jntohf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.jntohf\nDeploy daemon haproxy.nfs.foo.smithi131.jntohf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:15:11.101034Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.ockzev on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ockzev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ockzev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ockzev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ockzev\nDeploy daemon haproxy.nfs.foo.smithi112.ockzev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:15:11.103633Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.cwoccx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:15:11.106044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.dvncxl on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:05:49.167881Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:05:49.168152Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:05:49.168405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:05:49.168901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:05:49.169891Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:15:52.395 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:15:52.688 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:52 smithi112 bash[16324]: cluster 2024-01-18T08:15:51.139147+0000 mgr.smithi112.xshois (mgr.14182) 947 : cluster [DBG] pgmap v650: 225 pgs: 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-18T08:15:52.688 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:52 smithi112 bash[16324]: audit 2024-01-18T08:15:51.740936+0000 mgr.smithi112.xshois (mgr.14182) 948 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:15:52.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:52 smithi131 bash[19154]: cluster 2024-01-18T08:15:51.139147+0000 mgr.smithi112.xshois (mgr.14182) 947 : cluster [DBG] pgmap v650: 225 pgs: 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-18T08:15:52.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:52 smithi131 bash[19154]: audit 2024-01-18T08:15:51.740936+0000 mgr.smithi112.xshois (mgr.14182) 948 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:15:53.396 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:15:54.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:54 smithi112 bash[16324]: cluster 2024-01-18T08:15:53.140742+0000 mgr.smithi112.xshois (mgr.14182) 949 : cluster [DBG] pgmap v651: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:15:54.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:54 smithi131 bash[19154]: cluster 2024-01-18T08:15:53.140742+0000 mgr.smithi112.xshois (mgr.14182) 949 : cluster [DBG] pgmap v651: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:15:56.586 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:15:56.586 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:05:49.167426Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:13:56.536202Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.mxdsor on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:15:07.192484Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.jntohf on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-jntohf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-jntohf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.jntohf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.jntohf\nDeploy daemon haproxy.nfs.foo.smithi131.jntohf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:15:11.101034Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.ockzev on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ockzev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ockzev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ockzev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ockzev\nDeploy daemon haproxy.nfs.foo.smithi112.ockzev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:15:11.103633Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.cwoccx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:15:11.106044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.dvncxl on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:05:49.167881Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:05:49.168152Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:05:49.168405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:05:49.168901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:05:49.169891Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:15:56.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:56 smithi131 bash[19154]: cluster 2024-01-18T08:15:55.142259+0000 mgr.smithi112.xshois (mgr.14182) 950 : cluster [DBG] pgmap v652: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:15:57.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:56 smithi112 bash[16324]: cluster 2024-01-18T08:15:55.142259+0000 mgr.smithi112.xshois (mgr.14182) 950 : cluster [DBG] pgmap v652: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:15:57.198 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:15:57.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:57 smithi131 bash[19154]: audit 2024-01-18T08:15:56.574500+0000 mgr.smithi112.xshois (mgr.14182) 951 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:15:58.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:57 smithi112 bash[16324]: audit 2024-01-18T08:15:56.574500+0000 mgr.smithi112.xshois (mgr.14182) 951 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:15:58.199 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:15:58.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:15:58 smithi131 bash[19154]: cluster 2024-01-18T08:15:57.144067+0000 mgr.smithi112.xshois (mgr.14182) 952 : cluster [DBG] pgmap v653: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:15:59.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:15:58 smithi112 bash[16324]: cluster 2024-01-18T08:15:57.144067+0000 mgr.smithi112.xshois (mgr.14182) 952 : cluster [DBG] pgmap v653: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:16:00.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:00 smithi131 bash[19154]: cluster 2024-01-18T08:15:59.145775+0000 mgr.smithi112.xshois (mgr.14182) 953 : cluster [DBG] pgmap v654: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:16:01.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:00 smithi112 bash[16324]: cluster 2024-01-18T08:15:59.145775+0000 mgr.smithi112.xshois (mgr.14182) 953 : cluster [DBG] pgmap v654: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:16:01.696 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:16:01.696 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:05:49.167426Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:13:56.536202Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.mxdsor on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:15:07.192484Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.jntohf on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-jntohf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-jntohf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.jntohf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.jntohf\nDeploy daemon haproxy.nfs.foo.smithi131.jntohf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:15:11.101034Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.ockzev on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ockzev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ockzev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ockzev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ockzev\nDeploy daemon haproxy.nfs.foo.smithi112.ockzev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:15:11.103633Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.cwoccx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:15:11.106044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.dvncxl on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:05:49.167881Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:05:49.168152Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:05:49.168405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:05:49.168901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:05:49.169891Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:16:02.336 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:16:02.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:02 smithi131 bash[19154]: cluster 2024-01-18T08:16:01.147820+0000 mgr.smithi112.xshois (mgr.14182) 954 : cluster [DBG] pgmap v655: 225 pgs: 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-18T08:16:02.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:02 smithi131 bash[19154]: audit 2024-01-18T08:16:01.689961+0000 mgr.smithi112.xshois (mgr.14182) 955 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:16:03.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:02 smithi112 bash[16324]: cluster 2024-01-18T08:16:01.147820+0000 mgr.smithi112.xshois (mgr.14182) 954 : cluster [DBG] pgmap v655: 225 pgs: 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-18T08:16:03.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:02 smithi112 bash[16324]: audit 2024-01-18T08:16:01.689961+0000 mgr.smithi112.xshois (mgr.14182) 955 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:16:03.337 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:16:04.750 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:04 smithi112 bash[16324]: cluster 2024-01-18T08:16:03.149400+0000 mgr.smithi112.xshois (mgr.14182) 956 : cluster [DBG] pgmap v656: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:16:04.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:04 smithi131 bash[19154]: cluster 2024-01-18T08:16:03.149400+0000 mgr.smithi112.xshois (mgr.14182) 956 : cluster [DBG] pgmap v656: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:16:06.550 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:16:06.550 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:05:49.167426Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:13:56.536202Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.mxdsor on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:15:07.192484Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.jntohf on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-jntohf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-jntohf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.jntohf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.jntohf\nDeploy daemon haproxy.nfs.foo.smithi131.jntohf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:15:11.101034Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.ockzev on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ockzev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ockzev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ockzev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ockzev\nDeploy daemon haproxy.nfs.foo.smithi112.ockzev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:15:11.103633Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.cwoccx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:15:11.106044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.dvncxl on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:05:49.167881Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:05:49.168152Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:05:49.168405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:05:49.168901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:05:49.169891Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:16:06.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:06 smithi131 bash[19154]: cluster 2024-01-18T08:16:05.150883+0000 mgr.smithi112.xshois (mgr.14182) 957 : cluster [DBG] pgmap v657: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:16:07.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:06 smithi112 bash[16324]: cluster 2024-01-18T08:16:05.150883+0000 mgr.smithi112.xshois (mgr.14182) 957 : cluster [DBG] pgmap v657: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:16:07.157 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:16:07.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:07 smithi131 bash[19154]: audit 2024-01-18T08:16:06.545327+0000 mgr.smithi112.xshois (mgr.14182) 958 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:16:08.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:07 smithi112 bash[16324]: audit 2024-01-18T08:16:06.545327+0000 mgr.smithi112.xshois (mgr.14182) 958 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:16:08.158 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:16:08.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:08 smithi131 bash[19154]: cluster 2024-01-18T08:16:07.152714+0000 mgr.smithi112.xshois (mgr.14182) 959 : cluster [DBG] pgmap v658: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:16:09.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:08 smithi112 bash[16324]: cluster 2024-01-18T08:16:07.152714+0000 mgr.smithi112.xshois (mgr.14182) 959 : cluster [DBG] pgmap v658: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:16:10.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:10 smithi131 bash[19154]: cluster 2024-01-18T08:16:09.154179+0000 mgr.smithi112.xshois (mgr.14182) 960 : cluster [DBG] pgmap v659: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:16:10.938 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:10 smithi112 bash[16324]: cluster 2024-01-18T08:16:09.154179+0000 mgr.smithi112.xshois (mgr.14182) 960 : cluster [DBG] pgmap v659: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:16:11.319 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:16:11.319 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:05:49.167426Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:13:56.536202Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.mxdsor on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:15:07.192484Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.jntohf on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-jntohf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-jntohf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.jntohf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.jntohf\nDeploy daemon haproxy.nfs.foo.smithi131.jntohf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:15:11.101034Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.ockzev on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ockzev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ockzev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ockzev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ockzev\nDeploy daemon haproxy.nfs.foo.smithi112.ockzev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:15:11.103633Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.cwoccx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:15:11.106044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.dvncxl on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:05:49.167881Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:05:49.168152Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:05:49.168405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:05:49.168901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:05:49.169891Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:16:11.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:11 smithi112 bash[16324]: audit 2024-01-18T08:16:11.111002+0000 mon.smithi112 (mon.0) 902 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:16:11.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:11 smithi112 bash[16324]: audit 2024-01-18T08:16:11.402298+0000 mon.smithi112 (mon.0) 903 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:16:11.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:11 smithi131 bash[19154]: audit 2024-01-18T08:16:11.111002+0000 mon.smithi112 (mon.0) 902 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:16:11.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:11 smithi131 bash[19154]: audit 2024-01-18T08:16:11.402298+0000 mon.smithi112 (mon.0) 903 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:16:11.987 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:16:12.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:12 smithi131 bash[19154]: cluster 2024-01-18T08:16:11.156249+0000 mgr.smithi112.xshois (mgr.14182) 961 : cluster [DBG] pgmap v660: 225 pgs: 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-18T08:16:12.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:12 smithi131 bash[19154]: audit 2024-01-18T08:16:11.306749+0000 mgr.smithi112.xshois (mgr.14182) 962 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:16:12.991 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:16:13.004 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:12 smithi112 bash[16324]: cluster 2024-01-18T08:16:11.156249+0000 mgr.smithi112.xshois (mgr.14182) 961 : cluster [DBG] pgmap v660: 225 pgs: 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-18T08:16:13.004 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:12 smithi112 bash[16324]: audit 2024-01-18T08:16:11.306749+0000 mgr.smithi112.xshois (mgr.14182) 962 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:16:14.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:14 smithi112 bash[16324]: cluster 2024-01-18T08:16:13.157768+0000 mgr.smithi112.xshois (mgr.14182) 963 : 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-18T08:16:14.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:14 smithi131 bash[19154]: cluster 2024-01-18T08:16:13.157768+0000 mgr.smithi112.xshois (mgr.14182) 963 : 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-18T08:16:16.338 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:16:16.338 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:05:49.167426Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:13:56.536202Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.mxdsor on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:15:07.192484Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.jntohf on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-jntohf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-jntohf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.jntohf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.jntohf\nDeploy daemon haproxy.nfs.foo.smithi131.jntohf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:15:11.101034Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.ockzev on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ockzev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ockzev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ockzev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ockzev\nDeploy daemon haproxy.nfs.foo.smithi112.ockzev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:15:11.103633Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.cwoccx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:15:11.106044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.dvncxl on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:05:49.167881Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:05:49.168152Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:05:49.168405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:05:49.168901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:05:49.168653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:05:49.169891Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:16:16.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:16 smithi112 bash[16324]: cluster 2024-01-18T08:16:15.159266+0000 mgr.smithi112.xshois (mgr.14182) 964 : cluster [DBG] pgmap v662: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:16:16.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:16 smithi131 bash[19154]: cluster 2024-01-18T08:16:15.159266+0000 mgr.smithi112.xshois (mgr.14182) 964 : cluster [DBG] pgmap v662: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:16:16.925 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:16:17.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:17 smithi131 bash[19154]: audit 2024-01-18T08:16:16.326534+0000 mgr.smithi112.xshois (mgr.14182) 965 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:16:17.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:17 smithi131 bash[19154]: audit 2024-01-18T08:16:17.131163+0000 mon.smithi112 (mon.0) 904 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:16:17.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:17 smithi131 bash[19154]: audit 2024-01-18T08:16:17.421933+0000 mon.smithi112 (mon.0) 905 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:16:17.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:17 smithi131 bash[19154]: audit 2024-01-18T08:16:17.423529+0000 mon.smithi112 (mon.0) 906 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:16:17.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:17 smithi131 bash[19154]: audit 2024-01-18T08:16:17.433736+0000 mon.smithi112 (mon.0) 907 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:16:17.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:17 smithi131 bash[19154]: audit 2024-01-18T08:16:17.441621+0000 mon.smithi112 (mon.0) 908 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:16:17.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:17 smithi131 bash[19154]: audit 2024-01-18T08:16:17.455765+0000 mon.smithi112 (mon.0) 909 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:16:17.926 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:16:17.939 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:17 smithi112 bash[16324]: audit 2024-01-18T08:16:16.326534+0000 mgr.smithi112.xshois (mgr.14182) 965 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:16:17.939 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:17 smithi112 bash[16324]: audit 2024-01-18T08:16:17.131163+0000 mon.smithi112 (mon.0) 904 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:16:17.939 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:17 smithi112 bash[16324]: audit 2024-01-18T08:16:17.421933+0000 mon.smithi112 (mon.0) 905 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:16:17.939 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:17 smithi112 bash[16324]: audit 2024-01-18T08:16:17.423529+0000 mon.smithi112 (mon.0) 906 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:16:17.940 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:17 smithi112 bash[16324]: audit 2024-01-18T08:16:17.433736+0000 mon.smithi112 (mon.0) 907 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:16:17.940 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:17 smithi112 bash[16324]: audit 2024-01-18T08:16:17.441621+0000 mon.smithi112 (mon.0) 908 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:16:17.940 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:17 smithi112 bash[16324]: audit 2024-01-18T08:16:17.455765+0000 mon.smithi112 (mon.0) 909 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:16:18.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:18 smithi131 bash[19154]: cluster 2024-01-18T08:16:17.160332+0000 mgr.smithi112.xshois (mgr.14182) 966 : 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-18T08:16:18.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:18 smithi131 bash[19154]: cluster 2024-01-18T08:16:17.435918+0000 mgr.smithi112.xshois (mgr.14182) 967 : cluster [DBG] pgmap v664: 225 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-18T08:16:18.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:18 smithi131 bash[19154]: cephadm 2024-01-18T08:16:17.459676+0000 mgr.smithi112.xshois (mgr.14182) 968 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi131.qfgleo on smithi131 2024-01-18T08:16:18.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:18 smithi131 bash[19154]: cluster 2024-01-18T08:16:18.127045+0000 mon.smithi112 (mon.0) 910 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:16:18.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:18 smithi131 bash[19154]: cluster 2024-01-18T08:16:18.127076+0000 mon.smithi112 (mon.0) 911 : cluster [INF] Cluster is now healthy 2024-01-18T08:16:19.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:18 smithi112 bash[16324]: cluster 2024-01-18T08:16:17.160332+0000 mgr.smithi112.xshois (mgr.14182) 966 : 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-18T08:16:19.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:18 smithi112 bash[16324]: cluster 2024-01-18T08:16:17.435918+0000 mgr.smithi112.xshois (mgr.14182) 967 : cluster [DBG] pgmap v664: 225 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-18T08:16:19.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:18 smithi112 bash[16324]: cephadm 2024-01-18T08:16:17.459676+0000 mgr.smithi112.xshois (mgr.14182) 968 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi131.qfgleo on smithi131 2024-01-18T08:16:19.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:18 smithi112 bash[16324]: cluster 2024-01-18T08:16:18.127045+0000 mon.smithi112 (mon.0) 910 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:16:19.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:18 smithi112 bash[16324]: cluster 2024-01-18T08:16:18.127076+0000 mon.smithi112 (mon.0) 911 : cluster [INF] Cluster is now healthy 2024-01-18T08:16:20.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:20 smithi131 bash[19154]: cluster 2024-01-18T08:16:19.437269+0000 mgr.smithi112.xshois (mgr.14182) 969 : cluster [DBG] pgmap v665: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:16:21.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:20 smithi112 bash[16324]: cluster 2024-01-18T08:16:19.437269+0000 mgr.smithi112.xshois (mgr.14182) 969 : cluster [DBG] pgmap v665: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:16:21.117 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:16:21.118 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:13:56.536202Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.mxdsor on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:15:07.192484Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.jntohf on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-jntohf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-jntohf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.jntohf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.jntohf\nDeploy daemon haproxy.nfs.foo.smithi131.jntohf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:15:11.101034Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.ockzev on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ockzev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ockzev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ockzev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ockzev\nDeploy daemon haproxy.nfs.foo.smithi112.ockzev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:15:11.103633Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.cwoccx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:15:11.106044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.dvncxl on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:16:21.835 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:16:22.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:21 smithi112 bash[16324]: audit 2024-01-18T08:16:21.233002+0000 mon.smithi112 (mon.0) 912 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi131.qfgleo"}]: dispatch 2024-01-18T08:16:22.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:21 smithi131 bash[19154]: audit 2024-01-18T08:16:21.233002+0000 mon.smithi112 (mon.0) 912 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi131.qfgleo"}]: dispatch 2024-01-18T08:16:22.836 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:16:23.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:22 smithi112 bash[16324]: audit 2024-01-18T08:16:21.113115+0000 mgr.smithi112.xshois (mgr.14182) 970 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:16:23.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:22 smithi112 bash[16324]: cephadm 2024-01-18T08:16:21.231865+0000 mgr.smithi112.xshois (mgr.14182) 971 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-qfgleo 2024-01-18T08:16:23.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:22 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:16:23.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:22 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-qfgleo 2024-01-18T08:16:23.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:22 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.qfgleo 2024-01-18T08:16:23.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:22 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:16:23.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:22 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.qfgleo 2024-01-18T08:16:23.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:22 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.qfgleo ... 2024-01-18T08:16:23.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:22 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:16:23.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:22 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:16:23.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:22 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:16:23.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:22 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:16:23.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:22 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:16:23.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:22 smithi112 bash[16324]: Traceback (most recent call last): 2024-01-18T08:16:23.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:22 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:16:23.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:22 smithi112 bash[16324]: yield (conn, connr) 2024-01-18T08:16:23.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:22 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:16:23.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:22 smithi112 bash[16324]: code, '\n'.join(err))) 2024-01-18T08:16:23.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:22 smithi112 bash[16324]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-qfgleo 2024-01-18T08:16:23.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:22 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:16:23.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:22 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-qfgleo 2024-01-18T08:16:23.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:22 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.qfgleo 2024-01-18T08:16:23.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:22 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:16:23.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:22 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.qfgleo 2024-01-18T08:16:23.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:22 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.qfgleo ... 2024-01-18T08:16:23.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:22 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:16:23.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:22 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:16:23.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:22 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:16:23.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:22 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:16:23.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:22 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:16:23.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:22 smithi112 bash[16324]: cephadm 2024-01-18T08:16:21.232334+0000 mgr.smithi112.xshois (mgr.14182) 972 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi131.qfgleo 2024-01-18T08:16:23.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:22 smithi112 bash[16324]: cephadm 2024-01-18T08:16:21.234700+0000 mgr.smithi112.xshois (mgr.14182) 973 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi131.qfgleo on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-qfgleo 2024-01-18T08:16:23.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:22 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:16:23.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:22 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-qfgleo 2024-01-18T08:16:23.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:22 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.qfgleo 2024-01-18T08:16:23.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:22 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:16:23.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:22 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.qfgleo 2024-01-18T08:16:23.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:22 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.qfgleo ... 2024-01-18T08:16:23.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:22 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:16:23.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:22 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:16:23.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:22 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:16:23.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:22 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:16:23.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:22 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:16:23.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:22 smithi112 bash[16324]: cephadm 2024-01-18T08:16:21.239108+0000 mgr.smithi112.xshois (mgr.14182) 974 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi112.xiasby on smithi112 2024-01-18T08:16:23.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:22 smithi112 bash[16324]: cluster 2024-01-18T08:16:21.438319+0000 mgr.smithi112.xshois (mgr.14182) 975 : cluster [DBG] pgmap v666: 225 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-18T08:16:23.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:22 smithi131 bash[19154]: audit 2024-01-18T08:16:21.113115+0000 mgr.smithi112.xshois (mgr.14182) 970 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:16:23.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:22 smithi131 bash[19154]: cephadm 2024-01-18T08:16:21.231865+0000 mgr.smithi112.xshois (mgr.14182) 971 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-qfgleo 2024-01-18T08:16:23.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:22 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:16:23.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:22 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-qfgleo 2024-01-18T08:16:23.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:22 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.qfgleo 2024-01-18T08:16:23.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:22 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:16:23.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:22 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.qfgleo 2024-01-18T08:16:23.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:22 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.qfgleo ... 2024-01-18T08:16:23.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:22 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:16:23.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:22 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:16:23.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:22 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:16:23.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:22 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:16:23.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:22 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:16:23.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:22 smithi131 bash[19154]: Traceback (most recent call last): 2024-01-18T08:16:23.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:22 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:16:23.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:22 smithi131 bash[19154]: yield (conn, connr) 2024-01-18T08:16:23.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:22 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:16:23.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:22 smithi131 bash[19154]: code, '\n'.join(err))) 2024-01-18T08:16:23.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:22 smithi131 bash[19154]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-qfgleo 2024-01-18T08:16:23.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:22 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:16:23.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:22 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-qfgleo 2024-01-18T08:16:23.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:22 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.qfgleo 2024-01-18T08:16:23.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:22 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:16:23.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:22 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.qfgleo 2024-01-18T08:16:23.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:22 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.qfgleo ... 2024-01-18T08:16:23.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:22 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:16:23.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:22 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:16:23.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:22 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:16:23.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:22 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:16:23.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:22 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:16:23.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:22 smithi131 bash[19154]: cephadm 2024-01-18T08:16:21.232334+0000 mgr.smithi112.xshois (mgr.14182) 972 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi131.qfgleo 2024-01-18T08:16:23.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:22 smithi131 bash[19154]: cephadm 2024-01-18T08:16:21.234700+0000 mgr.smithi112.xshois (mgr.14182) 973 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi131.qfgleo on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-qfgleo 2024-01-18T08:16:23.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:22 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:16:23.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:22 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-qfgleo 2024-01-18T08:16:23.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:22 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.qfgleo 2024-01-18T08:16:23.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:22 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:16:23.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:22 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.qfgleo 2024-01-18T08:16:23.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:22 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.qfgleo ... 2024-01-18T08:16:23.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:22 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:16:23.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:22 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:16:23.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:22 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:16:23.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:22 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:16:23.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:22 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:16:23.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:22 smithi131 bash[19154]: cephadm 2024-01-18T08:16:21.239108+0000 mgr.smithi112.xshois (mgr.14182) 974 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi112.xiasby on smithi112 2024-01-18T08:16:23.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:22 smithi131 bash[19154]: cluster 2024-01-18T08:16:21.438319+0000 mgr.smithi112.xshois (mgr.14182) 975 : cluster [DBG] pgmap v666: 225 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-18T08:16:25.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:24 smithi112 bash[16324]: cluster 2024-01-18T08:16:23.439676+0000 mgr.smithi112.xshois (mgr.14182) 976 : cluster [DBG] pgmap v667: 225 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-18T08:16:25.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:24 smithi131 bash[19154]: cluster 2024-01-18T08:16:23.439676+0000 mgr.smithi112.xshois (mgr.14182) 976 : cluster [DBG] pgmap v667: 225 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-18T08:16:26.084 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:16:26.084 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:15:11.106044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.dvncxl on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:16:21.234432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.qfgleo on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-qfgleo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-qfgleo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.qfgleo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.qfgleo\nDeploy daemon haproxy.nfs.foo.smithi131.qfgleo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:16:25.393650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.xiasby on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xiasby\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xiasby\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xiasby\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xiasby\nDeploy daemon haproxy.nfs.foo.smithi112.xiasby ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:16:25.396677Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.destkw on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:16:25.398638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.xnhxat on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:16:26.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:26 smithi112 bash[16324]: audit 2024-01-18T08:16:25.361591+0000 mon.smithi112 (mon.0) 913 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:16:26.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:26 smithi112 bash[16324]: cephadm 2024-01-18T08:16:25.391583+0000 mgr.smithi112.xshois (mgr.14182) 977 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xiasby 2024-01-18T08:16:26.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:26 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:16:26.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:26 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xiasby 2024-01-18T08:16:26.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:26 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xiasby 2024-01-18T08:16:26.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:26 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:16:26.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:26 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xiasby 2024-01-18T08:16:26.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:26 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.xiasby ... 2024-01-18T08:16:26.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:26 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:16:26.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:26 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:16:26.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:26 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:16:26.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:26 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:16:26.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:26 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:16:26.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:26 smithi112 bash[16324]: Traceback (most recent call last): 2024-01-18T08:16:26.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:26 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:16:26.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:26 smithi112 bash[16324]: yield (conn, connr) 2024-01-18T08:16:26.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:26 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:16:26.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:26 smithi112 bash[16324]: code, '\n'.join(err))) 2024-01-18T08:16:26.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:26 smithi112 bash[16324]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xiasby 2024-01-18T08:16:26.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:26 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:16:26.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:26 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xiasby 2024-01-18T08:16:26.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:26 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xiasby 2024-01-18T08:16:26.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:26 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:16:26.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:26 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xiasby 2024-01-18T08:16:26.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:26 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.xiasby ... 2024-01-18T08:16:26.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:26 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:16:26.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:26 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:16:26.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:26 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:16:26.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:26 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:16:26.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:26 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:16:26.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:26 smithi112 bash[16324]: cephadm 2024-01-18T08:16:25.392312+0000 mgr.smithi112.xshois (mgr.14182) 978 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi112.xiasby 2024-01-18T08:16:26.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:26 smithi112 bash[16324]: audit 2024-01-18T08:16:25.392746+0000 mon.smithi112 (mon.0) 914 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi112.xiasby"}]: dispatch 2024-01-18T08:16:26.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:26 smithi112 bash[16324]: cephadm 2024-01-18T08:16:25.393760+0000 mgr.smithi112.xshois (mgr.14182) 979 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi112.xiasby on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xiasby 2024-01-18T08:16:26.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:26 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:16:26.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:26 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xiasby 2024-01-18T08:16:26.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:26 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xiasby 2024-01-18T08:16:26.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:26 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:16:26.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:26 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xiasby 2024-01-18T08:16:26.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:26 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.xiasby ... 2024-01-18T08:16:26.536 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:26 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:16:26.536 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:26 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:16:26.536 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:26 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:16:26.536 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:26 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:16:26.536 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:26 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:16:26.536 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:26 smithi112 bash[16324]: cephadm 2024-01-18T08:16:25.396816+0000 mgr.smithi112.xshois (mgr.14182) 980 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi131.destkw on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:16:26.536 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:26 smithi112 bash[16324]: cephadm 2024-01-18T08:16:25.398760+0000 mgr.smithi112.xshois (mgr.14182) 981 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi112.xnhxat on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:16:26.536 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:26 smithi112 bash[16324]: cluster 2024-01-18T08:16:25.399955+0000 mgr.smithi112.xshois (mgr.14182) 982 : cluster [DBG] pgmap v668: 225 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-18T08:16:26.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:26 smithi131 bash[19154]: audit 2024-01-18T08:16:25.361591+0000 mon.smithi112 (mon.0) 913 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:16:26.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:26 smithi131 bash[19154]: cephadm 2024-01-18T08:16:25.391583+0000 mgr.smithi112.xshois (mgr.14182) 977 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xiasby 2024-01-18T08:16:26.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:26 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:16:26.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:26 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xiasby 2024-01-18T08:16:26.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:26 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xiasby 2024-01-18T08:16:26.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:26 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:16:26.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:26 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xiasby 2024-01-18T08:16:26.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:26 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.xiasby ... 2024-01-18T08:16:26.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:26 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:16:26.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:26 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:16:26.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:26 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:16:26.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:26 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:16:26.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:26 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:16:26.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:26 smithi131 bash[19154]: Traceback (most recent call last): 2024-01-18T08:16:26.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:26 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:16:26.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:26 smithi131 bash[19154]: yield (conn, connr) 2024-01-18T08:16:26.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:26 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:16:26.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:26 smithi131 bash[19154]: code, '\n'.join(err))) 2024-01-18T08:16:26.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:26 smithi131 bash[19154]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xiasby 2024-01-18T08:16:26.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:26 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:16:26.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:26 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xiasby 2024-01-18T08:16:26.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:26 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xiasby 2024-01-18T08:16:26.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:26 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:16:26.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:26 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xiasby 2024-01-18T08:16:26.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:26 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.xiasby ... 2024-01-18T08:16:26.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:26 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:16:26.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:26 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:16:26.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:26 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:16:26.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:26 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:16:26.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:26 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:16:26.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:26 smithi131 bash[19154]: cephadm 2024-01-18T08:16:25.392312+0000 mgr.smithi112.xshois (mgr.14182) 978 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi112.xiasby 2024-01-18T08:16:26.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:26 smithi131 bash[19154]: audit 2024-01-18T08:16:25.392746+0000 mon.smithi112 (mon.0) 914 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi112.xiasby"}]: dispatch 2024-01-18T08:16:26.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:26 smithi131 bash[19154]: cephadm 2024-01-18T08:16:25.393760+0000 mgr.smithi112.xshois (mgr.14182) 979 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi112.xiasby on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xiasby 2024-01-18T08:16:26.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:26 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:16:26.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:26 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xiasby 2024-01-18T08:16:26.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:26 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xiasby 2024-01-18T08:16:26.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:26 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:16:26.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:26 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xiasby 2024-01-18T08:16:26.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:26 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.xiasby ... 2024-01-18T08:16:26.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:26 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:16:26.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:26 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:16:26.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:26 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:16:26.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:26 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:16:26.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:26 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:16:26.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:26 smithi131 bash[19154]: cephadm 2024-01-18T08:16:25.396816+0000 mgr.smithi112.xshois (mgr.14182) 980 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi131.destkw on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:16:26.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:26 smithi131 bash[19154]: cephadm 2024-01-18T08:16:25.398760+0000 mgr.smithi112.xshois (mgr.14182) 981 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi112.xnhxat on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:16:26.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:26 smithi131 bash[19154]: cluster 2024-01-18T08:16:25.399955+0000 mgr.smithi112.xshois (mgr.14182) 982 : cluster [DBG] pgmap v668: 225 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-18T08:16:26.721 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:16:27.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:27 smithi131 bash[19154]: audit 2024-01-18T08:16:26.077611+0000 mgr.smithi112.xshois (mgr.14182) 983 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:16:27.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:27 smithi131 bash[19154]: cluster 2024-01-18T08:16:26.358878+0000 mon.smithi112 (mon.0) 915 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:16:27.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:27 smithi131 bash[19154]: audit 2024-01-18T08:16:26.395093+0000 mon.smithi112 (mon.0) 916 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:16:27.722 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:16:27.734 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:27 smithi112 bash[16324]: audit 2024-01-18T08:16:26.077611+0000 mgr.smithi112.xshois (mgr.14182) 983 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:16:27.734 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:27 smithi112 bash[16324]: cluster 2024-01-18T08:16:26.358878+0000 mon.smithi112 (mon.0) 915 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:16:27.735 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:27 smithi112 bash[16324]: audit 2024-01-18T08:16:26.395093+0000 mon.smithi112 (mon.0) 916 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:16:28.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:28 smithi131 bash[19154]: cluster 2024-01-18T08:16:27.401727+0000 mgr.smithi112.xshois (mgr.14182) 984 : cluster [DBG] pgmap v669: 225 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-18T08:16:28.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:28 smithi112 bash[16324]: cluster 2024-01-18T08:16:27.401727+0000 mgr.smithi112.xshois (mgr.14182) 984 : cluster [DBG] pgmap v669: 225 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-18T08:16:30.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:30 smithi112 bash[16324]: cluster 2024-01-18T08:16:29.403277+0000 mgr.smithi112.xshois (mgr.14182) 985 : cluster [DBG] pgmap v670: 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-18T08:16:30.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:30 smithi131 bash[19154]: cluster 2024-01-18T08:16:29.403277+0000 mgr.smithi112.xshois (mgr.14182) 985 : cluster [DBG] pgmap v670: 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-18T08:16:31.041 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:16:31.041 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:15:11.106044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.dvncxl on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:16:21.234432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.qfgleo on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-qfgleo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-qfgleo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.qfgleo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.qfgleo\nDeploy daemon haproxy.nfs.foo.smithi131.qfgleo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:16:25.393650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.xiasby on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xiasby\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xiasby\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xiasby\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xiasby\nDeploy daemon haproxy.nfs.foo.smithi112.xiasby ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:16:25.396677Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.destkw on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:16:25.398638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.xnhxat on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:16:31.704 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:16:32.705 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:16:32.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:32 smithi112 bash[16324]: audit 2024-01-18T08:16:31.028513+0000 mgr.smithi112.xshois (mgr.14182) 986 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:16:32.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:32 smithi112 bash[16324]: cluster 2024-01-18T08:16:31.404622+0000 mgr.smithi112.xshois (mgr.14182) 987 : 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-18T08:16:32.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:32 smithi131 bash[19154]: audit 2024-01-18T08:16:31.028513+0000 mgr.smithi112.xshois (mgr.14182) 986 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:16:32.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:32 smithi131 bash[19154]: cluster 2024-01-18T08:16:31.404622+0000 mgr.smithi112.xshois (mgr.14182) 987 : 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-18T08:16:34.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:34 smithi112 bash[16324]: cluster 2024-01-18T08:16:33.406099+0000 mgr.smithi112.xshois (mgr.14182) 988 : cluster [DBG] pgmap v672: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:16:34.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:34 smithi131 bash[19154]: cluster 2024-01-18T08:16:33.406099+0000 mgr.smithi112.xshois (mgr.14182) 988 : cluster [DBG] pgmap v672: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:16:35.947 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:16:35.947 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:15:11.106044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.dvncxl on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:16:21.234432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.qfgleo on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-qfgleo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-qfgleo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.qfgleo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.qfgleo\nDeploy daemon haproxy.nfs.foo.smithi131.qfgleo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:16:25.393650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.xiasby on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xiasby\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xiasby\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xiasby\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xiasby\nDeploy daemon haproxy.nfs.foo.smithi112.xiasby ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:16:25.396677Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.destkw on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:16:25.398638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.xnhxat on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:16:36.576 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:16:36.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:36 smithi112 bash[16324]: cluster 2024-01-18T08:16:35.407800+0000 mgr.smithi112.xshois (mgr.14182) 989 : 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-18T08:16:36.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:36 smithi112 bash[16324]: audit 2024-01-18T08:16:35.935435+0000 mgr.smithi112.xshois (mgr.14182) 990 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:16:36.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:36 smithi131 bash[19154]: cluster 2024-01-18T08:16:35.407800+0000 mgr.smithi112.xshois (mgr.14182) 989 : 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-18T08:16:36.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:36 smithi131 bash[19154]: audit 2024-01-18T08:16:35.935435+0000 mgr.smithi112.xshois (mgr.14182) 990 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:16:37.577 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:16:38.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:38 smithi112 bash[16324]: cluster 2024-01-18T08:16:37.409642+0000 mgr.smithi112.xshois (mgr.14182) 991 : 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-18T08:16:38.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:38 smithi131 bash[19154]: cluster 2024-01-18T08:16:37.409642+0000 mgr.smithi112.xshois (mgr.14182) 991 : 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-18T08:16:40.730 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:16:40.730 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:15:11.106044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.dvncxl on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:16:21.234432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.qfgleo on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-qfgleo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-qfgleo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.qfgleo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.qfgleo\nDeploy daemon haproxy.nfs.foo.smithi131.qfgleo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:16:25.393650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.xiasby on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xiasby\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xiasby\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xiasby\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xiasby\nDeploy daemon haproxy.nfs.foo.smithi112.xiasby ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:16:25.396677Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.destkw on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:16:25.398638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.xnhxat on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:16:40.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:40 smithi112 bash[16324]: cluster 2024-01-18T08:16:39.411048+0000 mgr.smithi112.xshois (mgr.14182) 992 : cluster [DBG] pgmap v675: 225 pgs: 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-18T08:16:40.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:40 smithi112 bash[16324]: audit 2024-01-18T08:16:40.361518+0000 mon.smithi112 (mon.0) 917 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:16:40.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:40 smithi131 bash[19154]: cluster 2024-01-18T08:16:39.411048+0000 mgr.smithi112.xshois (mgr.14182) 992 : cluster [DBG] pgmap v675: 225 pgs: 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-18T08:16:40.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:40 smithi131 bash[19154]: audit 2024-01-18T08:16:40.361518+0000 mon.smithi112 (mon.0) 917 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:16:41.371 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:16:41.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:41 smithi112 bash[16324]: audit 2024-01-18T08:16:40.721975+0000 mgr.smithi112.xshois (mgr.14182) 993 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:16:41.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:41 smithi131 bash[19154]: audit 2024-01-18T08:16:40.721975+0000 mgr.smithi112.xshois (mgr.14182) 993 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:16:42.372 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:16:42.688 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:42 smithi112 bash[16324]: cluster 2024-01-18T08:16:41.412804+0000 mgr.smithi112.xshois (mgr.14182) 994 : 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-18T08:16:42.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:42 smithi131 bash[19154]: cluster 2024-01-18T08:16:41.412804+0000 mgr.smithi112.xshois (mgr.14182) 994 : 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-18T08:16:44.837 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:44 smithi112 bash[16324]: cluster 2024-01-18T08:16:43.414552+0000 mgr.smithi112.xshois (mgr.14182) 995 : cluster [DBG] pgmap v677: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:16:44.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:44 smithi131 bash[19154]: cluster 2024-01-18T08:16:43.414552+0000 mgr.smithi112.xshois (mgr.14182) 995 : cluster [DBG] pgmap v677: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:16:45.693 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:16:45.693 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:15:11.106044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.dvncxl on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:16:21.234432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.qfgleo on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-qfgleo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-qfgleo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.qfgleo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.qfgleo\nDeploy daemon haproxy.nfs.foo.smithi131.qfgleo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:16:25.393650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.xiasby on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xiasby\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xiasby\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xiasby\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xiasby\nDeploy daemon haproxy.nfs.foo.smithi112.xiasby ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:16:25.396677Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.destkw on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:16:25.398638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.xnhxat on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:16:46.300 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:16:46.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:46 smithi112 bash[16324]: cluster 2024-01-18T08:16:45.416269+0000 mgr.smithi112.xshois (mgr.14182) 996 : 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-18T08:16:46.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:46 smithi112 bash[16324]: audit 2024-01-18T08:16:45.682544+0000 mgr.smithi112.xshois (mgr.14182) 997 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:16:46.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:46 smithi131 bash[19154]: cluster 2024-01-18T08:16:45.416269+0000 mgr.smithi112.xshois (mgr.14182) 996 : 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-18T08:16:46.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:46 smithi131 bash[19154]: audit 2024-01-18T08:16:45.682544+0000 mgr.smithi112.xshois (mgr.14182) 997 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:16:47.301 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:16:48.663 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:48 smithi112 bash[16324]: cluster 2024-01-18T08:16:47.417880+0000 mgr.smithi112.xshois (mgr.14182) 998 : 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-18T08:16:48.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:48 smithi131 bash[19154]: cluster 2024-01-18T08:16:47.417880+0000 mgr.smithi112.xshois (mgr.14182) 998 : 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-18T08:16:50.485 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:16:50.485 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:15:11.106044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.dvncxl on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:16:21.234432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.qfgleo on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-qfgleo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-qfgleo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.qfgleo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.qfgleo\nDeploy daemon haproxy.nfs.foo.smithi131.qfgleo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:16:25.393650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.xiasby on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xiasby\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xiasby\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xiasby\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xiasby\nDeploy daemon haproxy.nfs.foo.smithi112.xiasby ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:16:25.396677Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.destkw on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:16:25.398638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.xnhxat on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:16:50.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:50 smithi131 bash[19154]: cluster 2024-01-18T08:16:49.419216+0000 mgr.smithi112.xshois (mgr.14182) 999 : cluster [DBG] pgmap v680: 225 pgs: 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-18T08:16:51.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:50 smithi112 bash[16324]: cluster 2024-01-18T08:16:49.419216+0000 mgr.smithi112.xshois (mgr.14182) 999 : cluster [DBG] pgmap v680: 225 pgs: 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-18T08:16:51.110 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:16:51.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:51 smithi131 bash[19154]: audit 2024-01-18T08:16:50.480398+0000 mgr.smithi112.xshois (mgr.14182) 1000 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:16:52.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:51 smithi112 bash[16324]: audit 2024-01-18T08:16:50.480398+0000 mgr.smithi112.xshois (mgr.14182) 1000 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:16:52.111 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:16:52.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:52 smithi131 bash[19154]: cluster 2024-01-18T08:16:51.421367+0000 mgr.smithi112.xshois (mgr.14182) 1001 : 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-18T08:16:53.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:52 smithi112 bash[16324]: cluster 2024-01-18T08:16:51.421367+0000 mgr.smithi112.xshois (mgr.14182) 1001 : 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-18T08:16:54.874 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:54 smithi112 bash[16324]: cluster 2024-01-18T08:16:53.423115+0000 mgr.smithi112.xshois (mgr.14182) 1002 : cluster [DBG] pgmap v682: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:16:54.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:54 smithi131 bash[19154]: cluster 2024-01-18T08:16:53.423115+0000 mgr.smithi112.xshois (mgr.14182) 1002 : cluster [DBG] pgmap v682: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:16:55.299 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:16:55.300 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:15:11.106044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.dvncxl on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:16:21.234432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.qfgleo on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-qfgleo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-qfgleo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.qfgleo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.qfgleo\nDeploy daemon haproxy.nfs.foo.smithi131.qfgleo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:16:25.393650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.xiasby on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xiasby\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xiasby\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xiasby\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xiasby\nDeploy daemon haproxy.nfs.foo.smithi112.xiasby ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:16:25.396677Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.destkw on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:16:25.398638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.xnhxat on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:16:55.975 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:16:56.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:56 smithi131 bash[19154]: audit 2024-01-18T08:16:55.292151+0000 mgr.smithi112.xshois (mgr.14182) 1003 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:16:56.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:56 smithi131 bash[19154]: cluster 2024-01-18T08:16:55.425118+0000 mgr.smithi112.xshois (mgr.14182) 1004 : 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-18T08:16:56.976 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:16:56.988 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:56 smithi112 bash[16324]: audit 2024-01-18T08:16:55.292151+0000 mgr.smithi112.xshois (mgr.14182) 1003 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:16:56.988 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:56 smithi112 bash[16324]: cluster 2024-01-18T08:16:55.425118+0000 mgr.smithi112.xshois (mgr.14182) 1004 : 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-18T08:16:58.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:16:58 smithi131 bash[19154]: cluster 2024-01-18T08:16:57.427050+0000 mgr.smithi112.xshois (mgr.14182) 1005 : 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-18T08:16:59.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:16:58 smithi112 bash[16324]: cluster 2024-01-18T08:16:57.427050+0000 mgr.smithi112.xshois (mgr.14182) 1005 : 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-18T08:17:00.151 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:17:00.151 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:15:11.106044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.dvncxl on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:16:21.234432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.qfgleo on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-qfgleo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-qfgleo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.qfgleo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.qfgleo\nDeploy daemon haproxy.nfs.foo.smithi131.qfgleo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:16:25.393650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.xiasby on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xiasby\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xiasby\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xiasby\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xiasby\nDeploy daemon haproxy.nfs.foo.smithi112.xiasby ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:16:25.396677Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.destkw on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:16:25.398638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.xnhxat on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:17:00.800 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:17:00.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:00 smithi131 bash[19154]: cluster 2024-01-18T08:16:59.427920+0000 mgr.smithi112.xshois (mgr.14182) 1006 : cluster [DBG] pgmap v685: 225 pgs: 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-18T08:17:01.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:00 smithi112 bash[16324]: cluster 2024-01-18T08:16:59.427920+0000 mgr.smithi112.xshois (mgr.14182) 1006 : cluster [DBG] pgmap v685: 225 pgs: 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-18T08:17:01.801 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:17:01.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:01 smithi131 bash[19154]: audit 2024-01-18T08:17:00.141705+0000 mgr.smithi112.xshois (mgr.14182) 1007 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:17:01.949 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:01 smithi112 bash[16324]: audit 2024-01-18T08:17:00.141705+0000 mgr.smithi112.xshois (mgr.14182) 1007 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:17:02.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:02 smithi131 bash[19154]: cluster 2024-01-18T08:17:01.429583+0000 mgr.smithi112.xshois (mgr.14182) 1008 : cluster [DBG] pgmap v686: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:17:02.987 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:02 smithi112 bash[16324]: cluster 2024-01-18T08:17:01.429583+0000 mgr.smithi112.xshois (mgr.14182) 1008 : cluster [DBG] pgmap v686: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:17:04.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:04 smithi131 bash[19154]: cluster 2024-01-18T08:17:03.430918+0000 mgr.smithi112.xshois (mgr.14182) 1009 : cluster [DBG] pgmap v687: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:17:05.021 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:17:05.021 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:15:11.106044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.dvncxl on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:16:21.234432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.qfgleo on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-qfgleo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-qfgleo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.qfgleo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.qfgleo\nDeploy daemon haproxy.nfs.foo.smithi131.qfgleo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:16:25.393650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.xiasby on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xiasby\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xiasby\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xiasby\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xiasby\nDeploy daemon haproxy.nfs.foo.smithi112.xiasby ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:16:25.396677Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.destkw on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:16:25.398638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.xnhxat on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:17:05.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:04 smithi112 bash[16324]: cluster 2024-01-18T08:17:03.430918+0000 mgr.smithi112.xshois (mgr.14182) 1009 : cluster [DBG] pgmap v687: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:17:05.628 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:17:06.630 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:17:06.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:06 smithi131 bash[19154]: audit 2024-01-18T08:17:05.010799+0000 mgr.smithi112.xshois (mgr.14182) 1010 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:17:06.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:06 smithi131 bash[19154]: cluster 2024-01-18T08:17:05.432263+0000 mgr.smithi112.xshois (mgr.14182) 1011 : cluster [DBG] pgmap v688: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:17:07.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:06 smithi112 bash[16324]: audit 2024-01-18T08:17:05.010799+0000 mgr.smithi112.xshois (mgr.14182) 1010 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:17:07.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:06 smithi112 bash[16324]: cluster 2024-01-18T08:17:05.432263+0000 mgr.smithi112.xshois (mgr.14182) 1011 : cluster [DBG] pgmap v688: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:17:08.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:08 smithi131 bash[19154]: cluster 2024-01-18T08:17:07.433714+0000 mgr.smithi112.xshois (mgr.14182) 1012 : cluster [DBG] pgmap v689: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:17:09.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:08 smithi112 bash[16324]: cluster 2024-01-18T08:17:07.433714+0000 mgr.smithi112.xshois (mgr.14182) 1012 : cluster [DBG] pgmap v689: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:17:09.724 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:17:09.725 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:15:11.106044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.dvncxl on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:16:21.234432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.qfgleo on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-qfgleo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-qfgleo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.qfgleo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.qfgleo\nDeploy daemon haproxy.nfs.foo.smithi131.qfgleo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:16:25.393650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.xiasby on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xiasby\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xiasby\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xiasby\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xiasby\nDeploy daemon haproxy.nfs.foo.smithi112.xiasby ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:16:25.396677Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.destkw on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:16:25.398638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.xnhxat on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:17:10.300 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:17:10.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:10 smithi131 bash[19154]: cluster 2024-01-18T08:17:09.434550+0000 mgr.smithi112.xshois (mgr.14182) 1013 : cluster [DBG] pgmap v690: 225 pgs: 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-18T08:17:10.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:10 smithi131 bash[19154]: audit 2024-01-18T08:17:09.714515+0000 mgr.smithi112.xshois (mgr.14182) 1014 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:17:11.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:10 smithi112 bash[16324]: cluster 2024-01-18T08:17:09.434550+0000 mgr.smithi112.xshois (mgr.14182) 1013 : cluster [DBG] pgmap v690: 225 pgs: 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-18T08:17:11.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:10 smithi112 bash[16324]: audit 2024-01-18T08:17:09.714515+0000 mgr.smithi112.xshois (mgr.14182) 1014 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:17:11.301 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:17:12.648 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:12 smithi112 bash[16324]: cluster 2024-01-18T08:17:11.435882+0000 mgr.smithi112.xshois (mgr.14182) 1015 : cluster [DBG] pgmap v691: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:17:12.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:12 smithi131 bash[19154]: cluster 2024-01-18T08:17:11.435882+0000 mgr.smithi112.xshois (mgr.14182) 1015 : cluster [DBG] pgmap v691: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:17:14.421 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:17:14.422 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:15:11.106044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.dvncxl on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:16:21.234432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.qfgleo on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-qfgleo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-qfgleo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.qfgleo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.qfgleo\nDeploy daemon haproxy.nfs.foo.smithi131.qfgleo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:16:25.393650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.xiasby on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xiasby\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xiasby\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xiasby\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xiasby\nDeploy daemon haproxy.nfs.foo.smithi112.xiasby ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:16:25.396677Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.destkw on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:16:25.398638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.xnhxat on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:17:14.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:14 smithi112 bash[16324]: cluster 2024-01-18T08:17:13.438499+0000 mgr.smithi112.xshois (mgr.14182) 1016 : cluster [DBG] pgmap v692: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:17:14.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:14 smithi131 bash[19154]: cluster 2024-01-18T08:17:13.438499+0000 mgr.smithi112.xshois (mgr.14182) 1016 : cluster [DBG] pgmap v692: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:17:15.039 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:17:15.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:15 smithi131 bash[19154]: audit 2024-01-18T08:17:14.405452+0000 mgr.smithi112.xshois (mgr.14182) 1017 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:17:16.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:15 smithi112 bash[16324]: audit 2024-01-18T08:17:14.405452+0000 mgr.smithi112.xshois (mgr.14182) 1017 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:17:16.039 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:17:16.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:16 smithi131 bash[19154]: cluster 2024-01-18T08:17:15.439853+0000 mgr.smithi112.xshois (mgr.14182) 1018 : 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-18T08:17:17.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:16 smithi112 bash[16324]: cluster 2024-01-18T08:17:15.439853+0000 mgr.smithi112.xshois (mgr.14182) 1018 : 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-18T08:17:18.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:18 smithi131 bash[19154]: cluster 2024-01-18T08:17:17.442403+0000 mgr.smithi112.xshois (mgr.14182) 1019 : 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-18T08:17:19.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:18 smithi112 bash[16324]: cluster 2024-01-18T08:17:17.442403+0000 mgr.smithi112.xshois (mgr.14182) 1019 : 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-18T08:17:19.152 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:17:19.152 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:15:11.106044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.dvncxl on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:16:21.234432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.qfgleo on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-qfgleo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-qfgleo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.qfgleo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.qfgleo\nDeploy daemon haproxy.nfs.foo.smithi131.qfgleo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:16:25.393650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.xiasby on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xiasby\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xiasby\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xiasby\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xiasby\nDeploy daemon haproxy.nfs.foo.smithi112.xiasby ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:16:25.396677Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.destkw on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:16:25.398638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.xnhxat on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:17:19.809 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:17:20.809 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:17:20.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:20 smithi131 bash[19154]: audit 2024-01-18T08:17:19.141456+0000 mgr.smithi112.xshois (mgr.14182) 1020 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:17:20.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:20 smithi131 bash[19154]: cluster 2024-01-18T08:17:19.444050+0000 mgr.smithi112.xshois (mgr.14182) 1021 : cluster [DBG] pgmap v695: 225 pgs: 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-18T08:17:21.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:20 smithi112 bash[16324]: audit 2024-01-18T08:17:19.141456+0000 mgr.smithi112.xshois (mgr.14182) 1020 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:17:21.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:20 smithi112 bash[16324]: cluster 2024-01-18T08:17:19.444050+0000 mgr.smithi112.xshois (mgr.14182) 1021 : cluster [DBG] pgmap v695: 225 pgs: 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-18T08:17:22.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:22 smithi131 bash[19154]: cluster 2024-01-18T08:17:21.445113+0000 mgr.smithi112.xshois (mgr.14182) 1022 : 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-18T08:17:23.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:22 smithi112 bash[16324]: cluster 2024-01-18T08:17:21.445113+0000 mgr.smithi112.xshois (mgr.14182) 1022 : 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-18T08:17:24.038 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:17:24.038 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:15:11.106044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.dvncxl on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:16:21.234432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.qfgleo on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-qfgleo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-qfgleo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.qfgleo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.qfgleo\nDeploy daemon haproxy.nfs.foo.smithi131.qfgleo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:16:25.393650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.xiasby on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xiasby\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xiasby\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xiasby\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xiasby\nDeploy daemon haproxy.nfs.foo.smithi112.xiasby ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:16:25.396677Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.destkw on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:16:25.398638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.xnhxat on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:17:24.652 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:17:25.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:24 smithi112 bash[16324]: cluster 2024-01-18T08:17:23.446612+0000 mgr.smithi112.xshois (mgr.14182) 1023 : cluster [DBG] pgmap v697: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:17:25.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:24 smithi131 bash[19154]: cluster 2024-01-18T08:17:23.446612+0000 mgr.smithi112.xshois (mgr.14182) 1023 : cluster [DBG] pgmap v697: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:17:25.655 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:17:26.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:25 smithi112 bash[16324]: audit 2024-01-18T08:17:24.029335+0000 mgr.smithi112.xshois (mgr.14182) 1024 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:17:26.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:25 smithi112 bash[16324]: audit 2024-01-18T08:17:25.409049+0000 mon.smithi112 (mon.0) 918 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:17:26.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:25 smithi131 bash[19154]: audit 2024-01-18T08:17:24.029335+0000 mgr.smithi112.xshois (mgr.14182) 1024 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:17:26.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:25 smithi131 bash[19154]: audit 2024-01-18T08:17:25.409049+0000 mon.smithi112 (mon.0) 918 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:17:27.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:26 smithi112 bash[16324]: cluster 2024-01-18T08:17:25.448009+0000 mgr.smithi112.xshois (mgr.14182) 1025 : 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-18T08:17:27.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:26 smithi112 bash[16324]: audit 2024-01-18T08:17:25.723616+0000 mon.smithi112 (mon.0) 919 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:17:27.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:26 smithi112 bash[16324]: audit 2024-01-18T08:17:26.043140+0000 mon.smithi112 (mon.0) 920 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:17:27.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:26 smithi112 bash[16324]: audit 2024-01-18T08:17:26.045277+0000 mon.smithi112 (mon.0) 921 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:17:27.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:26 smithi112 bash[16324]: audit 2024-01-18T08:17:26.056081+0000 mon.smithi112 (mon.0) 922 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:17:27.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:26 smithi112 bash[16324]: audit 2024-01-18T08:17:26.066768+0000 mon.smithi112 (mon.0) 923 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:17:27.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:26 smithi112 bash[16324]: audit 2024-01-18T08:17:26.086540+0000 mon.smithi112 (mon.0) 924 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:17:27.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:26 smithi131 bash[19154]: cluster 2024-01-18T08:17:25.448009+0000 mgr.smithi112.xshois (mgr.14182) 1025 : 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-18T08:17:27.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:26 smithi131 bash[19154]: audit 2024-01-18T08:17:25.723616+0000 mon.smithi112 (mon.0) 919 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:17:27.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:26 smithi131 bash[19154]: audit 2024-01-18T08:17:26.043140+0000 mon.smithi112 (mon.0) 920 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:17:27.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:26 smithi131 bash[19154]: audit 2024-01-18T08:17:26.045277+0000 mon.smithi112 (mon.0) 921 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:17:27.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:26 smithi131 bash[19154]: audit 2024-01-18T08:17:26.056081+0000 mon.smithi112 (mon.0) 922 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:17:27.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:26 smithi131 bash[19154]: audit 2024-01-18T08:17:26.066768+0000 mon.smithi112 (mon.0) 923 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:17:27.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:26 smithi131 bash[19154]: audit 2024-01-18T08:17:26.086540+0000 mon.smithi112 (mon.0) 924 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:17:28.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:27 smithi112 bash[16324]: cluster 2024-01-18T08:17:26.057709+0000 mgr.smithi112.xshois (mgr.14182) 1026 : cluster [DBG] pgmap v699: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-18T08:17:28.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:27 smithi112 bash[16324]: cephadm 2024-01-18T08:17:26.092452+0000 mgr.smithi112.xshois (mgr.14182) 1027 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi131.rocikf on smithi131 2024-01-18T08:17:28.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:27 smithi112 bash[16324]: cluster 2024-01-18T08:17:27.052136+0000 mon.smithi112 (mon.0) 925 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:17:28.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:27 smithi112 bash[16324]: cluster 2024-01-18T08:17:27.052178+0000 mon.smithi112 (mon.0) 926 : cluster [INF] Cluster is now healthy 2024-01-18T08:17:28.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:27 smithi131 bash[19154]: cluster 2024-01-18T08:17:26.057709+0000 mgr.smithi112.xshois (mgr.14182) 1026 : cluster [DBG] pgmap v699: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-18T08:17:28.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:27 smithi131 bash[19154]: cephadm 2024-01-18T08:17:26.092452+0000 mgr.smithi112.xshois (mgr.14182) 1027 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi131.rocikf on smithi131 2024-01-18T08:17:28.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:27 smithi131 bash[19154]: cluster 2024-01-18T08:17:27.052136+0000 mon.smithi112 (mon.0) 925 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:17:28.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:27 smithi131 bash[19154]: cluster 2024-01-18T08:17:27.052178+0000 mon.smithi112 (mon.0) 926 : cluster [INF] Cluster is now healthy 2024-01-18T08:17:28.991 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:17:28.991 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:15:11.106044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.dvncxl on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:16:21.234432Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.qfgleo on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-qfgleo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-qfgleo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.qfgleo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.qfgleo\nDeploy daemon haproxy.nfs.foo.smithi131.qfgleo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:16:25.393650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.xiasby on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xiasby\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xiasby\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xiasby\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xiasby\nDeploy daemon haproxy.nfs.foo.smithi112.xiasby ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:16:25.396677Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.destkw on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:16:25.398638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.xnhxat on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:17:29.627 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:17:29.899 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:29 smithi131 bash[19154]: cluster 2024-01-18T08:17:28.058961+0000 mgr.smithi112.xshois (mgr.14182) 1028 : cluster [DBG] pgmap v700: 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-18T08:17:29.899 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:29 smithi131 bash[19154]: audit 2024-01-18T08:17:28.981958+0000 mgr.smithi112.xshois (mgr.14182) 1029 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:17:29.967 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:29 smithi112 bash[16324]: cluster 2024-01-18T08:17:28.058961+0000 mgr.smithi112.xshois (mgr.14182) 1028 : cluster [DBG] pgmap v700: 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-18T08:17:29.967 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:29 smithi112 bash[16324]: audit 2024-01-18T08:17:28.981958+0000 mgr.smithi112.xshois (mgr.14182) 1029 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:17:30.628 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:17:31.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:30 smithi112 bash[16324]: cephadm 2024-01-18T08:17:29.967385+0000 mgr.smithi112.xshois (mgr.14182) 1030 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-rocikf 2024-01-18T08:17:31.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:30 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:17:31.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:30 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-rocikf 2024-01-18T08:17:31.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:30 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.rocikf 2024-01-18T08:17:31.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:30 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:17:31.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:30 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.rocikf 2024-01-18T08:17:31.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:30 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.rocikf ... 2024-01-18T08:17:31.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:30 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:17:31.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:30 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:17:31.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:30 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:17:31.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:30 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:17:31.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:30 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:17:31.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:30 smithi112 bash[16324]: Traceback (most recent call last): 2024-01-18T08:17:31.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:30 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:17:31.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:30 smithi112 bash[16324]: yield (conn, connr) 2024-01-18T08:17:31.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:30 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:17:31.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:30 smithi112 bash[16324]: code, '\n'.join(err))) 2024-01-18T08:17:31.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:30 smithi112 bash[16324]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-rocikf 2024-01-18T08:17:31.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:30 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:17:31.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:30 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-rocikf 2024-01-18T08:17:31.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:30 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.rocikf 2024-01-18T08:17:31.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:30 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:17:31.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:30 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.rocikf 2024-01-18T08:17:31.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:30 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.rocikf ... 2024-01-18T08:17:31.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:30 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:17:31.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:30 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:17:31.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:30 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:17:31.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:30 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:17:31.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:30 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:17:31.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:30 smithi112 bash[16324]: cephadm 2024-01-18T08:17:29.968083+0000 mgr.smithi112.xshois (mgr.14182) 1031 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi131.rocikf 2024-01-18T08:17:31.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:30 smithi112 bash[16324]: audit 2024-01-18T08:17:29.968782+0000 mon.smithi112 (mon.0) 927 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi131.rocikf"}]: dispatch 2024-01-18T08:17:31.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:30 smithi112 bash[16324]: cephadm 2024-01-18T08:17:29.970596+0000 mgr.smithi112.xshois (mgr.14182) 1032 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi131.rocikf on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-rocikf 2024-01-18T08:17:31.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:30 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:17:31.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:30 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-rocikf 2024-01-18T08:17:31.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:30 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.rocikf 2024-01-18T08:17:31.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:30 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:17:31.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:30 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.rocikf 2024-01-18T08:17:31.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:30 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.rocikf ... 2024-01-18T08:17:31.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:30 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:17:31.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:30 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:17:31.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:30 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:17:31.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:30 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:17:31.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:30 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:17:31.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:30 smithi112 bash[16324]: cephadm 2024-01-18T08:17:29.975757+0000 mgr.smithi112.xshois (mgr.14182) 1033 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi112.mfvfus on smithi112 2024-01-18T08:17:31.175 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:30 smithi131 bash[19154]: cephadm 2024-01-18T08:17:29.967385+0000 mgr.smithi112.xshois (mgr.14182) 1030 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-rocikf 2024-01-18T08:17:31.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:30 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:17:31.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:30 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-rocikf 2024-01-18T08:17:31.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:30 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.rocikf 2024-01-18T08:17:31.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:30 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:17:31.177 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:30 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.rocikf 2024-01-18T08:17:31.177 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:30 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.rocikf ... 2024-01-18T08:17:31.177 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:30 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:17:31.177 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:30 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:17:31.177 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:30 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:17:31.177 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:30 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:17:31.177 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:30 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:17:31.178 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:30 smithi131 bash[19154]: Traceback (most recent call last): 2024-01-18T08:17:31.178 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:30 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:17:31.178 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:30 smithi131 bash[19154]: yield (conn, connr) 2024-01-18T08:17:31.178 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:30 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:17:31.178 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:30 smithi131 bash[19154]: code, '\n'.join(err))) 2024-01-18T08:17:31.178 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:30 smithi131 bash[19154]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-rocikf 2024-01-18T08:17:31.178 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:30 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:17:31.178 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:30 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-rocikf 2024-01-18T08:17:31.179 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:30 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.rocikf 2024-01-18T08:17:31.179 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:30 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:17:31.179 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:30 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.rocikf 2024-01-18T08:17:31.179 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:30 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.rocikf ... 2024-01-18T08:17:31.179 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:30 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:17:31.179 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:30 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:17:31.179 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:30 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:17:31.179 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:30 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:17:31.180 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:30 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:17:31.180 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:30 smithi131 bash[19154]: cephadm 2024-01-18T08:17:29.968083+0000 mgr.smithi112.xshois (mgr.14182) 1031 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi131.rocikf 2024-01-18T08:17:31.180 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:30 smithi131 bash[19154]: audit 2024-01-18T08:17:29.968782+0000 mon.smithi112 (mon.0) 927 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi131.rocikf"}]: dispatch 2024-01-18T08:17:31.180 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:30 smithi131 bash[19154]: cephadm 2024-01-18T08:17:29.970596+0000 mgr.smithi112.xshois (mgr.14182) 1032 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi131.rocikf on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-rocikf 2024-01-18T08:17:31.180 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:30 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:17:31.180 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:30 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-rocikf 2024-01-18T08:17:31.180 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:30 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.rocikf 2024-01-18T08:17:31.180 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:30 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:17:31.180 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:30 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.rocikf 2024-01-18T08:17:31.181 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:30 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.rocikf ... 2024-01-18T08:17:31.181 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:30 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:17:31.181 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:30 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:17:31.181 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:30 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:17:31.181 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:30 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:17:31.181 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:30 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:17:31.181 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:30 smithi131 bash[19154]: cephadm 2024-01-18T08:17:29.975757+0000 mgr.smithi112.xshois (mgr.14182) 1033 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi112.mfvfus on smithi112 2024-01-18T08:17:32.014 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:31 smithi112 bash[16324]: cluster 2024-01-18T08:17:30.060280+0000 mgr.smithi112.xshois (mgr.14182) 1034 : cluster [DBG] pgmap v701: 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-18T08:17:32.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:31 smithi131 bash[19154]: cluster 2024-01-18T08:17:30.060280+0000 mgr.smithi112.xshois (mgr.14182) 1034 : cluster [DBG] pgmap v701: 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-18T08:17:33.876 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:17:33.876 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:16:25.398638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.xnhxat on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:17:29.970349Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.rocikf on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-rocikf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-rocikf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.rocikf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.rocikf\nDeploy daemon haproxy.nfs.foo.smithi131.rocikf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:17:33.775407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.mfvfus on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-mfvfus\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-mfvfus\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.mfvfus\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.mfvfus\nDeploy daemon haproxy.nfs.foo.smithi112.mfvfus ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:17:33.779946Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.bklfvg on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:17:33.781863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ljaclj on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:17:34.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:33 smithi112 bash[16324]: cluster 2024-01-18T08:17:32.061806+0000 mgr.smithi112.xshois (mgr.14182) 1035 : cluster [DBG] pgmap v702: 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-18T08:17:34.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:33 smithi131 bash[19154]: cluster 2024-01-18T08:17:32.061806+0000 mgr.smithi112.xshois (mgr.14182) 1035 : cluster [DBG] pgmap v702: 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-18T08:17:34.527 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:17:34.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:34 smithi112 bash[16324]: cephadm 2024-01-18T08:17:33.773319+0000 mgr.smithi112.xshois (mgr.14182) 1036 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-mfvfus 2024-01-18T08:17:34.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:34 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:17:34.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:34 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-mfvfus 2024-01-18T08:17:34.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:34 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.mfvfus 2024-01-18T08:17:34.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:34 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:17:34.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:34 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.mfvfus 2024-01-18T08:17:34.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:34 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.mfvfus ... 2024-01-18T08:17:34.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:34 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:17:34.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:34 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:17:34.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:34 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:17:34.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:34 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:17:34.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:34 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:17:34.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:34 smithi112 bash[16324]: Traceback (most recent call last): 2024-01-18T08:17:34.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:34 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:17:34.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:34 smithi112 bash[16324]: yield (conn, connr) 2024-01-18T08:17:34.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:34 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:17:34.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:34 smithi112 bash[16324]: code, '\n'.join(err))) 2024-01-18T08:17:34.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:34 smithi112 bash[16324]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-mfvfus 2024-01-18T08:17:34.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:34 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:17:34.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:34 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-mfvfus 2024-01-18T08:17:34.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:34 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.mfvfus 2024-01-18T08:17:34.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:34 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:17:34.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:34 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.mfvfus 2024-01-18T08:17:34.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:34 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.mfvfus ... 2024-01-18T08:17:34.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:34 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:17:34.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:34 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:17:34.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:34 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:17:34.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:34 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:17:34.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:34 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:17:34.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:34 smithi112 bash[16324]: cephadm 2024-01-18T08:17:33.773917+0000 mgr.smithi112.xshois (mgr.14182) 1037 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi112.mfvfus 2024-01-18T08:17:34.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:34 smithi112 bash[16324]: audit 2024-01-18T08:17:33.774462+0000 mon.smithi112 (mon.0) 928 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi112.mfvfus"}]: dispatch 2024-01-18T08:17:34.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:34 smithi112 bash[16324]: cephadm 2024-01-18T08:17:33.775757+0000 mgr.smithi112.xshois (mgr.14182) 1038 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi112.mfvfus on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-mfvfus 2024-01-18T08:17:34.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:34 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:17:34.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:34 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-mfvfus 2024-01-18T08:17:34.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:34 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.mfvfus 2024-01-18T08:17:34.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:34 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:17:34.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:34 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.mfvfus 2024-01-18T08:17:34.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:34 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.mfvfus ... 2024-01-18T08:17:34.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:34 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:17:34.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:34 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:17:34.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:34 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:17:34.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:34 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:17:34.786 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:34 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:17:34.786 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:34 smithi112 bash[16324]: cephadm 2024-01-18T08:17:33.780056+0000 mgr.smithi112.xshois (mgr.14182) 1039 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi131.bklfvg on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:17:34.786 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:34 smithi112 bash[16324]: cephadm 2024-01-18T08:17:33.781972+0000 mgr.smithi112.xshois (mgr.14182) 1040 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi112.ljaclj on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:17:34.786 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:34 smithi112 bash[16324]: cluster 2024-01-18T08:17:33.782943+0000 mgr.smithi112.xshois (mgr.14182) 1041 : cluster [DBG] pgmap v703: 225 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-18T08:17:34.786 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:34 smithi112 bash[16324]: audit 2024-01-18T08:17:33.864899+0000 mgr.smithi112.xshois (mgr.14182) 1042 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:17:35.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:34 smithi131 bash[19154]: cephadm 2024-01-18T08:17:33.773319+0000 mgr.smithi112.xshois (mgr.14182) 1036 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-mfvfus 2024-01-18T08:17:35.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:34 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:17:35.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:34 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-mfvfus 2024-01-18T08:17:35.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:34 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.mfvfus 2024-01-18T08:17:35.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:34 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:17:35.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:34 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.mfvfus 2024-01-18T08:17:35.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:34 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.mfvfus ... 2024-01-18T08:17:35.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:34 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:17:35.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:34 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:17:35.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:34 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:17:35.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:34 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:17:35.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:34 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:17:35.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:34 smithi131 bash[19154]: Traceback (most recent call last): 2024-01-18T08:17:35.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:34 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:17:35.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:34 smithi131 bash[19154]: yield (conn, connr) 2024-01-18T08:17:35.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:34 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:17:35.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:34 smithi131 bash[19154]: code, '\n'.join(err))) 2024-01-18T08:17:35.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:34 smithi131 bash[19154]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-mfvfus 2024-01-18T08:17:35.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:34 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:17:35.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:34 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-mfvfus 2024-01-18T08:17:35.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:34 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.mfvfus 2024-01-18T08:17:35.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:34 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:17:35.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:34 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.mfvfus 2024-01-18T08:17:35.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:34 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.mfvfus ... 2024-01-18T08:17:35.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:34 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:17:35.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:34 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:17:35.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:34 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:17:35.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:34 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:17:35.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:34 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:17:35.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:34 smithi131 bash[19154]: cephadm 2024-01-18T08:17:33.773917+0000 mgr.smithi112.xshois (mgr.14182) 1037 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi112.mfvfus 2024-01-18T08:17:35.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:34 smithi131 bash[19154]: audit 2024-01-18T08:17:33.774462+0000 mon.smithi112 (mon.0) 928 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi112.mfvfus"}]: dispatch 2024-01-18T08:17:35.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:34 smithi131 bash[19154]: cephadm 2024-01-18T08:17:33.775757+0000 mgr.smithi112.xshois (mgr.14182) 1038 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi112.mfvfus on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-mfvfus 2024-01-18T08:17:35.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:34 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:17:35.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:34 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-mfvfus 2024-01-18T08:17:35.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:34 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.mfvfus 2024-01-18T08:17:35.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:34 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:17:35.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:34 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.mfvfus 2024-01-18T08:17:35.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:34 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.mfvfus ... 2024-01-18T08:17:35.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:34 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:17:35.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:34 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:17:35.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:34 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:17:35.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:34 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:17:35.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:34 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:17:35.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:34 smithi131 bash[19154]: cephadm 2024-01-18T08:17:33.780056+0000 mgr.smithi112.xshois (mgr.14182) 1039 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi131.bklfvg on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:17:35.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:34 smithi131 bash[19154]: cephadm 2024-01-18T08:17:33.781972+0000 mgr.smithi112.xshois (mgr.14182) 1040 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi112.ljaclj on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:17:35.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:34 smithi131 bash[19154]: cluster 2024-01-18T08:17:33.782943+0000 mgr.smithi112.xshois (mgr.14182) 1041 : cluster [DBG] pgmap v703: 225 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-18T08:17:35.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:34 smithi131 bash[19154]: audit 2024-01-18T08:17:33.864899+0000 mgr.smithi112.xshois (mgr.14182) 1042 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:17:35.528 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:17:36.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:35 smithi112 bash[16324]: cluster 2024-01-18T08:17:34.751099+0000 mon.smithi112 (mon.0) 929 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:17:36.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:35 smithi131 bash[19154]: cluster 2024-01-18T08:17:34.751099+0000 mon.smithi112 (mon.0) 929 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:17:37.029 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:36 smithi112 bash[16324]: cluster 2024-01-18T08:17:35.783916+0000 mgr.smithi112.xshois (mgr.14182) 1043 : cluster [DBG] pgmap v704: 225 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-18T08:17:37.029 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:36 smithi112 bash[16324]: audit 2024-01-18T08:17:36.459752+0000 mon.smithi112 (mon.0) 930 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:17:37.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:36 smithi131 bash[19154]: cluster 2024-01-18T08:17:35.783916+0000 mgr.smithi112.xshois (mgr.14182) 1043 : cluster [DBG] pgmap v704: 225 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-18T08:17:37.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:36 smithi131 bash[19154]: audit 2024-01-18T08:17:36.459752+0000 mon.smithi112 (mon.0) 930 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:17:38.859 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:17:38.860 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:16:25.398638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.xnhxat on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:17:29.970349Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.rocikf on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-rocikf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-rocikf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.rocikf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.rocikf\nDeploy daemon haproxy.nfs.foo.smithi131.rocikf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:17:33.775407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.mfvfus on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-mfvfus\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-mfvfus\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.mfvfus\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.mfvfus\nDeploy daemon haproxy.nfs.foo.smithi112.mfvfus ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:17:33.779946Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.bklfvg on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:17:33.781863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ljaclj on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:17:39.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:38 smithi131 bash[19154]: cluster 2024-01-18T08:17:37.784854+0000 mgr.smithi112.xshois (mgr.14182) 1044 : cluster [DBG] pgmap v705: 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-18T08:17:39.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:38 smithi112 bash[16324]: cluster 2024-01-18T08:17:37.784854+0000 mgr.smithi112.xshois (mgr.14182) 1044 : cluster [DBG] pgmap v705: 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-18T08:17:39.581 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:17:40.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:39 smithi131 bash[19154]: audit 2024-01-18T08:17:38.855389+0000 mgr.smithi112.xshois (mgr.14182) 1045 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:17:40.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:39 smithi112 bash[16324]: audit 2024-01-18T08:17:38.855389+0000 mgr.smithi112.xshois (mgr.14182) 1045 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:17:40.583 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:17:41.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:40 smithi131 bash[19154]: cluster 2024-01-18T08:17:39.786267+0000 mgr.smithi112.xshois (mgr.14182) 1046 : cluster [DBG] pgmap v706: 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-18T08:17:41.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:40 smithi112 bash[16324]: cluster 2024-01-18T08:17:39.786267+0000 mgr.smithi112.xshois (mgr.14182) 1046 : cluster [DBG] pgmap v706: 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-18T08:17:43.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:42 smithi131 bash[19154]: cluster 2024-01-18T08:17:41.787439+0000 mgr.smithi112.xshois (mgr.14182) 1047 : cluster [DBG] pgmap v707: 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-18T08:17:43.219 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:42 smithi112 bash[16324]: cluster 2024-01-18T08:17:41.787439+0000 mgr.smithi112.xshois (mgr.14182) 1047 : cluster [DBG] pgmap v707: 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-18T08:17:44.160 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:17:44.160 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:16:25.398638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.xnhxat on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:17:29.970349Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.rocikf on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-rocikf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-rocikf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.rocikf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.rocikf\nDeploy daemon haproxy.nfs.foo.smithi131.rocikf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:17:33.775407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.mfvfus on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-mfvfus\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-mfvfus\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.mfvfus\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.mfvfus\nDeploy daemon haproxy.nfs.foo.smithi112.mfvfus ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:17:33.779946Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.bklfvg on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:17:33.781863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ljaclj on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:17:44.792 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:17:45.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:44 smithi131 bash[19154]: cluster 2024-01-18T08:17:43.788608+0000 mgr.smithi112.xshois (mgr.14182) 1048 : cluster [DBG] pgmap v708: 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-18T08:17:45.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:44 smithi112 bash[16324]: cluster 2024-01-18T08:17:43.788608+0000 mgr.smithi112.xshois (mgr.14182) 1048 : cluster [DBG] pgmap v708: 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-18T08:17:45.793 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:17:46.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:45 smithi131 bash[19154]: audit 2024-01-18T08:17:44.156155+0000 mgr.smithi112.xshois (mgr.14182) 1049 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:17:46.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:45 smithi112 bash[16324]: audit 2024-01-18T08:17:44.156155+0000 mgr.smithi112.xshois (mgr.14182) 1049 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:17:47.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:46 smithi131 bash[19154]: cluster 2024-01-18T08:17:45.790396+0000 mgr.smithi112.xshois (mgr.14182) 1050 : 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-18T08:17:47.202 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:46 smithi112 bash[16324]: cluster 2024-01-18T08:17:45.790396+0000 mgr.smithi112.xshois (mgr.14182) 1050 : 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-18T08:17:49.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:48 smithi112 bash[16324]: cluster 2024-01-18T08:17:47.791716+0000 mgr.smithi112.xshois (mgr.14182) 1051 : 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-18T08:17:49.169 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:17:49.170 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:16:25.398638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.xnhxat on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:17:29.970349Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.rocikf on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-rocikf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-rocikf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.rocikf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.rocikf\nDeploy daemon haproxy.nfs.foo.smithi131.rocikf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:17:33.775407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.mfvfus on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-mfvfus\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-mfvfus\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.mfvfus\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.mfvfus\nDeploy daemon haproxy.nfs.foo.smithi112.mfvfus ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:17:33.779946Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.bklfvg on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:17:33.781863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ljaclj on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:17:49.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:48 smithi131 bash[19154]: cluster 2024-01-18T08:17:47.791716+0000 mgr.smithi112.xshois (mgr.14182) 1051 : 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-18T08:17:49.821 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:17:50.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:50 smithi112 bash[16324]: audit 2024-01-18T08:17:49.160096+0000 mgr.smithi112.xshois (mgr.14182) 1052 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:17:50.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:50 smithi112 bash[16324]: cluster 2024-01-18T08:17:49.792513+0000 mgr.smithi112.xshois (mgr.14182) 1053 : cluster [DBG] pgmap v711: 225 pgs: 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-18T08:17:50.822 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:17:50.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:50 smithi131 bash[19154]: audit 2024-01-18T08:17:49.160096+0000 mgr.smithi112.xshois (mgr.14182) 1052 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:17:50.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:50 smithi131 bash[19154]: cluster 2024-01-18T08:17:49.792513+0000 mgr.smithi112.xshois (mgr.14182) 1053 : cluster [DBG] pgmap v711: 225 pgs: 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-18T08:17:53.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:52 smithi112 bash[16324]: cluster 2024-01-18T08:17:51.794071+0000 mgr.smithi112.xshois (mgr.14182) 1054 : cluster [DBG] pgmap v712: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:17:53.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:52 smithi131 bash[19154]: cluster 2024-01-18T08:17:51.794071+0000 mgr.smithi112.xshois (mgr.14182) 1054 : cluster [DBG] pgmap v712: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:17:54.145 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:17:54.145 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:16:25.398638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.xnhxat on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:17:29.970349Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.rocikf on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-rocikf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-rocikf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.rocikf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.rocikf\nDeploy daemon haproxy.nfs.foo.smithi131.rocikf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:17:33.775407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.mfvfus on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-mfvfus\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-mfvfus\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.mfvfus\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.mfvfus\nDeploy daemon haproxy.nfs.foo.smithi112.mfvfus ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:17:33.779946Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.bklfvg on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:17:33.781863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ljaclj on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:17:54.775 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:17:55.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:54 smithi112 bash[16324]: cluster 2024-01-18T08:17:53.795783+0000 mgr.smithi112.xshois (mgr.14182) 1055 : 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-18T08:17:55.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:54 smithi131 bash[19154]: cluster 2024-01-18T08:17:53.795783+0000 mgr.smithi112.xshois (mgr.14182) 1055 : 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-18T08:17:55.776 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:17:56.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:55 smithi131 bash[19154]: audit 2024-01-18T08:17:54.135336+0000 mgr.smithi112.xshois (mgr.14182) 1056 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:17:56.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:55 smithi112 bash[16324]: audit 2024-01-18T08:17:54.135336+0000 mgr.smithi112.xshois (mgr.14182) 1056 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:17:57.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:56 smithi131 bash[19154]: cluster 2024-01-18T08:17:55.797228+0000 mgr.smithi112.xshois (mgr.14182) 1057 : 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-18T08:17:57.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:56 smithi112 bash[16324]: cluster 2024-01-18T08:17:55.797228+0000 mgr.smithi112.xshois (mgr.14182) 1057 : 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-18T08:17:58.867 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:17:58.867 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:16:25.398638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.xnhxat on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:17:29.970349Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.rocikf on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-rocikf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-rocikf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.rocikf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.rocikf\nDeploy daemon haproxy.nfs.foo.smithi131.rocikf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:17:33.775407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.mfvfus on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-mfvfus\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-mfvfus\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.mfvfus\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.mfvfus\nDeploy daemon haproxy.nfs.foo.smithi112.mfvfus ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:17:33.779946Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.bklfvg on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:17:33.781863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ljaclj on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:17:59.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:58 smithi131 bash[19154]: cluster 2024-01-18T08:17:57.798935+0000 mgr.smithi112.xshois (mgr.14182) 1058 : 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-18T08:17:59.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:58 smithi112 bash[16324]: cluster 2024-01-18T08:17:57.798935+0000 mgr.smithi112.xshois (mgr.14182) 1058 : 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-18T08:17:59.478 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:18:00.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:17:59 smithi131 bash[19154]: audit 2024-01-18T08:17:58.862773+0000 mgr.smithi112.xshois (mgr.14182) 1059 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:18:00.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:17:59 smithi112 bash[16324]: audit 2024-01-18T08:17:58.862773+0000 mgr.smithi112.xshois (mgr.14182) 1059 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:18:00.479 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:18:01.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:00 smithi131 bash[19154]: cluster 2024-01-18T08:17:59.800410+0000 mgr.smithi112.xshois (mgr.14182) 1060 : cluster [DBG] pgmap v716: 225 pgs: 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-18T08:18:01.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:00 smithi112 bash[16324]: cluster 2024-01-18T08:17:59.800410+0000 mgr.smithi112.xshois (mgr.14182) 1060 : cluster [DBG] pgmap v716: 225 pgs: 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-18T08:18:03.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:02 smithi112 bash[16324]: cluster 2024-01-18T08:18:01.802246+0000 mgr.smithi112.xshois (mgr.14182) 1061 : cluster [DBG] pgmap v717: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:18:03.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:02 smithi131 bash[19154]: cluster 2024-01-18T08:18:01.802246+0000 mgr.smithi112.xshois (mgr.14182) 1061 : cluster [DBG] pgmap v717: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:18:04.106 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:18:04.107 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:16:25.398638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.xnhxat on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:17:29.970349Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.rocikf on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-rocikf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-rocikf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.rocikf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.rocikf\nDeploy daemon haproxy.nfs.foo.smithi131.rocikf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:17:33.775407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.mfvfus on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-mfvfus\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-mfvfus\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.mfvfus\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.mfvfus\nDeploy daemon haproxy.nfs.foo.smithi112.mfvfus ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:17:33.779946Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.bklfvg on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:17:33.781863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ljaclj on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:18:04.724 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:18:05.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:04 smithi112 bash[16324]: cluster 2024-01-18T08:18:03.803700+0000 mgr.smithi112.xshois (mgr.14182) 1062 : 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-18T08:18:05.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:04 smithi131 bash[19154]: cluster 2024-01-18T08:18:03.803700+0000 mgr.smithi112.xshois (mgr.14182) 1062 : 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-18T08:18:05.725 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:18:06.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:05 smithi112 bash[16324]: audit 2024-01-18T08:18:04.100113+0000 mgr.smithi112.xshois (mgr.14182) 1063 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:18:06.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:05 smithi131 bash[19154]: audit 2024-01-18T08:18:04.100113+0000 mgr.smithi112.xshois (mgr.14182) 1063 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:18:07.055 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:06 smithi112 bash[16324]: cluster 2024-01-18T08:18:05.805545+0000 mgr.smithi112.xshois (mgr.14182) 1064 : 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-18T08:18:07.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:06 smithi131 bash[19154]: cluster 2024-01-18T08:18:05.805545+0000 mgr.smithi112.xshois (mgr.14182) 1064 : 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-18T08:18:08.880 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:18:08.880 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:16:25.398638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.xnhxat on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:17:29.970349Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.rocikf on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-rocikf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-rocikf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.rocikf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.rocikf\nDeploy daemon haproxy.nfs.foo.smithi131.rocikf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:17:33.775407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.mfvfus on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-mfvfus\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-mfvfus\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.mfvfus\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.mfvfus\nDeploy daemon haproxy.nfs.foo.smithi112.mfvfus ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:17:33.779946Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.bklfvg on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:17:33.781863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ljaclj on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:18:09.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:08 smithi131 bash[19154]: cluster 2024-01-18T08:18:07.807335+0000 mgr.smithi112.xshois (mgr.14182) 1065 : 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-18T08:18:09.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:08 smithi112 bash[16324]: cluster 2024-01-18T08:18:07.807335+0000 mgr.smithi112.xshois (mgr.14182) 1065 : 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-18T08:18:09.559 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:18:10.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:09 smithi131 bash[19154]: audit 2024-01-18T08:18:08.868780+0000 mgr.smithi112.xshois (mgr.14182) 1066 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:18:10.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:09 smithi112 bash[16324]: audit 2024-01-18T08:18:08.868780+0000 mgr.smithi112.xshois (mgr.14182) 1066 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:18:10.560 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:18:11.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:10 smithi131 bash[19154]: cluster 2024-01-18T08:18:09.808885+0000 mgr.smithi112.xshois (mgr.14182) 1067 : cluster [DBG] pgmap v721: 225 pgs: 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-18T08:18:11.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:10 smithi112 bash[16324]: cluster 2024-01-18T08:18:09.808885+0000 mgr.smithi112.xshois (mgr.14182) 1067 : cluster [DBG] pgmap v721: 225 pgs: 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-18T08:18:13.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:12 smithi112 bash[16324]: cluster 2024-01-18T08:18:11.810506+0000 mgr.smithi112.xshois (mgr.14182) 1068 : cluster [DBG] pgmap v722: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:18:13.249 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:12 smithi131 bash[19154]: cluster 2024-01-18T08:18:11.810506+0000 mgr.smithi112.xshois (mgr.14182) 1068 : cluster [DBG] pgmap v722: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:18:14.045 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:18:14.046 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:16:25.398638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.xnhxat on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:17:29.970349Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.rocikf on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-rocikf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-rocikf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.rocikf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.rocikf\nDeploy daemon haproxy.nfs.foo.smithi131.rocikf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:17:33.775407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.mfvfus on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-mfvfus\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-mfvfus\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.mfvfus\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.mfvfus\nDeploy daemon haproxy.nfs.foo.smithi112.mfvfus ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:17:33.779946Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.bklfvg on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:17:33.781863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ljaclj on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:18:14.679 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:18:15.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:14 smithi112 bash[16324]: cluster 2024-01-18T08:18:13.812502+0000 mgr.smithi112.xshois (mgr.14182) 1069 : cluster [DBG] pgmap v723: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:18:15.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:14 smithi131 bash[19154]: cluster 2024-01-18T08:18:13.812502+0000 mgr.smithi112.xshois (mgr.14182) 1069 : cluster [DBG] pgmap v723: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:18:15.679 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:18:16.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:15 smithi112 bash[16324]: audit 2024-01-18T08:18:14.036623+0000 mgr.smithi112.xshois (mgr.14182) 1070 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:18:16.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:15 smithi131 bash[19154]: audit 2024-01-18T08:18:14.036623+0000 mgr.smithi112.xshois (mgr.14182) 1070 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:18:17.086 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:16 smithi112 bash[16324]: cluster 2024-01-18T08:18:15.813701+0000 mgr.smithi112.xshois (mgr.14182) 1071 : cluster [DBG] pgmap v724: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:18:17.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:16 smithi131 bash[19154]: cluster 2024-01-18T08:18:15.813701+0000 mgr.smithi112.xshois (mgr.14182) 1071 : cluster [DBG] pgmap v724: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:18:18.947 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:18:18.948 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:16:25.398638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.xnhxat on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:17:29.970349Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.rocikf on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-rocikf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-rocikf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.rocikf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.rocikf\nDeploy daemon haproxy.nfs.foo.smithi131.rocikf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:17:33.775407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.mfvfus on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-mfvfus\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-mfvfus\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.mfvfus\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.mfvfus\nDeploy daemon haproxy.nfs.foo.smithi112.mfvfus ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:17:33.779946Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.bklfvg on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:17:33.781863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ljaclj on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:18:19.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:18 smithi112 bash[16324]: cluster 2024-01-18T08:18:17.815970+0000 mgr.smithi112.xshois (mgr.14182) 1072 : cluster [DBG] pgmap v725: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:18:19.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:18 smithi131 bash[19154]: cluster 2024-01-18T08:18:17.815970+0000 mgr.smithi112.xshois (mgr.14182) 1072 : cluster [DBG] pgmap v725: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:18:19.628 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:18:20.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:19 smithi112 bash[16324]: audit 2024-01-18T08:18:18.935146+0000 mgr.smithi112.xshois (mgr.14182) 1073 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:18:20.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:19 smithi131 bash[19154]: audit 2024-01-18T08:18:18.935146+0000 mgr.smithi112.xshois (mgr.14182) 1073 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:18:20.630 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:18:21.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:20 smithi112 bash[16324]: cluster 2024-01-18T08:18:19.817453+0000 mgr.smithi112.xshois (mgr.14182) 1074 : cluster [DBG] pgmap v726: 225 pgs: 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-18T08:18:21.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:20 smithi131 bash[19154]: cluster 2024-01-18T08:18:19.817453+0000 mgr.smithi112.xshois (mgr.14182) 1074 : cluster [DBG] pgmap v726: 225 pgs: 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-18T08:18:23.249 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:22 smithi131 bash[19154]: cluster 2024-01-18T08:18:21.819101+0000 mgr.smithi112.xshois (mgr.14182) 1075 : cluster [DBG] pgmap v727: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:18:23.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:22 smithi112 bash[16324]: cluster 2024-01-18T08:18:21.819101+0000 mgr.smithi112.xshois (mgr.14182) 1075 : cluster [DBG] pgmap v727: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:18:24.062 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:18:24.062 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:16:25.398638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.xnhxat on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:17:29.970349Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.rocikf on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-rocikf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-rocikf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.rocikf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.rocikf\nDeploy daemon haproxy.nfs.foo.smithi131.rocikf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:17:33.775407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.mfvfus on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-mfvfus\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-mfvfus\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.mfvfus\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.mfvfus\nDeploy daemon haproxy.nfs.foo.smithi112.mfvfus ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:17:33.779946Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.bklfvg on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:17:33.781863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ljaclj on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:18:24.695 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:18:25.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:24 smithi112 bash[16324]: cluster 2024-01-18T08:18:23.820694+0000 mgr.smithi112.xshois (mgr.14182) 1076 : cluster [DBG] pgmap v728: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:18:25.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:24 smithi131 bash[19154]: cluster 2024-01-18T08:18:23.820694+0000 mgr.smithi112.xshois (mgr.14182) 1076 : cluster [DBG] pgmap v728: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:18:25.696 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:18:26.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:25 smithi112 bash[16324]: audit 2024-01-18T08:18:24.057424+0000 mgr.smithi112.xshois (mgr.14182) 1077 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:18:26.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:25 smithi131 bash[19154]: audit 2024-01-18T08:18:24.057424+0000 mgr.smithi112.xshois (mgr.14182) 1077 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:18:27.143 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:26 smithi112 bash[16324]: cluster 2024-01-18T08:18:25.821880+0000 mgr.smithi112.xshois (mgr.14182) 1078 : cluster [DBG] pgmap v729: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:18:27.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:26 smithi131 bash[19154]: cluster 2024-01-18T08:18:25.821880+0000 mgr.smithi112.xshois (mgr.14182) 1078 : cluster [DBG] pgmap v729: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:18:28.953 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:18:28.953 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:16:25.398638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.xnhxat on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:17:29.970349Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.rocikf on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-rocikf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-rocikf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.rocikf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.rocikf\nDeploy daemon haproxy.nfs.foo.smithi131.rocikf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:17:33.775407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.mfvfus on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-mfvfus\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-mfvfus\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.mfvfus\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.mfvfus\nDeploy daemon haproxy.nfs.foo.smithi112.mfvfus ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:17:33.779946Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.bklfvg on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:17:33.781863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ljaclj on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:18:29.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:28 smithi112 bash[16324]: cluster 2024-01-18T08:18:27.823607+0000 mgr.smithi112.xshois (mgr.14182) 1079 : cluster [DBG] pgmap v730: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:18:29.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:28 smithi131 bash[19154]: cluster 2024-01-18T08:18:27.823607+0000 mgr.smithi112.xshois (mgr.14182) 1079 : cluster [DBG] pgmap v730: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:18:29.596 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:18:30.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:29 smithi112 bash[16324]: audit 2024-01-18T08:18:28.941409+0000 mgr.smithi112.xshois (mgr.14182) 1080 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:18:30.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:29 smithi131 bash[19154]: audit 2024-01-18T08:18:28.941409+0000 mgr.smithi112.xshois (mgr.14182) 1080 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:18:30.596 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:18:31.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:30 smithi112 bash[16324]: cluster 2024-01-18T08:18:29.825034+0000 mgr.smithi112.xshois (mgr.14182) 1081 : cluster [DBG] pgmap v731: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:18:31.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:30 smithi131 bash[19154]: cluster 2024-01-18T08:18:29.825034+0000 mgr.smithi112.xshois (mgr.14182) 1081 : cluster [DBG] pgmap v731: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:18:33.250 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:32 smithi131 bash[19154]: cluster 2024-01-18T08:18:31.826484+0000 mgr.smithi112.xshois (mgr.14182) 1082 : 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-18T08:18:33.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:32 smithi112 bash[16324]: cluster 2024-01-18T08:18:31.826484+0000 mgr.smithi112.xshois (mgr.14182) 1082 : 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-18T08:18:33.901 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:18:33.901 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:16:25.398638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.xnhxat on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:17:29.970349Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.rocikf on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-rocikf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-rocikf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.rocikf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.rocikf\nDeploy daemon haproxy.nfs.foo.smithi131.rocikf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:17:33.775407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.mfvfus on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-mfvfus\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-mfvfus\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.mfvfus\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.mfvfus\nDeploy daemon haproxy.nfs.foo.smithi112.mfvfus ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:17:33.779946Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.bklfvg on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:17:33.781863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ljaclj on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:18:34.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:34 smithi112 bash[16324]: audit 2024-01-18T08:18:33.785783+0000 mon.smithi112 (mon.0) 931 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:18:34.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:34 smithi131 bash[19154]: audit 2024-01-18T08:18:33.785783+0000 mon.smithi112 (mon.0) 931 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:18:34.532 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:18:35.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:35 smithi112 bash[16324]: cluster 2024-01-18T08:18:33.827563+0000 mgr.smithi112.xshois (mgr.14182) 1083 : cluster [DBG] pgmap v733: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:18:35.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:35 smithi112 bash[16324]: audit 2024-01-18T08:18:33.891091+0000 mgr.smithi112.xshois (mgr.14182) 1084 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:18:35.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:35 smithi112 bash[16324]: audit 2024-01-18T08:18:34.120829+0000 mon.smithi112 (mon.0) 932 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:18:35.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:35 smithi112 bash[16324]: audit 2024-01-18T08:18:34.122307+0000 mon.smithi112 (mon.0) 933 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:18:35.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:35 smithi112 bash[16324]: audit 2024-01-18T08:18:34.132057+0000 mon.smithi112 (mon.0) 934 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:18:35.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:35 smithi112 bash[16324]: audit 2024-01-18T08:18:34.140610+0000 mon.smithi112 (mon.0) 935 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:18:35.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:35 smithi112 bash[16324]: audit 2024-01-18T08:18:34.155697+0000 mon.smithi112 (mon.0) 936 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:18:35.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:35 smithi131 bash[19154]: cluster 2024-01-18T08:18:33.827563+0000 mgr.smithi112.xshois (mgr.14182) 1083 : cluster [DBG] pgmap v733: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:18:35.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:35 smithi131 bash[19154]: audit 2024-01-18T08:18:33.891091+0000 mgr.smithi112.xshois (mgr.14182) 1084 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:18:35.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:35 smithi131 bash[19154]: audit 2024-01-18T08:18:34.120829+0000 mon.smithi112 (mon.0) 932 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:18:35.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:35 smithi131 bash[19154]: audit 2024-01-18T08:18:34.122307+0000 mon.smithi112 (mon.0) 933 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:18:35.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:35 smithi131 bash[19154]: audit 2024-01-18T08:18:34.132057+0000 mon.smithi112 (mon.0) 934 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:18:35.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:35 smithi131 bash[19154]: audit 2024-01-18T08:18:34.140610+0000 mon.smithi112 (mon.0) 935 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:18:35.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:35 smithi131 bash[19154]: audit 2024-01-18T08:18:34.155697+0000 mon.smithi112 (mon.0) 936 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:18:35.533 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:18:36.396 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:36 smithi112 bash[16324]: cluster 2024-01-18T08:18:34.132966+0000 mgr.smithi112.xshois (mgr.14182) 1085 : cluster [DBG] pgmap v734: 225 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-18T08:18:36.396 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:36 smithi112 bash[16324]: cephadm 2024-01-18T08:18:34.159734+0000 mgr.smithi112.xshois (mgr.14182) 1086 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi131.upksza on smithi131 2024-01-18T08:18:36.396 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:36 smithi112 bash[16324]: cluster 2024-01-18T08:18:35.129045+0000 mon.smithi112 (mon.0) 937 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:18:36.396 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:36 smithi112 bash[16324]: cluster 2024-01-18T08:18:35.129106+0000 mon.smithi112 (mon.0) 938 : cluster [INF] Cluster is now healthy 2024-01-18T08:18:36.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:36 smithi131 bash[19154]: cluster 2024-01-18T08:18:34.132966+0000 mgr.smithi112.xshois (mgr.14182) 1085 : cluster [DBG] pgmap v734: 225 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-18T08:18:36.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:36 smithi131 bash[19154]: cephadm 2024-01-18T08:18:34.159734+0000 mgr.smithi112.xshois (mgr.14182) 1086 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi131.upksza on smithi131 2024-01-18T08:18:36.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:36 smithi131 bash[19154]: cluster 2024-01-18T08:18:35.129045+0000 mon.smithi112 (mon.0) 937 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:18:36.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:36 smithi131 bash[19154]: cluster 2024-01-18T08:18:35.129106+0000 mon.smithi112 (mon.0) 938 : cluster [INF] Cluster is now healthy 2024-01-18T08:18:37.056 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:37 smithi112 bash[16324]: cluster 2024-01-18T08:18:36.134669+0000 mgr.smithi112.xshois (mgr.14182) 1087 : cluster [DBG] pgmap v735: 225 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-18T08:18:37.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:37 smithi131 bash[19154]: cluster 2024-01-18T08:18:36.134669+0000 mgr.smithi112.xshois (mgr.14182) 1087 : cluster [DBG] pgmap v735: 225 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-18T08:18:38.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:38 smithi131 bash[19154]: audit 2024-01-18T08:18:38.102918+0000 mon.smithi112 (mon.0) 939 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi131.upksza"}]: dispatch 2024-01-18T08:18:38.465 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:38 smithi112 bash[16324]: audit 2024-01-18T08:18:38.102918+0000 mon.smithi112 (mon.0) 939 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi131.upksza"}]: dispatch 2024-01-18T08:18:38.926 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:18:38.926 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:17:29.970349Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.rocikf on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-rocikf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-rocikf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.rocikf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.rocikf\nDeploy daemon haproxy.nfs.foo.smithi131.rocikf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:17:33.775407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.mfvfus on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-mfvfus\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-mfvfus\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.mfvfus\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.mfvfus\nDeploy daemon haproxy.nfs.foo.smithi112.mfvfus ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:17:33.779946Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.bklfvg on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:17:33.781863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ljaclj on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:18:38.104262Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.upksza on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-upksza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-upksza\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.upksza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.upksza\nDeploy daemon haproxy.nfs.foo.smithi131.upksza ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -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.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:18:39.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:39 smithi112 bash[16324]: cephadm 2024-01-18T08:18:38.102079+0000 mgr.smithi112.xshois (mgr.14182) 1088 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-upksza 2024-01-18T08:18:39.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:39 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:18:39.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:39 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-upksza 2024-01-18T08:18:39.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:39 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.upksza 2024-01-18T08:18:39.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:39 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:18:39.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:39 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.upksza 2024-01-18T08:18:39.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:39 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.upksza ... 2024-01-18T08:18:39.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:39 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:18:39.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:39 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:18:39.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:39 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:18:39.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:39 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:18:39.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:39 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:18:39.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:39 smithi112 bash[16324]: Traceback (most recent call last): 2024-01-18T08:18:39.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:39 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:18:39.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:39 smithi112 bash[16324]: yield (conn, connr) 2024-01-18T08:18:39.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:39 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:18:39.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:39 smithi112 bash[16324]: code, '\n'.join(err))) 2024-01-18T08:18:39.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:39 smithi112 bash[16324]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-upksza 2024-01-18T08:18:39.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:39 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:18:39.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:39 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-upksza 2024-01-18T08:18:39.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:39 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.upksza 2024-01-18T08:18:39.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:39 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:18:39.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:39 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.upksza 2024-01-18T08:18:39.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:39 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.upksza ... 2024-01-18T08:18:39.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:39 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:18:39.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:39 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:18:39.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:39 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:18:39.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:39 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:18:39.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:39 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:18:39.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:39 smithi112 bash[16324]: cephadm 2024-01-18T08:18:38.102459+0000 mgr.smithi112.xshois (mgr.14182) 1089 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi131.upksza 2024-01-18T08:18:39.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:39 smithi112 bash[16324]: cephadm 2024-01-18T08:18:38.104518+0000 mgr.smithi112.xshois (mgr.14182) 1090 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi131.upksza on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-upksza 2024-01-18T08:18:39.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:39 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:18:39.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:39 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-upksza 2024-01-18T08:18:39.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:39 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.upksza 2024-01-18T08:18:39.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:39 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:18:39.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:39 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.upksza 2024-01-18T08:18:39.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:39 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.upksza ... 2024-01-18T08:18:39.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:39 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:18:39.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:39 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:18:39.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:39 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:18:39.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:39 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:18:39.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:39 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:18:39.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:39 smithi112 bash[16324]: cephadm 2024-01-18T08:18:38.109266+0000 mgr.smithi112.xshois (mgr.14182) 1091 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi112.jpjeuu on smithi112 2024-01-18T08:18:39.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:39 smithi112 bash[16324]: cluster 2024-01-18T08:18:38.135690+0000 mgr.smithi112.xshois (mgr.14182) 1092 : cluster [DBG] pgmap v736: 225 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-18T08:18:39.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:39 smithi112 bash[16324]: audit 2024-01-18T08:18:38.916657+0000 mgr.smithi112.xshois (mgr.14182) 1093 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:18:39.551 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:18:39.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:39 smithi131 bash[19154]: cephadm 2024-01-18T08:18:38.102079+0000 mgr.smithi112.xshois (mgr.14182) 1088 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-upksza 2024-01-18T08:18:39.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:39 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:18:39.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:39 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-upksza 2024-01-18T08:18:39.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:39 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.upksza 2024-01-18T08:18:39.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:39 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:18:39.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:39 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.upksza 2024-01-18T08:18:39.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:39 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.upksza ... 2024-01-18T08:18:39.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:39 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:18:39.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:39 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:18:39.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:39 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:18:39.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:39 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:18:39.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:39 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:18:39.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:39 smithi131 bash[19154]: Traceback (most recent call last): 2024-01-18T08:18:39.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:39 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:18:39.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:39 smithi131 bash[19154]: yield (conn, connr) 2024-01-18T08:18:39.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:39 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:18:39.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:39 smithi131 bash[19154]: code, '\n'.join(err))) 2024-01-18T08:18:39.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:39 smithi131 bash[19154]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-upksza 2024-01-18T08:18:39.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:39 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:18:39.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:39 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-upksza 2024-01-18T08:18:39.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:39 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.upksza 2024-01-18T08:18:39.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:39 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:18:39.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:39 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.upksza 2024-01-18T08:18:39.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:39 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.upksza ... 2024-01-18T08:18:39.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:39 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:18:39.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:39 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:18:39.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:39 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:18:39.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:39 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:18:39.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:39 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:18:39.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:39 smithi131 bash[19154]: cephadm 2024-01-18T08:18:38.102459+0000 mgr.smithi112.xshois (mgr.14182) 1089 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi131.upksza 2024-01-18T08:18:39.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:39 smithi131 bash[19154]: cephadm 2024-01-18T08:18:38.104518+0000 mgr.smithi112.xshois (mgr.14182) 1090 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi131.upksza on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-upksza 2024-01-18T08:18:39.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:39 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:18:39.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:39 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-upksza 2024-01-18T08:18:39.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:39 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.upksza 2024-01-18T08:18:39.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:39 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:18:39.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:39 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.upksza 2024-01-18T08:18:39.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:39 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.upksza ... 2024-01-18T08:18:39.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:39 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:18:39.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:39 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:18:39.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:39 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:18:39.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:39 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:18:39.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:39 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:18:39.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:39 smithi131 bash[19154]: cephadm 2024-01-18T08:18:38.109266+0000 mgr.smithi112.xshois (mgr.14182) 1091 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi112.jpjeuu on smithi112 2024-01-18T08:18:39.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:39 smithi131 bash[19154]: cluster 2024-01-18T08:18:38.135690+0000 mgr.smithi112.xshois (mgr.14182) 1092 : cluster [DBG] pgmap v736: 225 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-18T08:18:39.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:39 smithi131 bash[19154]: audit 2024-01-18T08:18:38.916657+0000 mgr.smithi112.xshois (mgr.14182) 1093 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:18:40.552 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:18:41.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:41 smithi131 bash[19154]: cluster 2024-01-18T08:18:40.136878+0000 mgr.smithi112.xshois (mgr.14182) 1094 : cluster [DBG] pgmap v737: 225 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-18T08:18:41.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:41 smithi131 bash[19154]: audit 2024-01-18T08:18:40.366883+0000 mon.smithi112 (mon.0) 940 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:18:41.680 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:41 smithi112 bash[16324]: cluster 2024-01-18T08:18:40.136878+0000 mgr.smithi112.xshois (mgr.14182) 1094 : cluster [DBG] pgmap v737: 225 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-18T08:18:41.680 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:41 smithi112 bash[16324]: audit 2024-01-18T08:18:40.366883+0000 mon.smithi112 (mon.0) 940 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:18:42.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:42 smithi131 bash[19154]: cephadm 2024-01-18T08:18:41.880797+0000 mgr.smithi112.xshois (mgr.14182) 1095 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-jpjeuu 2024-01-18T08:18:42.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:42 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:18:42.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:42 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-jpjeuu 2024-01-18T08:18:42.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:42 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.jpjeuu 2024-01-18T08:18:42.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:42 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:18:42.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:42 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.jpjeuu 2024-01-18T08:18:42.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:42 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.jpjeuu ... 2024-01-18T08:18:42.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:42 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:18:42.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:42 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:18:42.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:42 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:18:42.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:42 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:18:42.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:42 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:18:42.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:42 smithi131 bash[19154]: Traceback (most recent call last): 2024-01-18T08:18:42.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:42 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:18:42.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:42 smithi131 bash[19154]: yield (conn, connr) 2024-01-18T08:18:42.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:42 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:18:42.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:42 smithi131 bash[19154]: code, '\n'.join(err))) 2024-01-18T08:18:42.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:42 smithi131 bash[19154]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-jpjeuu 2024-01-18T08:18:42.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:42 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:18:42.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:42 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-jpjeuu 2024-01-18T08:18:42.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:42 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.jpjeuu 2024-01-18T08:18:42.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:42 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:18:42.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:42 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.jpjeuu 2024-01-18T08:18:42.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:42 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.jpjeuu ... 2024-01-18T08:18:42.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:42 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:18:42.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:42 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:18:42.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:42 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:18:42.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:42 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:18:42.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:42 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:18:42.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:42 smithi131 bash[19154]: cephadm 2024-01-18T08:18:41.881015+0000 mgr.smithi112.xshois (mgr.14182) 1096 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi112.jpjeuu 2024-01-18T08:18:42.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:42 smithi131 bash[19154]: audit 2024-01-18T08:18:41.881399+0000 mon.smithi112 (mon.0) 941 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi112.jpjeuu"}]: dispatch 2024-01-18T08:18:42.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:42 smithi131 bash[19154]: cephadm 2024-01-18T08:18:41.882280+0000 mgr.smithi112.xshois (mgr.14182) 1097 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi112.jpjeuu on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-jpjeuu 2024-01-18T08:18:42.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:42 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:18:42.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:42 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-jpjeuu 2024-01-18T08:18:42.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:42 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.jpjeuu 2024-01-18T08:18:42.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:42 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:18:42.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:42 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.jpjeuu 2024-01-18T08:18:42.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:42 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.jpjeuu ... 2024-01-18T08:18:42.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:42 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:18:42.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:42 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:18:42.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:42 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:18:42.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:42 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:18:42.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:42 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:18:42.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:42 smithi131 bash[19154]: cephadm 2024-01-18T08:18:41.884085+0000 mgr.smithi112.xshois (mgr.14182) 1098 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi131.nerimo on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:18:42.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:42 smithi131 bash[19154]: cephadm 2024-01-18T08:18:41.885496+0000 mgr.smithi112.xshois (mgr.14182) 1099 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi112.wxhldl on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:18:42.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:42 smithi131 bash[19154]: cluster 2024-01-18T08:18:41.886487+0000 mgr.smithi112.xshois (mgr.14182) 1100 : cluster [DBG] pgmap v738: 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-18T08:18:42.688 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:42 smithi112 bash[16324]: cephadm 2024-01-18T08:18:41.880797+0000 mgr.smithi112.xshois (mgr.14182) 1095 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-jpjeuu 2024-01-18T08:18:42.688 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:42 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:18:42.689 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:42 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-jpjeuu 2024-01-18T08:18:42.689 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:42 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.jpjeuu 2024-01-18T08:18:42.689 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:42 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:18:42.689 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:42 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.jpjeuu 2024-01-18T08:18:42.689 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:42 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.jpjeuu ... 2024-01-18T08:18:42.689 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:42 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:18:42.689 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:42 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:18:42.689 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:42 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:18:42.689 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:42 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:18:42.689 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:42 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:18:42.689 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:42 smithi112 bash[16324]: Traceback (most recent call last): 2024-01-18T08:18:42.689 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:42 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:18:42.690 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:42 smithi112 bash[16324]: yield (conn, connr) 2024-01-18T08:18:42.690 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:42 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:18:42.690 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:42 smithi112 bash[16324]: code, '\n'.join(err))) 2024-01-18T08:18:42.690 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:42 smithi112 bash[16324]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-jpjeuu 2024-01-18T08:18:42.690 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:42 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:18:42.690 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:42 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-jpjeuu 2024-01-18T08:18:42.690 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:42 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.jpjeuu 2024-01-18T08:18:42.690 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:42 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:18:42.690 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:42 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.jpjeuu 2024-01-18T08:18:42.690 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:42 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.jpjeuu ... 2024-01-18T08:18:42.690 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:42 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:18:42.691 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:42 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:18:42.691 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:42 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:18:42.691 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:42 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:18:42.691 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:42 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:18:42.691 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:42 smithi112 bash[16324]: cephadm 2024-01-18T08:18:41.881015+0000 mgr.smithi112.xshois (mgr.14182) 1096 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi112.jpjeuu 2024-01-18T08:18:42.691 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:42 smithi112 bash[16324]: audit 2024-01-18T08:18:41.881399+0000 mon.smithi112 (mon.0) 941 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi112.jpjeuu"}]: dispatch 2024-01-18T08:18:42.691 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:42 smithi112 bash[16324]: cephadm 2024-01-18T08:18:41.882280+0000 mgr.smithi112.xshois (mgr.14182) 1097 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi112.jpjeuu on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-jpjeuu 2024-01-18T08:18:42.691 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:42 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:18:42.691 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:42 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-jpjeuu 2024-01-18T08:18:42.692 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:42 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.jpjeuu 2024-01-18T08:18:42.692 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:42 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:18:42.692 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:42 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.jpjeuu 2024-01-18T08:18:42.692 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:42 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.jpjeuu ... 2024-01-18T08:18:42.692 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:42 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:18:42.692 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:42 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:18:42.692 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:42 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:18:42.692 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:42 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:18:42.692 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:42 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:18:42.692 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:42 smithi112 bash[16324]: cephadm 2024-01-18T08:18:41.884085+0000 mgr.smithi112.xshois (mgr.14182) 1098 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi131.nerimo on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:18:42.692 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:42 smithi112 bash[16324]: cephadm 2024-01-18T08:18:41.885496+0000 mgr.smithi112.xshois (mgr.14182) 1099 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi112.wxhldl on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:18:42.693 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:42 smithi112 bash[16324]: cluster 2024-01-18T08:18:41.886487+0000 mgr.smithi112.xshois (mgr.14182) 1100 : cluster [DBG] pgmap v738: 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-18T08:18:43.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:43 smithi131 bash[19154]: cluster 2024-01-18T08:18:42.366094+0000 mon.smithi112 (mon.0) 942 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:18:43.678 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:43 smithi112 bash[16324]: cluster 2024-01-18T08:18:42.366094+0000 mon.smithi112 (mon.0) 942 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:18:44.040 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:18:44.040 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:17:33.781863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ljaclj on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:18:38.104262Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.upksza on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-upksza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-upksza\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.upksza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.upksza\nDeploy daemon haproxy.nfs.foo.smithi131.upksza ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:18:41.882168Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.jpjeuu on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-jpjeuu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-jpjeuu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.jpjeuu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.jpjeuu\nDeploy daemon haproxy.nfs.foo.smithi112.jpjeuu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:18:41.883999Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nerimo on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:18:41.885411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.wxhldl on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:18:44.648 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:44 smithi112 bash[16324]: cluster 2024-01-18T08:18:43.887808+0000 mgr.smithi112.xshois (mgr.14182) 1101 : cluster [DBG] pgmap v739: 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-18T08:18:44.649 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:18:44.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:44 smithi131 bash[19154]: cluster 2024-01-18T08:18:43.887808+0000 mgr.smithi112.xshois (mgr.14182) 1101 : cluster [DBG] pgmap v739: 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-18T08:18:45.650 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:18:45.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:45 smithi112 bash[16324]: audit 2024-01-18T08:18:44.027722+0000 mgr.smithi112.xshois (mgr.14182) 1102 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:18:45.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:45 smithi131 bash[19154]: audit 2024-01-18T08:18:44.027722+0000 mgr.smithi112.xshois (mgr.14182) 1102 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:18:46.834 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:46 smithi112 bash[16324]: cluster 2024-01-18T08:18:45.889458+0000 mgr.smithi112.xshois (mgr.14182) 1103 : cluster [DBG] pgmap v740: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-01-18T08:18:46.835 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:46 smithi112 bash[16324]: audit 2024-01-18T08:18:46.522523+0000 mon.smithi112 (mon.0) 943 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:18:46.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:46 smithi131 bash[19154]: cluster 2024-01-18T08:18:45.889458+0000 mgr.smithi112.xshois (mgr.14182) 1103 : cluster [DBG] pgmap v740: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-01-18T08:18:46.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:46 smithi131 bash[19154]: audit 2024-01-18T08:18:46.522523+0000 mon.smithi112 (mon.0) 943 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:18:48.796 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:18:48.796 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:17:33.781863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ljaclj on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:18:38.104262Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.upksza on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-upksza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-upksza\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.upksza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.upksza\nDeploy daemon haproxy.nfs.foo.smithi131.upksza ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:18:41.882168Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.jpjeuu on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-jpjeuu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-jpjeuu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.jpjeuu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.jpjeuu\nDeploy daemon haproxy.nfs.foo.smithi112.jpjeuu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:18:41.883999Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nerimo on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:18:41.885411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.wxhldl on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:18:49.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:48 smithi112 bash[16324]: cluster 2024-01-18T08:18:47.891200+0000 mgr.smithi112.xshois (mgr.14182) 1104 : cluster [DBG] pgmap v741: 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-18T08:18:49.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:48 smithi131 bash[19154]: cluster 2024-01-18T08:18:47.891200+0000 mgr.smithi112.xshois (mgr.14182) 1104 : cluster [DBG] pgmap v741: 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-18T08:18:49.428 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:18:50.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:49 smithi112 bash[16324]: audit 2024-01-18T08:18:48.792283+0000 mgr.smithi112.xshois (mgr.14182) 1105 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:18:50.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:49 smithi131 bash[19154]: audit 2024-01-18T08:18:48.792283+0000 mgr.smithi112.xshois (mgr.14182) 1105 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:18:50.428 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:18:51.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:50 smithi112 bash[16324]: cluster 2024-01-18T08:18:49.892616+0000 mgr.smithi112.xshois (mgr.14182) 1106 : cluster [DBG] pgmap v742: 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-18T08:18:51.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:50 smithi131 bash[19154]: cluster 2024-01-18T08:18:49.892616+0000 mgr.smithi112.xshois (mgr.14182) 1106 : cluster [DBG] pgmap v742: 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-18T08:18:53.249 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:52 smithi131 bash[19154]: cluster 2024-01-18T08:18:51.894370+0000 mgr.smithi112.xshois (mgr.14182) 1107 : cluster [DBG] pgmap v743: 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-18T08:18:53.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:52 smithi112 bash[16324]: cluster 2024-01-18T08:18:51.894370+0000 mgr.smithi112.xshois (mgr.14182) 1107 : cluster [DBG] pgmap v743: 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-18T08:18:53.837 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:18:53.837 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:17:33.781863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ljaclj on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:18:38.104262Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.upksza on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-upksza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-upksza\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.upksza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.upksza\nDeploy daemon haproxy.nfs.foo.smithi131.upksza ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:18:41.882168Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.jpjeuu on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-jpjeuu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-jpjeuu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.jpjeuu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.jpjeuu\nDeploy daemon haproxy.nfs.foo.smithi112.jpjeuu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:18:41.883999Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nerimo on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:18:41.885411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.wxhldl on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:18:54.482 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:18:55.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:54 smithi112 bash[16324]: audit 2024-01-18T08:18:53.832604+0000 mgr.smithi112.xshois (mgr.14182) 1108 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:18:55.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:54 smithi112 bash[16324]: cluster 2024-01-18T08:18:53.895848+0000 mgr.smithi112.xshois (mgr.14182) 1109 : 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-18T08:18:55.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:54 smithi131 bash[19154]: audit 2024-01-18T08:18:53.832604+0000 mgr.smithi112.xshois (mgr.14182) 1108 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:18:55.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:54 smithi131 bash[19154]: cluster 2024-01-18T08:18:53.895848+0000 mgr.smithi112.xshois (mgr.14182) 1109 : 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-18T08:18:55.483 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:18:56.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:56 smithi131 bash[19154]: audit 2024-01-18T08:18:55.367153+0000 mon.smithi112 (mon.0) 944 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:18:56.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:56 smithi131 bash[19154]: cluster 2024-01-18T08:18:55.897698+0000 mgr.smithi112.xshois (mgr.14182) 1110 : 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-18T08:18:56.699 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:56 smithi112 bash[16324]: audit 2024-01-18T08:18:55.367153+0000 mon.smithi112 (mon.0) 944 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:18:56.699 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:56 smithi112 bash[16324]: cluster 2024-01-18T08:18:55.897698+0000 mgr.smithi112.xshois (mgr.14182) 1110 : 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-18T08:18:58.641 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:18:58.641 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:17:33.781863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ljaclj on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:18:38.104262Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.upksza on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-upksza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-upksza\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.upksza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.upksza\nDeploy daemon haproxy.nfs.foo.smithi131.upksza ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:18:41.882168Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.jpjeuu on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-jpjeuu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-jpjeuu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.jpjeuu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.jpjeuu\nDeploy daemon haproxy.nfs.foo.smithi112.jpjeuu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:18:41.883999Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nerimo on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:18:41.885411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.wxhldl on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:18:59.228 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:58 smithi112 bash[16324]: cluster 2024-01-18T08:18:57.899573+0000 mgr.smithi112.xshois (mgr.14182) 1111 : 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-18T08:18:59.230 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:18:59.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:58 smithi131 bash[19154]: cluster 2024-01-18T08:18:57.899573+0000 mgr.smithi112.xshois (mgr.14182) 1111 : 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-18T08:19:00.230 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:19:00.241 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:18:59 smithi112 bash[16324]: audit 2024-01-18T08:18:58.628813+0000 mgr.smithi112.xshois (mgr.14182) 1112 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:00.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:18:59 smithi131 bash[19154]: audit 2024-01-18T08:18:58.628813+0000 mgr.smithi112.xshois (mgr.14182) 1112 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:01.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:00 smithi112 bash[16324]: cluster 2024-01-18T08:18:59.900417+0000 mgr.smithi112.xshois (mgr.14182) 1113 : cluster [DBG] pgmap v747: 225 pgs: 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-18T08:19:01.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:00 smithi131 bash[19154]: cluster 2024-01-18T08:18:59.900417+0000 mgr.smithi112.xshois (mgr.14182) 1113 : cluster [DBG] pgmap v747: 225 pgs: 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-18T08:19:03.249 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:02 smithi131 bash[19154]: cluster 2024-01-18T08:19:01.902155+0000 mgr.smithi112.xshois (mgr.14182) 1114 : cluster [DBG] pgmap v748: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:19:03.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:02 smithi112 bash[16324]: cluster 2024-01-18T08:19:01.902155+0000 mgr.smithi112.xshois (mgr.14182) 1114 : cluster [DBG] pgmap v748: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:19:03.510 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:19:03.510 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:17:33.781863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ljaclj on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:18:38.104262Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.upksza on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-upksza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-upksza\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.upksza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.upksza\nDeploy daemon haproxy.nfs.foo.smithi131.upksza ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:18:41.882168Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.jpjeuu on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-jpjeuu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-jpjeuu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.jpjeuu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.jpjeuu\nDeploy daemon haproxy.nfs.foo.smithi112.jpjeuu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:18:41.883999Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nerimo on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:18:41.885411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.wxhldl on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:19:04.127 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:19:05.128 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:19:05.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:04 smithi112 bash[16324]: audit 2024-01-18T08:19:03.504890+0000 mgr.smithi112.xshois (mgr.14182) 1115 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:05.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:04 smithi112 bash[16324]: cluster 2024-01-18T08:19:03.903724+0000 mgr.smithi112.xshois (mgr.14182) 1116 : 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-18T08:19:05.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:04 smithi131 bash[19154]: audit 2024-01-18T08:19:03.504890+0000 mgr.smithi112.xshois (mgr.14182) 1115 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:05.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:04 smithi131 bash[19154]: cluster 2024-01-18T08:19:03.903724+0000 mgr.smithi112.xshois (mgr.14182) 1116 : 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-18T08:19:07.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:06 smithi112 bash[16324]: cluster 2024-01-18T08:19:05.905523+0000 mgr.smithi112.xshois (mgr.14182) 1117 : 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-18T08:19:07.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:06 smithi131 bash[19154]: cluster 2024-01-18T08:19:05.905523+0000 mgr.smithi112.xshois (mgr.14182) 1117 : 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-18T08:19:08.422 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:19:08.422 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:17:33.781863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ljaclj on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:18:38.104262Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.upksza on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-upksza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-upksza\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.upksza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.upksza\nDeploy daemon haproxy.nfs.foo.smithi131.upksza ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:18:41.882168Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.jpjeuu on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-jpjeuu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-jpjeuu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.jpjeuu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.jpjeuu\nDeploy daemon haproxy.nfs.foo.smithi112.jpjeuu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:18:41.883999Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nerimo on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:18:41.885411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.wxhldl on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:19:09.065 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:19:09.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:08 smithi112 bash[16324]: cluster 2024-01-18T08:19:07.907383+0000 mgr.smithi112.xshois (mgr.14182) 1118 : 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-18T08:19:09.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:08 smithi131 bash[19154]: cluster 2024-01-18T08:19:07.907383+0000 mgr.smithi112.xshois (mgr.14182) 1118 : 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-18T08:19:10.066 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:19:10.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:09 smithi112 bash[16324]: audit 2024-01-18T08:19:08.410855+0000 mgr.smithi112.xshois (mgr.14182) 1119 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:10.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:09 smithi131 bash[19154]: audit 2024-01-18T08:19:08.410855+0000 mgr.smithi112.xshois (mgr.14182) 1119 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:11.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:10 smithi112 bash[16324]: cluster 2024-01-18T08:19:09.908661+0000 mgr.smithi112.xshois (mgr.14182) 1120 : cluster [DBG] pgmap v752: 225 pgs: 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-18T08:19:11.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:10 smithi131 bash[19154]: cluster 2024-01-18T08:19:09.908661+0000 mgr.smithi112.xshois (mgr.14182) 1120 : cluster [DBG] pgmap v752: 225 pgs: 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-18T08:19:13.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:13 smithi112 bash[16324]: cluster 2024-01-18T08:19:11.910339+0000 mgr.smithi112.xshois (mgr.14182) 1121 : cluster [DBG] pgmap v753: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:19:13.339 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:19:13.339 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:17:33.781863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ljaclj on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:18:38.104262Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.upksza on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-upksza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-upksza\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.upksza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.upksza\nDeploy daemon haproxy.nfs.foo.smithi131.upksza ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:18:41.882168Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.jpjeuu on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-jpjeuu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-jpjeuu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.jpjeuu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.jpjeuu\nDeploy daemon haproxy.nfs.foo.smithi112.jpjeuu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:18:41.883999Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nerimo on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:18:41.885411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.wxhldl on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:19:13.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:13 smithi131 bash[19154]: cluster 2024-01-18T08:19:11.910339+0000 mgr.smithi112.xshois (mgr.14182) 1121 : cluster [DBG] pgmap v753: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:19:13.958 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:19:14.959 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:19:15.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:15 smithi112 bash[16324]: audit 2024-01-18T08:19:13.334345+0000 mgr.smithi112.xshois (mgr.14182) 1122 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:15.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:15 smithi112 bash[16324]: cluster 2024-01-18T08:19:13.911858+0000 mgr.smithi112.xshois (mgr.14182) 1123 : 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-18T08:19:15.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:15 smithi131 bash[19154]: audit 2024-01-18T08:19:13.334345+0000 mgr.smithi112.xshois (mgr.14182) 1122 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:15.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:15 smithi131 bash[19154]: cluster 2024-01-18T08:19:13.911858+0000 mgr.smithi112.xshois (mgr.14182) 1123 : 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-18T08:19:17.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:17 smithi131 bash[19154]: cluster 2024-01-18T08:19:15.913806+0000 mgr.smithi112.xshois (mgr.14182) 1124 : 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-18T08:19:17.448 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:17 smithi112 bash[16324]: cluster 2024-01-18T08:19:15.913806+0000 mgr.smithi112.xshois (mgr.14182) 1124 : 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-18T08:19:18.333 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:19:18.333 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:17:33.781863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ljaclj on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:18:38.104262Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.upksza on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-upksza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-upksza\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.upksza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.upksza\nDeploy daemon haproxy.nfs.foo.smithi131.upksza ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:18:41.882168Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.jpjeuu on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-jpjeuu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-jpjeuu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.jpjeuu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.jpjeuu\nDeploy daemon haproxy.nfs.foo.smithi112.jpjeuu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:18:41.883999Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nerimo on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:18:41.885411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.wxhldl on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:19:18.977 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:19:19.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:19 smithi112 bash[16324]: cluster 2024-01-18T08:19:17.915626+0000 mgr.smithi112.xshois (mgr.14182) 1125 : cluster [DBG] pgmap v756: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:19:19.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:19 smithi131 bash[19154]: cluster 2024-01-18T08:19:17.915626+0000 mgr.smithi112.xshois (mgr.14182) 1125 : cluster [DBG] pgmap v756: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:19:19.978 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:19:20.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:20 smithi112 bash[16324]: audit 2024-01-18T08:19:18.325567+0000 mgr.smithi112.xshois (mgr.14182) 1126 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:20.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:20 smithi112 bash[16324]: cluster 2024-01-18T08:19:19.916996+0000 mgr.smithi112.xshois (mgr.14182) 1127 : cluster [DBG] pgmap v757: 225 pgs: 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-18T08:19:20.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:20 smithi131 bash[19154]: audit 2024-01-18T08:19:18.325567+0000 mgr.smithi112.xshois (mgr.14182) 1126 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:20.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:20 smithi131 bash[19154]: cluster 2024-01-18T08:19:19.916996+0000 mgr.smithi112.xshois (mgr.14182) 1127 : cluster [DBG] pgmap v757: 225 pgs: 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-18T08:19:23.148 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:19:23.149 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:17:33.781863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ljaclj on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:18:38.104262Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.upksza on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-upksza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-upksza\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.upksza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.upksza\nDeploy daemon haproxy.nfs.foo.smithi131.upksza ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:18:41.882168Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.jpjeuu on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-jpjeuu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-jpjeuu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.jpjeuu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.jpjeuu\nDeploy daemon haproxy.nfs.foo.smithi112.jpjeuu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:18:41.883999Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nerimo on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:18:41.885411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.wxhldl on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:19:23.249 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:22 smithi131 bash[19154]: cluster 2024-01-18T08:19:21.918733+0000 mgr.smithi112.xshois (mgr.14182) 1128 : cluster [DBG] pgmap v758: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:19:23.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:22 smithi112 bash[16324]: cluster 2024-01-18T08:19:21.918733+0000 mgr.smithi112.xshois (mgr.14182) 1128 : cluster [DBG] pgmap v758: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:19:23.776 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:19:24.777 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:19:25.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:24 smithi112 bash[16324]: audit 2024-01-18T08:19:23.144350+0000 mgr.smithi112.xshois (mgr.14182) 1129 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:25.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:24 smithi112 bash[16324]: cluster 2024-01-18T08:19:23.920261+0000 mgr.smithi112.xshois (mgr.14182) 1130 : cluster [DBG] pgmap v759: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:19:25.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:24 smithi131 bash[19154]: audit 2024-01-18T08:19:23.144350+0000 mgr.smithi112.xshois (mgr.14182) 1129 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:25.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:24 smithi131 bash[19154]: cluster 2024-01-18T08:19:23.920261+0000 mgr.smithi112.xshois (mgr.14182) 1130 : cluster [DBG] pgmap v759: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:19:27.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:26 smithi112 bash[16324]: cluster 2024-01-18T08:19:25.921593+0000 mgr.smithi112.xshois (mgr.14182) 1131 : cluster [DBG] pgmap v760: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:19:27.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:26 smithi131 bash[19154]: cluster 2024-01-18T08:19:25.921593+0000 mgr.smithi112.xshois (mgr.14182) 1131 : cluster [DBG] pgmap v760: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:19:28.071 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:19:28.071 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:17:33.781863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ljaclj on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:18:38.104262Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.upksza on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-upksza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-upksza\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.upksza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.upksza\nDeploy daemon haproxy.nfs.foo.smithi131.upksza ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:18:41.882168Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.jpjeuu on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-jpjeuu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-jpjeuu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.jpjeuu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.jpjeuu\nDeploy daemon haproxy.nfs.foo.smithi112.jpjeuu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:18:41.883999Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nerimo on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:18:41.885411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.wxhldl on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:19:28.721 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:19:29.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:28 smithi112 bash[16324]: cluster 2024-01-18T08:19:27.923048+0000 mgr.smithi112.xshois (mgr.14182) 1132 : cluster [DBG] pgmap v761: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:19:29.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:28 smithi131 bash[19154]: cluster 2024-01-18T08:19:27.923048+0000 mgr.smithi112.xshois (mgr.14182) 1132 : cluster [DBG] pgmap v761: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:19:29.722 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:19:30.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:29 smithi112 bash[16324]: audit 2024-01-18T08:19:28.059041+0000 mgr.smithi112.xshois (mgr.14182) 1133 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:30.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:29 smithi131 bash[19154]: audit 2024-01-18T08:19:28.059041+0000 mgr.smithi112.xshois (mgr.14182) 1133 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:31.185 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:31 smithi112 bash[16324]: cluster 2024-01-18T08:19:29.923991+0000 mgr.smithi112.xshois (mgr.14182) 1134 : cluster [DBG] pgmap v762: 225 pgs: 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-18T08:19:31.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:31 smithi131 bash[19154]: cluster 2024-01-18T08:19:29.923991+0000 mgr.smithi112.xshois (mgr.14182) 1134 : cluster [DBG] pgmap v762: 225 pgs: 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-18T08:19:33.019 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:19:33.019 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:17:33.781863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ljaclj on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:18:38.104262Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.upksza on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-upksza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-upksza\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.upksza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.upksza\nDeploy daemon haproxy.nfs.foo.smithi131.upksza ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:18:41.882168Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.jpjeuu on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-jpjeuu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-jpjeuu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.jpjeuu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.jpjeuu\nDeploy daemon haproxy.nfs.foo.smithi112.jpjeuu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:18:41.883999Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nerimo on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:18:41.885411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.wxhldl on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:19:33.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:33 smithi112 bash[16324]: cluster 2024-01-18T08:19:31.925715+0000 mgr.smithi112.xshois (mgr.14182) 1135 : 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-18T08:19:33.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:33 smithi131 bash[19154]: cluster 2024-01-18T08:19:31.925715+0000 mgr.smithi112.xshois (mgr.14182) 1135 : 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-18T08:19:33.660 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:19:34.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:34 smithi112 bash[16324]: audit 2024-01-18T08:19:33.006805+0000 mgr.smithi112.xshois (mgr.14182) 1136 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:34.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:34 smithi131 bash[19154]: audit 2024-01-18T08:19:33.006805+0000 mgr.smithi112.xshois (mgr.14182) 1136 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:34.661 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:19:35.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:35 smithi112 bash[16324]: cluster 2024-01-18T08:19:33.927200+0000 mgr.smithi112.xshois (mgr.14182) 1137 : cluster [DBG] pgmap v764: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:19:35.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:35 smithi131 bash[19154]: cluster 2024-01-18T08:19:33.927200+0000 mgr.smithi112.xshois (mgr.14182) 1137 : cluster [DBG] pgmap v764: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:19:36.113 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:36 smithi112 bash[16324]: cluster 2024-01-18T08:19:35.928535+0000 mgr.smithi112.xshois (mgr.14182) 1138 : 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-18T08:19:36.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:36 smithi131 bash[19154]: cluster 2024-01-18T08:19:35.928535+0000 mgr.smithi112.xshois (mgr.14182) 1138 : 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-18T08:19:37.839 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:19:37.839 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:17:33.781863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ljaclj on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:18:38.104262Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.upksza on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-upksza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-upksza\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.upksza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.upksza\nDeploy daemon haproxy.nfs.foo.smithi131.upksza ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:18:41.882168Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.jpjeuu on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-jpjeuu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-jpjeuu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.jpjeuu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.jpjeuu\nDeploy daemon haproxy.nfs.foo.smithi112.jpjeuu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:18:41.883999Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nerimo on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:18:41.885411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.wxhldl on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:19:38.459 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:19:39.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:38 smithi112 bash[16324]: audit 2024-01-18T08:19:37.832149+0000 mgr.smithi112.xshois (mgr.14182) 1139 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:39.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:38 smithi112 bash[16324]: cluster 2024-01-18T08:19:37.929718+0000 mgr.smithi112.xshois (mgr.14182) 1140 : 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-18T08:19:39.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:38 smithi131 bash[19154]: audit 2024-01-18T08:19:37.832149+0000 mgr.smithi112.xshois (mgr.14182) 1139 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:39.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:38 smithi131 bash[19154]: cluster 2024-01-18T08:19:37.929718+0000 mgr.smithi112.xshois (mgr.14182) 1140 : 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-18T08:19:39.460 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:19:40.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:40 smithi131 bash[19154]: cluster 2024-01-18T08:19:39.931072+0000 mgr.smithi112.xshois (mgr.14182) 1141 : cluster [DBG] pgmap v767: 225 pgs: 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-18T08:19:41.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:40 smithi112 bash[16324]: cluster 2024-01-18T08:19:39.931072+0000 mgr.smithi112.xshois (mgr.14182) 1141 : cluster [DBG] pgmap v767: 225 pgs: 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-18T08:19:42.202 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:41 smithi112 bash[16324]: audit 2024-01-18T08:19:41.888761+0000 mon.smithi112 (mon.0) 945 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:19:42.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:41 smithi131 bash[19154]: audit 2024-01-18T08:19:41.888761+0000 mon.smithi112 (mon.0) 945 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:19:42.548 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:19:42.548 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:17:33.781863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ljaclj on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:18:38.104262Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.upksza on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-upksza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-upksza\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.upksza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.upksza\nDeploy daemon haproxy.nfs.foo.smithi131.upksza ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:18:41.882168Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.jpjeuu on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-jpjeuu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-jpjeuu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.jpjeuu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.jpjeuu\nDeploy daemon haproxy.nfs.foo.smithi112.jpjeuu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:18:41.883999Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nerimo on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:18:41.885411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.wxhldl on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:19:43.175 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:19:43.249 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:42 smithi131 bash[19154]: cluster 2024-01-18T08:19:41.932671+0000 mgr.smithi112.xshois (mgr.14182) 1142 : 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-18T08:19:43.249 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:42 smithi131 bash[19154]: audit 2024-01-18T08:19:42.193981+0000 mon.smithi112 (mon.0) 946 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:19:43.250 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:42 smithi131 bash[19154]: audit 2024-01-18T08:19:42.195357+0000 mon.smithi112 (mon.0) 947 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:19:43.250 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:42 smithi131 bash[19154]: audit 2024-01-18T08:19:42.202348+0000 mon.smithi112 (mon.0) 948 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:19:43.250 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:42 smithi131 bash[19154]: audit 2024-01-18T08:19:42.209900+0000 mon.smithi112 (mon.0) 949 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:19:43.250 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:42 smithi131 bash[19154]: audit 2024-01-18T08:19:42.226841+0000 mon.smithi112 (mon.0) 950 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:19:43.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:42 smithi112 bash[16324]: cluster 2024-01-18T08:19:41.932671+0000 mgr.smithi112.xshois (mgr.14182) 1142 : 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-18T08:19:43.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:42 smithi112 bash[16324]: audit 2024-01-18T08:19:42.193981+0000 mon.smithi112 (mon.0) 946 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:19:43.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:42 smithi112 bash[16324]: audit 2024-01-18T08:19:42.195357+0000 mon.smithi112 (mon.0) 947 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:19:43.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:42 smithi112 bash[16324]: audit 2024-01-18T08:19:42.202348+0000 mon.smithi112 (mon.0) 948 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:19:43.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:42 smithi112 bash[16324]: audit 2024-01-18T08:19:42.209900+0000 mon.smithi112 (mon.0) 949 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:19:43.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:42 smithi112 bash[16324]: audit 2024-01-18T08:19:42.226841+0000 mon.smithi112 (mon.0) 950 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:19:44.177 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:19:44.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:43 smithi112 bash[16324]: cluster 2024-01-18T08:19:42.203133+0000 mgr.smithi112.xshois (mgr.14182) 1143 : cluster [DBG] pgmap v769: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T08:19:44.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:43 smithi112 bash[16324]: cephadm 2024-01-18T08:19:42.230956+0000 mgr.smithi112.xshois (mgr.14182) 1144 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi131.fhnaol on smithi131 2024-01-18T08:19:44.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:43 smithi112 bash[16324]: audit 2024-01-18T08:19:42.544255+0000 mgr.smithi112.xshois (mgr.14182) 1145 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:44.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:43 smithi112 bash[16324]: cluster 2024-01-18T08:19:43.199791+0000 mon.smithi112 (mon.0) 951 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:19:44.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:43 smithi112 bash[16324]: cluster 2024-01-18T08:19:43.199849+0000 mon.smithi112 (mon.0) 952 : cluster [INF] Cluster is now healthy 2024-01-18T08:19:44.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:43 smithi131 bash[19154]: cluster 2024-01-18T08:19:42.203133+0000 mgr.smithi112.xshois (mgr.14182) 1143 : cluster [DBG] pgmap v769: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T08:19:44.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:43 smithi131 bash[19154]: cephadm 2024-01-18T08:19:42.230956+0000 mgr.smithi112.xshois (mgr.14182) 1144 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi131.fhnaol on smithi131 2024-01-18T08:19:44.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:43 smithi131 bash[19154]: audit 2024-01-18T08:19:42.544255+0000 mgr.smithi112.xshois (mgr.14182) 1145 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:44.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:43 smithi131 bash[19154]: cluster 2024-01-18T08:19:43.199791+0000 mon.smithi112 (mon.0) 951 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:19:44.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:43 smithi131 bash[19154]: cluster 2024-01-18T08:19:43.199849+0000 mon.smithi112 (mon.0) 952 : cluster [INF] Cluster is now healthy 2024-01-18T08:19:46.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:46 smithi112 bash[16324]: cluster 2024-01-18T08:19:44.204662+0000 mgr.smithi112.xshois (mgr.14182) 1146 : cluster [DBG] pgmap v770: 225 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-18T08:19:46.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:45 smithi131 bash[19154]: cluster 2024-01-18T08:19:44.204662+0000 mgr.smithi112.xshois (mgr.14182) 1146 : cluster [DBG] pgmap v770: 225 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-18T08:19:47.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:47 smithi112 bash[16324]: audit 2024-01-18T08:19:46.148630+0000 mon.smithi112 (mon.0) 953 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi131.fhnaol"}]: dispatch 2024-01-18T08:19:47.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:47 smithi131 bash[19154]: audit 2024-01-18T08:19:46.148630+0000 mon.smithi112 (mon.0) 953 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi131.fhnaol"}]: dispatch 2024-01-18T08:19:47.612 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:19:47.612 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:38.104262Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.upksza on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-upksza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-upksza\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.upksza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.upksza\nDeploy daemon haproxy.nfs.foo.smithi131.upksza ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:18:41.882168Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.jpjeuu on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-jpjeuu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-jpjeuu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.jpjeuu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.jpjeuu\nDeploy daemon haproxy.nfs.foo.smithi112.jpjeuu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:18:41.883999Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nerimo on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:18:41.885411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.wxhldl on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:19:46.149955Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.fhnaol on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fhnaol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fhnaol\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fhnaol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fhnaol\nDeploy daemon haproxy.nfs.foo.smithi131.fhnaol ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -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.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:19:48.282 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:19:48.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:48 smithi112 bash[16324]: cephadm 2024-01-18T08:19:46.147429+0000 mgr.smithi112.xshois (mgr.14182) 1147 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fhnaol 2024-01-18T08:19:48.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:48 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:19:48.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:48 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fhnaol 2024-01-18T08:19:48.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:48 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fhnaol 2024-01-18T08:19:48.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:48 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:19:48.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:48 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fhnaol 2024-01-18T08:19:48.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:48 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.fhnaol ... 2024-01-18T08:19:48.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:48 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:19:48.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:48 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:19:48.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:48 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:19:48.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:48 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:19:48.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:48 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:19:48.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:48 smithi112 bash[16324]: Traceback (most recent call last): 2024-01-18T08:19:48.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:48 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:19:48.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:48 smithi112 bash[16324]: yield (conn, connr) 2024-01-18T08:19:48.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:48 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:19:48.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:48 smithi112 bash[16324]: code, '\n'.join(err))) 2024-01-18T08:19:48.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:48 smithi112 bash[16324]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fhnaol 2024-01-18T08:19:48.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:48 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:19:48.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:48 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fhnaol 2024-01-18T08:19:48.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:48 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fhnaol 2024-01-18T08:19:48.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:48 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:19:48.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:48 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fhnaol 2024-01-18T08:19:48.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:48 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.fhnaol ... 2024-01-18T08:19:48.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:48 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:19:48.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:48 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:19:48.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:48 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:19:48.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:48 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:19:48.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:48 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:19:48.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:48 smithi112 bash[16324]: cephadm 2024-01-18T08:19:46.147984+0000 mgr.smithi112.xshois (mgr.14182) 1148 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi131.fhnaol 2024-01-18T08:19:48.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:48 smithi112 bash[16324]: cephadm 2024-01-18T08:19:46.150150+0000 mgr.smithi112.xshois (mgr.14182) 1149 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi131.fhnaol on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fhnaol 2024-01-18T08:19:48.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:48 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:19:48.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:48 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fhnaol 2024-01-18T08:19:48.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:48 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fhnaol 2024-01-18T08:19:48.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:48 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:19:48.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:48 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fhnaol 2024-01-18T08:19:48.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:48 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.fhnaol ... 2024-01-18T08:19:48.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:48 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:19:48.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:48 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:19:48.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:48 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:19:48.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:48 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:19:48.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:48 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:19:48.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:48 smithi112 bash[16324]: cephadm 2024-01-18T08:19:46.154856+0000 mgr.smithi112.xshois (mgr.14182) 1150 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi112.vbunwx on smithi112 2024-01-18T08:19:48.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:48 smithi112 bash[16324]: cluster 2024-01-18T08:19:46.205826+0000 mgr.smithi112.xshois (mgr.14182) 1151 : cluster [DBG] pgmap v771: 225 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-18T08:19:48.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:48 smithi131 bash[19154]: cephadm 2024-01-18T08:19:46.147429+0000 mgr.smithi112.xshois (mgr.14182) 1147 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fhnaol 2024-01-18T08:19:48.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:48 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:19:48.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:48 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fhnaol 2024-01-18T08:19:48.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:48 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fhnaol 2024-01-18T08:19:48.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:48 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:19:48.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:48 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fhnaol 2024-01-18T08:19:48.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:48 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.fhnaol ... 2024-01-18T08:19:48.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:48 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:19:48.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:48 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:19:48.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:48 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:19:48.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:48 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:19:48.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:48 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:19:48.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:48 smithi131 bash[19154]: Traceback (most recent call last): 2024-01-18T08:19:48.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:48 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:19:48.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:48 smithi131 bash[19154]: yield (conn, connr) 2024-01-18T08:19:48.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:48 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:19:48.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:48 smithi131 bash[19154]: code, '\n'.join(err))) 2024-01-18T08:19:48.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:48 smithi131 bash[19154]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fhnaol 2024-01-18T08:19:48.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:48 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:19:48.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:48 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fhnaol 2024-01-18T08:19:48.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:48 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fhnaol 2024-01-18T08:19:48.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:48 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:19:48.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:48 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fhnaol 2024-01-18T08:19:48.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:48 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.fhnaol ... 2024-01-18T08:19:48.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:48 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:19:48.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:48 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:19:48.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:48 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:19:48.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:48 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:19:48.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:48 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:19:48.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:48 smithi131 bash[19154]: cephadm 2024-01-18T08:19:46.147984+0000 mgr.smithi112.xshois (mgr.14182) 1148 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi131.fhnaol 2024-01-18T08:19:48.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:48 smithi131 bash[19154]: cephadm 2024-01-18T08:19:46.150150+0000 mgr.smithi112.xshois (mgr.14182) 1149 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi131.fhnaol on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fhnaol 2024-01-18T08:19:48.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:48 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:19:48.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:48 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fhnaol 2024-01-18T08:19:48.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:48 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fhnaol 2024-01-18T08:19:48.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:48 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:19:48.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:48 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fhnaol 2024-01-18T08:19:48.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:48 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.fhnaol ... 2024-01-18T08:19:48.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:48 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:19:48.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:48 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:19:48.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:48 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:19:48.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:48 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:19:48.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:48 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:19:48.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:48 smithi131 bash[19154]: cephadm 2024-01-18T08:19:46.154856+0000 mgr.smithi112.xshois (mgr.14182) 1150 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi112.vbunwx on smithi112 2024-01-18T08:19:48.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:48 smithi131 bash[19154]: cluster 2024-01-18T08:19:46.205826+0000 mgr.smithi112.xshois (mgr.14182) 1151 : cluster [DBG] pgmap v771: 225 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-18T08:19:49.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:49 smithi112 bash[16324]: audit 2024-01-18T08:19:47.600945+0000 mgr.smithi112.xshois (mgr.14182) 1152 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:49.282 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:19:49.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:49 smithi131 bash[19154]: audit 2024-01-18T08:19:47.600945+0000 mgr.smithi112.xshois (mgr.14182) 1152 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:50.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:50 smithi112 bash[16324]: cluster 2024-01-18T08:19:48.207187+0000 mgr.smithi112.xshois (mgr.14182) 1153 : cluster [DBG] pgmap v772: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T08:19:50.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:50 smithi131 bash[19154]: cluster 2024-01-18T08:19:48.207187+0000 mgr.smithi112.xshois (mgr.14182) 1153 : cluster [DBG] pgmap v772: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T08:19:51.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:51 smithi112 bash[16324]: audit 2024-01-18T08:19:50.396522+0000 mon.smithi112 (mon.0) 954 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi112.vbunwx"}]: dispatch 2024-01-18T08:19:51.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:51 smithi131 bash[19154]: audit 2024-01-18T08:19:50.396522+0000 mon.smithi112 (mon.0) 954 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi112.vbunwx"}]: dispatch 2024-01-18T08:19:52.332 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:52 smithi112 bash[16324]: cluster 2024-01-18T08:19:50.208447+0000 mgr.smithi112.xshois (mgr.14182) 1154 : cluster [DBG] pgmap v773: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T08:19:52.332 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:52 smithi112 bash[16324]: cephadm 2024-01-18T08:19:50.395656+0000 mgr.smithi112.xshois (mgr.14182) 1155 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-vbunwx 2024-01-18T08:19:52.332 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:52 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:19:52.332 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:52 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-vbunwx 2024-01-18T08:19:52.333 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:52 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.vbunwx 2024-01-18T08:19:52.333 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:52 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:19:52.333 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:52 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.vbunwx 2024-01-18T08:19:52.333 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:52 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.vbunwx ... 2024-01-18T08:19:52.333 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:52 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:19:52.333 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:52 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:19:52.333 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:52 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:19:52.333 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:52 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:19:52.333 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:52 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:19:52.333 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:52 smithi112 bash[16324]: Traceback (most recent call last): 2024-01-18T08:19:52.333 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:52 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:19:52.333 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:52 smithi112 bash[16324]: yield (conn, connr) 2024-01-18T08:19:52.333 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:52 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:19:52.333 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:52 smithi112 bash[16324]: code, '\n'.join(err))) 2024-01-18T08:19:52.333 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:52 smithi112 bash[16324]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-vbunwx 2024-01-18T08:19:52.333 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:52 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:19:52.334 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:52 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-vbunwx 2024-01-18T08:19:52.334 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:52 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.vbunwx 2024-01-18T08:19:52.334 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:52 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:19:52.334 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:52 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.vbunwx 2024-01-18T08:19:52.334 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:52 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.vbunwx ... 2024-01-18T08:19:52.334 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:52 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:19:52.334 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:52 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:19:52.334 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:52 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:19:52.334 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:52 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:19:52.334 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:52 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:19:52.334 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:52 smithi112 bash[16324]: cephadm 2024-01-18T08:19:50.395886+0000 mgr.smithi112.xshois (mgr.14182) 1156 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi112.vbunwx 2024-01-18T08:19:52.334 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:52 smithi112 bash[16324]: cephadm 2024-01-18T08:19:50.399184+0000 mgr.smithi112.xshois (mgr.14182) 1157 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi112.vbunwx on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-vbunwx 2024-01-18T08:19:52.334 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:52 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:19:52.334 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:52 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-vbunwx 2024-01-18T08:19:52.334 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:52 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.vbunwx 2024-01-18T08:19:52.335 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:52 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:19:52.335 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:52 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.vbunwx 2024-01-18T08:19:52.335 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:52 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.vbunwx ... 2024-01-18T08:19:52.335 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:52 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:19:52.335 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:52 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:19:52.335 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:52 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:19:52.335 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:52 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:19:52.335 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:52 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:19:52.335 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:52 smithi112 bash[16324]: cephadm 2024-01-18T08:19:50.403671+0000 mgr.smithi112.xshois (mgr.14182) 1158 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi131.wsbjtw on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:19:52.335 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:52 smithi112 bash[16324]: cephadm 2024-01-18T08:19:50.405304+0000 mgr.smithi112.xshois (mgr.14182) 1159 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi112.hporys on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:19:52.335 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:52 smithi112 bash[16324]: cluster 2024-01-18T08:19:50.406680+0000 mgr.smithi112.xshois (mgr.14182) 1160 : cluster [DBG] pgmap v774: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 120 B/s rd, 0 op/s 2024-01-18T08:19:52.335 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:52 smithi112 bash[16324]: cluster 2024-01-18T08:19:51.024711+0000 mon.smithi112 (mon.0) 955 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:19:52.335 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:52 smithi112 bash[16324]: audit 2024-01-18T08:19:51.577802+0000 mon.smithi112 (mon.0) 956 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:19:52.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:52 smithi131 bash[19154]: cluster 2024-01-18T08:19:50.208447+0000 mgr.smithi112.xshois (mgr.14182) 1154 : cluster [DBG] pgmap v773: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T08:19:52.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:52 smithi131 bash[19154]: cephadm 2024-01-18T08:19:50.395656+0000 mgr.smithi112.xshois (mgr.14182) 1155 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-vbunwx 2024-01-18T08:19:52.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:52 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:19:52.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:52 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-vbunwx 2024-01-18T08:19:52.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:52 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.vbunwx 2024-01-18T08:19:52.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:52 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:19:52.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:52 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.vbunwx 2024-01-18T08:19:52.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:52 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.vbunwx ... 2024-01-18T08:19:52.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:52 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:19:52.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:52 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:19:52.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:52 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:19:52.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:52 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:19:52.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:52 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:19:52.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:52 smithi131 bash[19154]: Traceback (most recent call last): 2024-01-18T08:19:52.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:52 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:19:52.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:52 smithi131 bash[19154]: yield (conn, connr) 2024-01-18T08:19:52.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:52 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:19:52.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:52 smithi131 bash[19154]: code, '\n'.join(err))) 2024-01-18T08:19:52.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:52 smithi131 bash[19154]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-vbunwx 2024-01-18T08:19:52.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:52 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:19:52.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:52 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-vbunwx 2024-01-18T08:19:52.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:52 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.vbunwx 2024-01-18T08:19:52.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:52 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:19:52.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:52 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.vbunwx 2024-01-18T08:19:52.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:52 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.vbunwx ... 2024-01-18T08:19:52.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:52 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:19:52.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:52 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:19:52.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:52 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:19:52.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:52 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:19:52.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:52 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:19:52.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:52 smithi131 bash[19154]: cephadm 2024-01-18T08:19:50.395886+0000 mgr.smithi112.xshois (mgr.14182) 1156 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi112.vbunwx 2024-01-18T08:19:52.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:52 smithi131 bash[19154]: cephadm 2024-01-18T08:19:50.399184+0000 mgr.smithi112.xshois (mgr.14182) 1157 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi112.vbunwx on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-vbunwx 2024-01-18T08:19:52.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:52 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:19:52.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:52 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-vbunwx 2024-01-18T08:19:52.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:52 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.vbunwx 2024-01-18T08:19:52.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:52 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:19:52.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:52 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.vbunwx 2024-01-18T08:19:52.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:52 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.vbunwx ... 2024-01-18T08:19:52.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:52 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:19:52.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:52 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:19:52.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:52 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:19:52.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:52 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:19:52.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:52 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:19:52.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:52 smithi131 bash[19154]: cephadm 2024-01-18T08:19:50.403671+0000 mgr.smithi112.xshois (mgr.14182) 1158 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi131.wsbjtw on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:19:52.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:52 smithi131 bash[19154]: cephadm 2024-01-18T08:19:50.405304+0000 mgr.smithi112.xshois (mgr.14182) 1159 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi112.hporys on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:19:52.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:52 smithi131 bash[19154]: cluster 2024-01-18T08:19:50.406680+0000 mgr.smithi112.xshois (mgr.14182) 1160 : cluster [DBG] pgmap v774: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 120 B/s rd, 0 op/s 2024-01-18T08:19:52.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:52 smithi131 bash[19154]: cluster 2024-01-18T08:19:51.024711+0000 mon.smithi112 (mon.0) 955 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:19:52.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:52 smithi131 bash[19154]: audit 2024-01-18T08:19:51.577802+0000 mon.smithi112 (mon.0) 956 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:19:52.780 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:19:52.780 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:41.885411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.wxhldl on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:19:46.149955Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.fhnaol on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fhnaol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fhnaol\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fhnaol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fhnaol\nDeploy daemon haproxy.nfs.foo.smithi131.fhnaol ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:19:50.399056Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.vbunwx on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-vbunwx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-vbunwx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.vbunwx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.vbunwx\nDeploy daemon haproxy.nfs.foo.smithi112.vbunwx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:19:50.403565Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.wsbjtw on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:19:50.405201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.hporys on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:19:53.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:53 smithi131 bash[19154]: cluster 2024-01-18T08:19:52.407732+0000 mgr.smithi112.xshois (mgr.14182) 1161 : cluster [DBG] pgmap v775: 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-18T08:19:53.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:53 smithi131 bash[19154]: audit 2024-01-18T08:19:52.770351+0000 mgr.smithi112.xshois (mgr.14182) 1162 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:53.478 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:53 smithi112 bash[16324]: cluster 2024-01-18T08:19:52.407732+0000 mgr.smithi112.xshois (mgr.14182) 1161 : cluster [DBG] pgmap v775: 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-18T08:19:53.478 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:53 smithi112 bash[16324]: audit 2024-01-18T08:19:52.770351+0000 mgr.smithi112.xshois (mgr.14182) 1162 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:53.479 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:19:54.480 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:19:55.895 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:55 smithi112 bash[16324]: cluster 2024-01-18T08:19:54.409252+0000 mgr.smithi112.xshois (mgr.14182) 1163 : cluster [DBG] pgmap v776: 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-18T08:19:55.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:55 smithi131 bash[19154]: cluster 2024-01-18T08:19:54.409252+0000 mgr.smithi112.xshois (mgr.14182) 1163 : cluster [DBG] pgmap v776: 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-18T08:19:57.715 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:19:57.715 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:41.885411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.wxhldl on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:19:46.149955Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.fhnaol on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fhnaol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fhnaol\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fhnaol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fhnaol\nDeploy daemon haproxy.nfs.foo.smithi131.fhnaol ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:19:50.399056Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.vbunwx on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-vbunwx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-vbunwx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.vbunwx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.vbunwx\nDeploy daemon haproxy.nfs.foo.smithi112.vbunwx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:19:50.403565Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.wsbjtw on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:19:50.405201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.hporys on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:19:57.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:57 smithi131 bash[19154]: cluster 2024-01-18T08:19:56.410883+0000 mgr.smithi112.xshois (mgr.14182) 1164 : cluster [DBG] pgmap v777: 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-18T08:19:58.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:57 smithi112 bash[16324]: cluster 2024-01-18T08:19:56.410883+0000 mgr.smithi112.xshois (mgr.14182) 1164 : cluster [DBG] pgmap v777: 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-18T08:19:58.401 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:19:58.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:58 smithi112 bash[16324]: audit 2024-01-18T08:19:57.703820+0000 mgr.smithi112.xshois (mgr.14182) 1165 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:58.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:58 smithi131 bash[19154]: audit 2024-01-18T08:19:57.703820+0000 mgr.smithi112.xshois (mgr.14182) 1165 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:59.401 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:19:59.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:19:59 smithi112 bash[16324]: cluster 2024-01-18T08:19:58.412456+0000 mgr.smithi112.xshois (mgr.14182) 1166 : cluster [DBG] pgmap v778: 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-18T08:19:59.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:19:59 smithi131 bash[19154]: cluster 2024-01-18T08:19:58.412456+0000 mgr.smithi112.xshois (mgr.14182) 1166 : cluster [DBG] pgmap v778: 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-18T08:20:00.817 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:00 smithi112 bash[16324]: cluster 2024-01-18T08:20:00.000147+0000 mon.smithi112 (mon.0) 957 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2024-01-18T08:20:00.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:00 smithi131 bash[19154]: cluster 2024-01-18T08:20:00.000147+0000 mon.smithi112 (mon.0) 957 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2024-01-18T08:20:01.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:01 smithi131 bash[19154]: cluster 2024-01-18T08:20:00.414141+0000 mgr.smithi112.xshois (mgr.14182) 1167 : cluster [DBG] pgmap v779: 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-18T08:20:02.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:01 smithi112 bash[16324]: cluster 2024-01-18T08:20:00.414141+0000 mgr.smithi112.xshois (mgr.14182) 1167 : cluster [DBG] pgmap v779: 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-18T08:20:02.829 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:20:02.829 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:41.885411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.wxhldl on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:19:46.149955Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.fhnaol on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fhnaol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fhnaol\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fhnaol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fhnaol\nDeploy daemon haproxy.nfs.foo.smithi131.fhnaol ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:19:50.399056Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.vbunwx on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-vbunwx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-vbunwx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.vbunwx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.vbunwx\nDeploy daemon haproxy.nfs.foo.smithi112.vbunwx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:19:50.403565Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.wsbjtw on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:19:50.405201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.hporys on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:20:03.476 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:20:03.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:03 smithi112 bash[16324]: cluster 2024-01-18T08:20:02.416112+0000 mgr.smithi112.xshois (mgr.14182) 1168 : 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-18T08:20:03.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:03 smithi112 bash[16324]: audit 2024-01-18T08:20:02.817193+0000 mgr.smithi112.xshois (mgr.14182) 1169 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:03.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:03 smithi131 bash[19154]: cluster 2024-01-18T08:20:02.416112+0000 mgr.smithi112.xshois (mgr.14182) 1168 : 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-18T08:20:03.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:03 smithi131 bash[19154]: audit 2024-01-18T08:20:02.817193+0000 mgr.smithi112.xshois (mgr.14182) 1169 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:04.477 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:20:05.905 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:05 smithi112 bash[16324]: cluster 2024-01-18T08:20:04.417675+0000 mgr.smithi112.xshois (mgr.14182) 1170 : 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-18T08:20:05.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:05 smithi131 bash[19154]: cluster 2024-01-18T08:20:04.417675+0000 mgr.smithi112.xshois (mgr.14182) 1170 : 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-18T08:20:07.715 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:20:07.715 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:41.885411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.wxhldl on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:19:46.149955Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.fhnaol on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fhnaol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fhnaol\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fhnaol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fhnaol\nDeploy daemon haproxy.nfs.foo.smithi131.fhnaol ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:19:50.399056Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.vbunwx on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-vbunwx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-vbunwx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.vbunwx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.vbunwx\nDeploy daemon haproxy.nfs.foo.smithi112.vbunwx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:19:50.403565Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.wsbjtw on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:19:50.405201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.hporys on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:20:07.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:07 smithi131 bash[19154]: cluster 2024-01-18T08:20:06.419345+0000 mgr.smithi112.xshois (mgr.14182) 1171 : 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-18T08:20:08.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:07 smithi112 bash[16324]: cluster 2024-01-18T08:20:06.419345+0000 mgr.smithi112.xshois (mgr.14182) 1171 : 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-18T08:20:08.328 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:20:08.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:08 smithi131 bash[19154]: audit 2024-01-18T08:20:07.710439+0000 mgr.smithi112.xshois (mgr.14182) 1172 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:09.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:08 smithi112 bash[16324]: audit 2024-01-18T08:20:07.710439+0000 mgr.smithi112.xshois (mgr.14182) 1172 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:09.329 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:20:09.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:09 smithi131 bash[19154]: cluster 2024-01-18T08:20:08.420905+0000 mgr.smithi112.xshois (mgr.14182) 1173 : 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-18T08:20:10.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:09 smithi112 bash[16324]: cluster 2024-01-18T08:20:08.420905+0000 mgr.smithi112.xshois (mgr.14182) 1173 : 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-18T08:20:11.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:11 smithi131 bash[19154]: cluster 2024-01-18T08:20:10.422534+0000 mgr.smithi112.xshois (mgr.14182) 1174 : 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-18T08:20:12.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:11 smithi112 bash[16324]: cluster 2024-01-18T08:20:10.422534+0000 mgr.smithi112.xshois (mgr.14182) 1174 : 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-18T08:20:12.504 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:20:12.505 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:41.885411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.wxhldl on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:19:46.149955Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.fhnaol on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fhnaol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fhnaol\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fhnaol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fhnaol\nDeploy daemon haproxy.nfs.foo.smithi131.fhnaol ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:19:50.399056Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.vbunwx on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-vbunwx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-vbunwx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.vbunwx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.vbunwx\nDeploy daemon haproxy.nfs.foo.smithi112.vbunwx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:19:50.403565Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.wsbjtw on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:19:50.405201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.hporys on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:20:13.166 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:20:13.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:13 smithi131 bash[19154]: cluster 2024-01-18T08:20:12.424458+0000 mgr.smithi112.xshois (mgr.14182) 1175 : 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-18T08:20:13.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:13 smithi131 bash[19154]: audit 2024-01-18T08:20:12.494745+0000 mgr.smithi112.xshois (mgr.14182) 1176 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:14.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:13 smithi112 bash[16324]: cluster 2024-01-18T08:20:12.424458+0000 mgr.smithi112.xshois (mgr.14182) 1175 : 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-18T08:20:14.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:13 smithi112 bash[16324]: audit 2024-01-18T08:20:12.494745+0000 mgr.smithi112.xshois (mgr.14182) 1176 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:14.167 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:20:15.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:15 smithi131 bash[19154]: cluster 2024-01-18T08:20:14.425898+0000 mgr.smithi112.xshois (mgr.14182) 1177 : 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-18T08:20:16.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:15 smithi112 bash[16324]: cluster 2024-01-18T08:20:14.425898+0000 mgr.smithi112.xshois (mgr.14182) 1177 : 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-18T08:20:17.443 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:20:17.443 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:41.885411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.wxhldl on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:19:46.149955Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.fhnaol on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fhnaol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fhnaol\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fhnaol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fhnaol\nDeploy daemon haproxy.nfs.foo.smithi131.fhnaol ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:19:50.399056Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.vbunwx on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-vbunwx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-vbunwx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.vbunwx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.vbunwx\nDeploy daemon haproxy.nfs.foo.smithi112.vbunwx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:19:50.403565Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.wsbjtw on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:19:50.405201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.hporys on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:20:17.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:17 smithi112 bash[16324]: cluster 2024-01-18T08:20:16.427480+0000 mgr.smithi112.xshois (mgr.14182) 1178 : 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-18T08:20:17.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:17 smithi131 bash[19154]: cluster 2024-01-18T08:20:16.427480+0000 mgr.smithi112.xshois (mgr.14182) 1178 : 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-18T08:20:18.097 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:20:18.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:18 smithi131 bash[19154]: audit 2024-01-18T08:20:17.431217+0000 mgr.smithi112.xshois (mgr.14182) 1179 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:19.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:18 smithi112 bash[16324]: audit 2024-01-18T08:20:17.431217+0000 mgr.smithi112.xshois (mgr.14182) 1179 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:19.098 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:20:19.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:19 smithi131 bash[19154]: cluster 2024-01-18T08:20:18.429084+0000 mgr.smithi112.xshois (mgr.14182) 1180 : 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-18T08:20:20.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:19 smithi112 bash[16324]: cluster 2024-01-18T08:20:18.429084+0000 mgr.smithi112.xshois (mgr.14182) 1180 : 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-18T08:20:21.912 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:21 smithi112 bash[16324]: cluster 2024-01-18T08:20:20.430790+0000 mgr.smithi112.xshois (mgr.14182) 1181 : 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-18T08:20:21.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:21 smithi131 bash[19154]: cluster 2024-01-18T08:20:20.430790+0000 mgr.smithi112.xshois (mgr.14182) 1181 : 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-18T08:20:22.339 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:20:22.339 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:41.885411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.wxhldl on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:19:46.149955Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.fhnaol on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fhnaol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fhnaol\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fhnaol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fhnaol\nDeploy daemon haproxy.nfs.foo.smithi131.fhnaol ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:19:50.399056Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.vbunwx on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-vbunwx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-vbunwx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.vbunwx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.vbunwx\nDeploy daemon haproxy.nfs.foo.smithi112.vbunwx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:19:50.403565Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.wsbjtw on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:19:50.405201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.hporys on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:20:22.931 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:20:23.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:23 smithi131 bash[19154]: audit 2024-01-18T08:20:22.328511+0000 mgr.smithi112.xshois (mgr.14182) 1182 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:23.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:23 smithi131 bash[19154]: cluster 2024-01-18T08:20:22.432629+0000 mgr.smithi112.xshois (mgr.14182) 1183 : 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-18T08:20:23.931 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:20:23.944 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:23 smithi112 bash[16324]: audit 2024-01-18T08:20:22.328511+0000 mgr.smithi112.xshois (mgr.14182) 1182 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:23.944 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:23 smithi112 bash[16324]: cluster 2024-01-18T08:20:22.432629+0000 mgr.smithi112.xshois (mgr.14182) 1183 : 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-18T08:20:26.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:25 smithi112 bash[16324]: cluster 2024-01-18T08:20:24.434090+0000 mgr.smithi112.xshois (mgr.14182) 1184 : cluster [DBG] pgmap v791: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:20:26.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:25 smithi131 bash[19154]: cluster 2024-01-18T08:20:24.434090+0000 mgr.smithi112.xshois (mgr.14182) 1184 : cluster [DBG] pgmap v791: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:20:27.229 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:20:27.230 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:41.885411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.wxhldl on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:19:46.149955Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.fhnaol on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fhnaol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fhnaol\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fhnaol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fhnaol\nDeploy daemon haproxy.nfs.foo.smithi131.fhnaol ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:19:50.399056Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.vbunwx on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-vbunwx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-vbunwx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.vbunwx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.vbunwx\nDeploy daemon haproxy.nfs.foo.smithi112.vbunwx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:19:50.403565Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.wsbjtw on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:19:50.405201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.hporys on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:20:27.839 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:20:28.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:27 smithi112 bash[16324]: cluster 2024-01-18T08:20:26.435751+0000 mgr.smithi112.xshois (mgr.14182) 1185 : cluster [DBG] pgmap v792: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:20:28.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:27 smithi131 bash[19154]: cluster 2024-01-18T08:20:26.435751+0000 mgr.smithi112.xshois (mgr.14182) 1185 : cluster [DBG] pgmap v792: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:20:28.840 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:20:29.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:28 smithi112 bash[16324]: audit 2024-01-18T08:20:27.219432+0000 mgr.smithi112.xshois (mgr.14182) 1186 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:29.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:28 smithi131 bash[19154]: audit 2024-01-18T08:20:27.219432+0000 mgr.smithi112.xshois (mgr.14182) 1186 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:29.992 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:29 smithi112 bash[16324]: cluster 2024-01-18T08:20:28.437291+0000 mgr.smithi112.xshois (mgr.14182) 1187 : cluster [DBG] pgmap v793: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:20:30.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:29 smithi131 bash[19154]: cluster 2024-01-18T08:20:28.437291+0000 mgr.smithi112.xshois (mgr.14182) 1187 : cluster [DBG] pgmap v793: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:20:32.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:31 smithi112 bash[16324]: cluster 2024-01-18T08:20:30.439104+0000 mgr.smithi112.xshois (mgr.14182) 1188 : cluster [DBG] pgmap v794: 225 pgs: 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-18T08:20:32.112 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:20:32.112 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:41.885411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.wxhldl on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:19:46.149955Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.fhnaol on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fhnaol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fhnaol\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fhnaol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fhnaol\nDeploy daemon haproxy.nfs.foo.smithi131.fhnaol ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:19:50.399056Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.vbunwx on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-vbunwx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-vbunwx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.vbunwx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.vbunwx\nDeploy daemon haproxy.nfs.foo.smithi112.vbunwx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:19:50.403565Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.wsbjtw on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:19:50.405201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.hporys on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:20:32.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:31 smithi131 bash[19154]: cluster 2024-01-18T08:20:30.439104+0000 mgr.smithi112.xshois (mgr.14182) 1188 : cluster [DBG] pgmap v794: 225 pgs: 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-18T08:20:32.728 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:20:33.729 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:20:34.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:33 smithi112 bash[16324]: audit 2024-01-18T08:20:32.104224+0000 mgr.smithi112.xshois (mgr.14182) 1189 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:34.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:33 smithi112 bash[16324]: cluster 2024-01-18T08:20:32.440956+0000 mgr.smithi112.xshois (mgr.14182) 1190 : cluster [DBG] pgmap v795: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:20:34.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:33 smithi131 bash[19154]: audit 2024-01-18T08:20:32.104224+0000 mgr.smithi112.xshois (mgr.14182) 1189 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:34.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:33 smithi131 bash[19154]: cluster 2024-01-18T08:20:32.440956+0000 mgr.smithi112.xshois (mgr.14182) 1190 : cluster [DBG] pgmap v795: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:20:36.138 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:35 smithi112 bash[16324]: cluster 2024-01-18T08:20:34.442527+0000 mgr.smithi112.xshois (mgr.14182) 1191 : cluster [DBG] pgmap v796: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:20:36.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:35 smithi131 bash[19154]: cluster 2024-01-18T08:20:34.442527+0000 mgr.smithi112.xshois (mgr.14182) 1191 : cluster [DBG] pgmap v796: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:20:36.955 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:20:36.955 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:41.885411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.wxhldl on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:19:46.149955Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.fhnaol on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fhnaol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fhnaol\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fhnaol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fhnaol\nDeploy daemon haproxy.nfs.foo.smithi131.fhnaol ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:19:50.399056Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.vbunwx on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-vbunwx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-vbunwx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.vbunwx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.vbunwx\nDeploy daemon haproxy.nfs.foo.smithi112.vbunwx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:19:50.403565Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.wsbjtw on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:19:50.405201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.hporys on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:20:37.592 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:20:38.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:37 smithi112 bash[16324]: cluster 2024-01-18T08:20:36.444246+0000 mgr.smithi112.xshois (mgr.14182) 1192 : cluster [DBG] pgmap v797: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:20:38.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:37 smithi112 bash[16324]: audit 2024-01-18T08:20:36.950684+0000 mgr.smithi112.xshois (mgr.14182) 1193 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:38.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:37 smithi131 bash[19154]: cluster 2024-01-18T08:20:36.444246+0000 mgr.smithi112.xshois (mgr.14182) 1192 : cluster [DBG] pgmap v797: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:20:38.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:37 smithi131 bash[19154]: audit 2024-01-18T08:20:36.950684+0000 mgr.smithi112.xshois (mgr.14182) 1193 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:38.594 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:20:40.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:39 smithi112 bash[16324]: cluster 2024-01-18T08:20:38.445800+0000 mgr.smithi112.xshois (mgr.14182) 1194 : cluster [DBG] pgmap v798: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:20:40.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:39 smithi131 bash[19154]: cluster 2024-01-18T08:20:38.445800+0000 mgr.smithi112.xshois (mgr.14182) 1194 : cluster [DBG] pgmap v798: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:20:41.896 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:20:41.896 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:41.885411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.wxhldl on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:19:46.149955Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.fhnaol on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fhnaol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fhnaol\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fhnaol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fhnaol\nDeploy daemon haproxy.nfs.foo.smithi131.fhnaol ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:19:50.399056Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.vbunwx on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-vbunwx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-vbunwx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.vbunwx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.vbunwx\nDeploy daemon haproxy.nfs.foo.smithi112.vbunwx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:19:50.403565Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.wsbjtw on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:19:50.405201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.hporys on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:20:42.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:41 smithi112 bash[16324]: cluster 2024-01-18T08:20:40.447442+0000 mgr.smithi112.xshois (mgr.14182) 1195 : cluster [DBG] pgmap v799: 225 pgs: 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-18T08:20:42.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:41 smithi131 bash[19154]: cluster 2024-01-18T08:20:40.447442+0000 mgr.smithi112.xshois (mgr.14182) 1195 : cluster [DBG] pgmap v799: 225 pgs: 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-18T08:20:42.543 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:20:43.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:42 smithi112 bash[16324]: audit 2024-01-18T08:20:41.890009+0000 mgr.smithi112.xshois (mgr.14182) 1196 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:43.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:42 smithi131 bash[19154]: audit 2024-01-18T08:20:41.890009+0000 mgr.smithi112.xshois (mgr.14182) 1196 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:43.545 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:20:44.037 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:43 smithi112 bash[16324]: cluster 2024-01-18T08:20:42.449337+0000 mgr.smithi112.xshois (mgr.14182) 1197 : cluster [DBG] pgmap v800: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:20:44.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:43 smithi131 bash[19154]: cluster 2024-01-18T08:20:42.449337+0000 mgr.smithi112.xshois (mgr.14182) 1197 : cluster [DBG] pgmap v800: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:20:46.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:45 smithi112 bash[16324]: cluster 2024-01-18T08:20:44.450794+0000 mgr.smithi112.xshois (mgr.14182) 1198 : 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-18T08:20:46.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:45 smithi131 bash[19154]: cluster 2024-01-18T08:20:44.450794+0000 mgr.smithi112.xshois (mgr.14182) 1198 : 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-18T08:20:46.996 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:20:46.996 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:41.885411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.wxhldl on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:19:46.149955Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.fhnaol on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fhnaol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fhnaol\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fhnaol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fhnaol\nDeploy daemon haproxy.nfs.foo.smithi131.fhnaol ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:19:50.399056Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.vbunwx on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-vbunwx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-vbunwx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.vbunwx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.vbunwx\nDeploy daemon haproxy.nfs.foo.smithi112.vbunwx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:19:50.403565Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.wsbjtw on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:19:50.405201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.hporys on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:20:47.668 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:20:48.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:47 smithi112 bash[16324]: cluster 2024-01-18T08:20:46.452435+0000 mgr.smithi112.xshois (mgr.14182) 1199 : 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-18T08:20:48.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:47 smithi112 bash[16324]: audit 2024-01-18T08:20:46.991736+0000 mgr.smithi112.xshois (mgr.14182) 1200 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:48.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:47 smithi131 bash[19154]: cluster 2024-01-18T08:20:46.452435+0000 mgr.smithi112.xshois (mgr.14182) 1199 : 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-18T08:20:48.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:47 smithi131 bash[19154]: audit 2024-01-18T08:20:46.991736+0000 mgr.smithi112.xshois (mgr.14182) 1200 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:48.669 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:20:50.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:49 smithi112 bash[16324]: cluster 2024-01-18T08:20:48.453954+0000 mgr.smithi112.xshois (mgr.14182) 1201 : 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-18T08:20:50.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:49 smithi131 bash[19154]: cluster 2024-01-18T08:20:48.453954+0000 mgr.smithi112.xshois (mgr.14182) 1201 : 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-18T08:20:51.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:50 smithi131 bash[19154]: audit 2024-01-18T08:20:50.409094+0000 mon.smithi112 (mon.0) 958 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:20:51.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:50 smithi131 bash[19154]: audit 2024-01-18T08:20:50.714617+0000 mon.smithi112 (mon.0) 959 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:20:51.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:50 smithi131 bash[19154]: audit 2024-01-18T08:20:50.715971+0000 mon.smithi112 (mon.0) 960 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:20:51.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:50 smithi131 bash[19154]: audit 2024-01-18T08:20:50.722629+0000 mon.smithi112 (mon.0) 961 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:20:51.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:50 smithi131 bash[19154]: audit 2024-01-18T08:20:50.730508+0000 mon.smithi112 (mon.0) 962 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:20:51.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:50 smithi131 bash[19154]: audit 2024-01-18T08:20:50.745796+0000 mon.smithi112 (mon.0) 963 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:20:51.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:50 smithi112 bash[16324]: audit 2024-01-18T08:20:50.409094+0000 mon.smithi112 (mon.0) 958 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:20:51.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:50 smithi112 bash[16324]: audit 2024-01-18T08:20:50.714617+0000 mon.smithi112 (mon.0) 959 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:20:51.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:50 smithi112 bash[16324]: audit 2024-01-18T08:20:50.715971+0000 mon.smithi112 (mon.0) 960 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:20:51.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:50 smithi112 bash[16324]: audit 2024-01-18T08:20:50.722629+0000 mon.smithi112 (mon.0) 961 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:20:51.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:50 smithi112 bash[16324]: audit 2024-01-18T08:20:50.730508+0000 mon.smithi112 (mon.0) 962 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:20:51.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:50 smithi112 bash[16324]: audit 2024-01-18T08:20:50.745796+0000 mon.smithi112 (mon.0) 963 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:20:52.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:51 smithi112 bash[16324]: cluster 2024-01-18T08:20:50.455750+0000 mgr.smithi112.xshois (mgr.14182) 1202 : cluster [DBG] pgmap v804: 225 pgs: 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-18T08:20:52.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:51 smithi112 bash[16324]: cluster 2024-01-18T08:20:50.723694+0000 mgr.smithi112.xshois (mgr.14182) 1203 : cluster [DBG] pgmap v805: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T08:20:52.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:51 smithi112 bash[16324]: cephadm 2024-01-18T08:20:50.749532+0000 mgr.smithi112.xshois (mgr.14182) 1204 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi131.miaeyt on smithi131 2024-01-18T08:20:52.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:51 smithi112 bash[16324]: cluster 2024-01-18T08:20:50.776747+0000 mon.smithi112 (mon.0) 964 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:20:52.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:51 smithi112 bash[16324]: cluster 2024-01-18T08:20:50.776822+0000 mon.smithi112 (mon.0) 965 : cluster [INF] Cluster is now healthy 2024-01-18T08:20:52.051 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:20:52.051 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:41.885411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.wxhldl on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:19:46.149955Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.fhnaol on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fhnaol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fhnaol\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fhnaol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fhnaol\nDeploy daemon haproxy.nfs.foo.smithi131.fhnaol ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:19:50.399056Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.vbunwx on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-vbunwx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-vbunwx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.vbunwx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.vbunwx\nDeploy daemon haproxy.nfs.foo.smithi112.vbunwx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:19:50.403565Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.wsbjtw on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:19:50.405201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.hporys on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:20:52.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:51 smithi131 bash[19154]: cluster 2024-01-18T08:20:50.455750+0000 mgr.smithi112.xshois (mgr.14182) 1202 : cluster [DBG] pgmap v804: 225 pgs: 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-18T08:20:52.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:51 smithi131 bash[19154]: cluster 2024-01-18T08:20:50.723694+0000 mgr.smithi112.xshois (mgr.14182) 1203 : cluster [DBG] pgmap v805: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T08:20:52.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:51 smithi131 bash[19154]: cephadm 2024-01-18T08:20:50.749532+0000 mgr.smithi112.xshois (mgr.14182) 1204 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi131.miaeyt on smithi131 2024-01-18T08:20:52.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:51 smithi131 bash[19154]: cluster 2024-01-18T08:20:50.776747+0000 mon.smithi112 (mon.0) 964 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:20:52.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:51 smithi131 bash[19154]: cluster 2024-01-18T08:20:50.776822+0000 mon.smithi112 (mon.0) 965 : cluster [INF] Cluster is now healthy 2024-01-18T08:20:52.653 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:20:53.654 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:20:54.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:53 smithi112 bash[16324]: audit 2024-01-18T08:20:52.040750+0000 mgr.smithi112.xshois (mgr.14182) 1205 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:54.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:53 smithi112 bash[16324]: cluster 2024-01-18T08:20:52.725335+0000 mgr.smithi112.xshois (mgr.14182) 1206 : cluster [DBG] pgmap v806: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T08:20:54.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:53 smithi131 bash[19154]: audit 2024-01-18T08:20:52.040750+0000 mgr.smithi112.xshois (mgr.14182) 1205 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:54.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:53 smithi131 bash[19154]: cluster 2024-01-18T08:20:52.725335+0000 mgr.smithi112.xshois (mgr.14182) 1206 : cluster [DBG] pgmap v806: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T08:20:55.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:55 smithi131 bash[19154]: cephadm 2024-01-18T08:20:54.643702+0000 mgr.smithi112.xshois (mgr.14182) 1207 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-miaeyt 2024-01-18T08:20:55.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:55 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:20:55.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:55 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-miaeyt 2024-01-18T08:20:55.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:55 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.miaeyt 2024-01-18T08:20:55.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:55 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:20:55.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:55 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.miaeyt 2024-01-18T08:20:55.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:55 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.miaeyt ... 2024-01-18T08:20:55.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:55 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:20:55.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:55 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:20:55.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:55 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:20:55.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:55 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:20:55.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:55 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:20:55.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:55 smithi131 bash[19154]: Traceback (most recent call last): 2024-01-18T08:20:55.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:55 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:20:55.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:55 smithi131 bash[19154]: yield (conn, connr) 2024-01-18T08:20:55.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:55 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:20:55.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:55 smithi131 bash[19154]: code, '\n'.join(err))) 2024-01-18T08:20:55.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:55 smithi131 bash[19154]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-miaeyt 2024-01-18T08:20:55.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:55 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:20:55.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:55 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-miaeyt 2024-01-18T08:20:55.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:55 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.miaeyt 2024-01-18T08:20:55.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:55 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:20:55.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:55 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.miaeyt 2024-01-18T08:20:55.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:55 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.miaeyt ... 2024-01-18T08:20:55.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:55 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:20:55.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:55 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:20:55.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:55 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:20:55.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:55 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:20:55.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:55 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:20:55.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:55 smithi131 bash[19154]: cephadm 2024-01-18T08:20:54.644111+0000 mgr.smithi112.xshois (mgr.14182) 1208 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi131.miaeyt 2024-01-18T08:20:55.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:55 smithi131 bash[19154]: audit 2024-01-18T08:20:54.644681+0000 mon.smithi112 (mon.0) 966 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi131.miaeyt"}]: dispatch 2024-01-18T08:20:55.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:55 smithi131 bash[19154]: cephadm 2024-01-18T08:20:54.645887+0000 mgr.smithi112.xshois (mgr.14182) 1209 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi131.miaeyt on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-miaeyt 2024-01-18T08:20:55.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:55 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:20:55.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:55 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-miaeyt 2024-01-18T08:20:55.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:55 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.miaeyt 2024-01-18T08:20:55.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:55 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:20:55.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:55 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.miaeyt 2024-01-18T08:20:55.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:55 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.miaeyt ... 2024-01-18T08:20:55.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:55 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:20:55.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:55 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:20:55.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:55 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:20:55.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:55 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:20:55.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:55 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:20:55.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:55 smithi131 bash[19154]: cephadm 2024-01-18T08:20:54.650825+0000 mgr.smithi112.xshois (mgr.14182) 1210 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi112.zzejfi on smithi112 2024-01-18T08:20:55.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:55 smithi131 bash[19154]: cluster 2024-01-18T08:20:54.726267+0000 mgr.smithi112.xshois (mgr.14182) 1211 : cluster [DBG] pgmap v807: 225 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-18T08:20:55.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:55 smithi131 bash[19154]: audit 2024-01-18T08:20:55.370225+0000 mon.smithi112 (mon.0) 967 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:20:56.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:55 smithi112 bash[16324]: cephadm 2024-01-18T08:20:54.643702+0000 mgr.smithi112.xshois (mgr.14182) 1207 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-miaeyt 2024-01-18T08:20:56.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:55 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:20:56.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:55 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-miaeyt 2024-01-18T08:20:56.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:55 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.miaeyt 2024-01-18T08:20:56.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:55 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:20:56.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:55 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.miaeyt 2024-01-18T08:20:56.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:55 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.miaeyt ... 2024-01-18T08:20:56.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:55 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:20:56.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:55 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:20:56.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:55 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:20:56.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:55 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:20:56.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:55 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:20:56.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:55 smithi112 bash[16324]: Traceback (most recent call last): 2024-01-18T08:20:56.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:55 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:20:56.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:55 smithi112 bash[16324]: yield (conn, connr) 2024-01-18T08:20:56.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:55 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:20:56.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:55 smithi112 bash[16324]: code, '\n'.join(err))) 2024-01-18T08:20:56.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:55 smithi112 bash[16324]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-miaeyt 2024-01-18T08:20:56.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:55 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:20:56.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:55 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-miaeyt 2024-01-18T08:20:56.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:55 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.miaeyt 2024-01-18T08:20:56.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:55 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:20:56.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:55 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.miaeyt 2024-01-18T08:20:56.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:55 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.miaeyt ... 2024-01-18T08:20:56.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:55 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:20:56.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:55 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:20:56.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:55 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:20:56.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:55 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:20:56.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:55 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:20:56.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:55 smithi112 bash[16324]: cephadm 2024-01-18T08:20:54.644111+0000 mgr.smithi112.xshois (mgr.14182) 1208 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi131.miaeyt 2024-01-18T08:20:56.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:55 smithi112 bash[16324]: audit 2024-01-18T08:20:54.644681+0000 mon.smithi112 (mon.0) 966 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi131.miaeyt"}]: dispatch 2024-01-18T08:20:56.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:55 smithi112 bash[16324]: cephadm 2024-01-18T08:20:54.645887+0000 mgr.smithi112.xshois (mgr.14182) 1209 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi131.miaeyt on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-miaeyt 2024-01-18T08:20:56.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:55 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:20:56.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:55 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-miaeyt 2024-01-18T08:20:56.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:55 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.miaeyt 2024-01-18T08:20:56.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:55 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:20:56.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:55 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.miaeyt 2024-01-18T08:20:56.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:55 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.miaeyt ... 2024-01-18T08:20:56.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:55 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:20:56.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:55 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:20:56.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:55 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:20:56.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:55 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:20:56.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:55 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:20:56.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:55 smithi112 bash[16324]: cephadm 2024-01-18T08:20:54.650825+0000 mgr.smithi112.xshois (mgr.14182) 1210 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi112.zzejfi on smithi112 2024-01-18T08:20:56.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:55 smithi112 bash[16324]: cluster 2024-01-18T08:20:54.726267+0000 mgr.smithi112.xshois (mgr.14182) 1211 : cluster [DBG] pgmap v807: 225 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-18T08:20:56.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:55 smithi112 bash[16324]: audit 2024-01-18T08:20:55.370225+0000 mon.smithi112 (mon.0) 967 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:20:56.908 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:20:56.908 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:19:46.149955Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.fhnaol on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fhnaol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-fhnaol\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fhnaol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.fhnaol\nDeploy daemon haproxy.nfs.foo.smithi131.fhnaol ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:19:50.399056Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.vbunwx on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-vbunwx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-vbunwx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.vbunwx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.vbunwx\nDeploy daemon haproxy.nfs.foo.smithi112.vbunwx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:19:50.403565Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.wsbjtw on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:19:50.405201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.hporys on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:20:54.645759Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.miaeyt on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-miaeyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-miaeyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.miaeyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.miaeyt\nDeploy daemon haproxy.nfs.foo.smithi131.miaeyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -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.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:20:57.507 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:20:58.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:57 smithi112 bash[16324]: cluster 2024-01-18T08:20:56.727252+0000 mgr.smithi112.xshois (mgr.14182) 1212 : cluster [DBG] pgmap v808: 225 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-18T08:20:58.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:57 smithi112 bash[16324]: audit 2024-01-18T08:20:56.895692+0000 mgr.smithi112.xshois (mgr.14182) 1213 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:58.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:57 smithi131 bash[19154]: cluster 2024-01-18T08:20:56.727252+0000 mgr.smithi112.xshois (mgr.14182) 1212 : cluster [DBG] pgmap v808: 225 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-18T08:20:58.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:57 smithi131 bash[19154]: audit 2024-01-18T08:20:56.895692+0000 mgr.smithi112.xshois (mgr.14182) 1213 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:58.508 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:20:59.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:58 smithi131 bash[19154]: audit 2024-01-18T08:20:58.424567+0000 mon.smithi112 (mon.0) 968 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi112.zzejfi"}]: dispatch 2024-01-18T08:20:59.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:58 smithi112 bash[16324]: audit 2024-01-18T08:20:58.424567+0000 mon.smithi112 (mon.0) 968 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi112.zzejfi"}]: dispatch 2024-01-18T08:21:00.150 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:59 smithi112 bash[16324]: cephadm 2024-01-18T08:20:58.423258+0000 mgr.smithi112.xshois (mgr.14182) 1214 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-zzejfi 2024-01-18T08:21:00.150 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:59 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:21:00.150 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:59 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-zzejfi 2024-01-18T08:21:00.150 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:59 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.zzejfi 2024-01-18T08:21:00.150 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:59 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:21:00.150 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:59 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.zzejfi 2024-01-18T08:21:00.151 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:59 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.zzejfi ... 2024-01-18T08:21:00.151 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:59 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:21:00.151 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:59 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:21:00.151 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:59 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:21:00.151 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:59 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:21:00.151 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:59 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:21:00.151 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:59 smithi112 bash[16324]: Traceback (most recent call last): 2024-01-18T08:21:00.151 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:59 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:21:00.151 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:59 smithi112 bash[16324]: yield (conn, connr) 2024-01-18T08:21:00.151 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:59 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:21:00.151 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:59 smithi112 bash[16324]: code, '\n'.join(err))) 2024-01-18T08:21:00.151 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:59 smithi112 bash[16324]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-zzejfi 2024-01-18T08:21:00.151 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:59 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:21:00.151 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:59 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-zzejfi 2024-01-18T08:21:00.152 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:59 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.zzejfi 2024-01-18T08:21:00.152 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:59 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:21:00.152 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:59 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.zzejfi 2024-01-18T08:21:00.152 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:59 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.zzejfi ... 2024-01-18T08:21:00.152 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:59 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:21:00.152 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:59 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:21:00.152 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:59 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:21:00.152 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:59 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:21:00.152 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:59 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:21:00.152 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:59 smithi112 bash[16324]: cephadm 2024-01-18T08:20:58.423895+0000 mgr.smithi112.xshois (mgr.14182) 1215 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi112.zzejfi 2024-01-18T08:21:00.152 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:59 smithi112 bash[16324]: cephadm 2024-01-18T08:20:58.425973+0000 mgr.smithi112.xshois (mgr.14182) 1216 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi112.zzejfi on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-zzejfi 2024-01-18T08:21:00.152 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:59 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:21:00.152 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:59 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-zzejfi 2024-01-18T08:21:00.152 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:59 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.zzejfi 2024-01-18T08:21:00.153 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:59 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:21:00.153 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:59 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.zzejfi 2024-01-18T08:21:00.153 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:59 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.zzejfi ... 2024-01-18T08:21:00.153 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:59 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:21:00.153 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:59 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:21:00.153 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:59 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:21:00.153 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:59 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:21:00.153 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:59 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:21:00.153 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:59 smithi112 bash[16324]: cephadm 2024-01-18T08:20:58.430395+0000 mgr.smithi112.xshois (mgr.14182) 1217 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi131.bftbii on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:21:00.153 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:59 smithi112 bash[16324]: cephadm 2024-01-18T08:20:58.434353+0000 mgr.smithi112.xshois (mgr.14182) 1218 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi112.jzvzyd on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:21:00.153 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:59 smithi112 bash[16324]: cluster 2024-01-18T08:20:58.435759+0000 mgr.smithi112.xshois (mgr.14182) 1219 : cluster [DBG] pgmap v809: 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-18T08:21:00.153 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:20:59 smithi112 bash[16324]: cluster 2024-01-18T08:20:58.785012+0000 mon.smithi112 (mon.0) 969 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:21:00.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:59 smithi131 bash[19154]: cephadm 2024-01-18T08:20:58.423258+0000 mgr.smithi112.xshois (mgr.14182) 1214 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-zzejfi 2024-01-18T08:21:00.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:59 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:21:00.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:59 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-zzejfi 2024-01-18T08:21:00.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:59 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.zzejfi 2024-01-18T08:21:00.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:59 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:21:00.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:59 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.zzejfi 2024-01-18T08:21:00.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:59 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.zzejfi ... 2024-01-18T08:21:00.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:59 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:21:00.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:59 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:21:00.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:59 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:21:00.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:59 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:21:00.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:59 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:21:00.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:59 smithi131 bash[19154]: Traceback (most recent call last): 2024-01-18T08:21:00.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:59 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:21:00.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:59 smithi131 bash[19154]: yield (conn, connr) 2024-01-18T08:21:00.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:59 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:21:00.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:59 smithi131 bash[19154]: code, '\n'.join(err))) 2024-01-18T08:21:00.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:59 smithi131 bash[19154]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-zzejfi 2024-01-18T08:21:00.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:59 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:21:00.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:59 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-zzejfi 2024-01-18T08:21:00.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:59 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.zzejfi 2024-01-18T08:21:00.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:59 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:21:00.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:59 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.zzejfi 2024-01-18T08:21:00.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:59 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.zzejfi ... 2024-01-18T08:21:00.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:59 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:21:00.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:59 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:21:00.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:59 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:21:00.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:59 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:21:00.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:59 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:21:00.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:59 smithi131 bash[19154]: cephadm 2024-01-18T08:20:58.423895+0000 mgr.smithi112.xshois (mgr.14182) 1215 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi112.zzejfi 2024-01-18T08:21:00.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:59 smithi131 bash[19154]: cephadm 2024-01-18T08:20:58.425973+0000 mgr.smithi112.xshois (mgr.14182) 1216 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi112.zzejfi on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-zzejfi 2024-01-18T08:21:00.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:59 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:21:00.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:59 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-zzejfi 2024-01-18T08:21:00.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:59 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.zzejfi 2024-01-18T08:21:00.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:59 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:21:00.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:59 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.zzejfi 2024-01-18T08:21:00.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:59 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.zzejfi ... 2024-01-18T08:21:00.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:59 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:21:00.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:59 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:21:00.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:59 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:21:00.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:59 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:21:00.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:59 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:21:00.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:59 smithi131 bash[19154]: cephadm 2024-01-18T08:20:58.430395+0000 mgr.smithi112.xshois (mgr.14182) 1217 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi131.bftbii on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:21:00.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:59 smithi131 bash[19154]: cephadm 2024-01-18T08:20:58.434353+0000 mgr.smithi112.xshois (mgr.14182) 1218 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi112.jzvzyd on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:21:00.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:59 smithi131 bash[19154]: cluster 2024-01-18T08:20:58.435759+0000 mgr.smithi112.xshois (mgr.14182) 1219 : cluster [DBG] pgmap v809: 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-18T08:21:00.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:20:59 smithi131 bash[19154]: cluster 2024-01-18T08:20:58.785012+0000 mon.smithi112 (mon.0) 969 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:21:01.973 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:21:01.973 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:19:50.405201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.hporys on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:20:54.645759Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.miaeyt on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-miaeyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-miaeyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.miaeyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.miaeyt\nDeploy daemon haproxy.nfs.foo.smithi131.miaeyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:20:58.425836Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.zzejfi on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-zzejfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-zzejfi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.zzejfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.zzejfi\nDeploy daemon haproxy.nfs.foo.smithi112.zzejfi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:20:58.430174Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.bftbii on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:20:58.434143Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.jzvzyd on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:21:02.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:21:01 smithi131 bash[19154]: cluster 2024-01-18T08:21:00.437380+0000 mgr.smithi112.xshois (mgr.14182) 1220 : cluster [DBG] pgmap v810: 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-18T08:21:02.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:21:01 smithi131 bash[19154]: audit 2024-01-18T08:21:01.638432+0000 mon.smithi112 (mon.0) 970 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:21:02.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:21:01 smithi112 bash[16324]: cluster 2024-01-18T08:21:00.437380+0000 mgr.smithi112.xshois (mgr.14182) 1220 : cluster [DBG] pgmap v810: 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-18T08:21:02.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:21:01 smithi112 bash[16324]: audit 2024-01-18T08:21:01.638432+0000 mon.smithi112 (mon.0) 970 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:21:02.603 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:21:03.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:21:02 smithi112 bash[16324]: audit 2024-01-18T08:21:01.961478+0000 mgr.smithi112.xshois (mgr.14182) 1221 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:03.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:21:02 smithi131 bash[19154]: audit 2024-01-18T08:21:01.961478+0000 mgr.smithi112.xshois (mgr.14182) 1221 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:03.605 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:21:04.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:21:03 smithi112 bash[16324]: cluster 2024-01-18T08:21:02.439266+0000 mgr.smithi112.xshois (mgr.14182) 1222 : cluster [DBG] pgmap v811: 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-18T08:21:04.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:21:03 smithi131 bash[19154]: cluster 2024-01-18T08:21:02.439266+0000 mgr.smithi112.xshois (mgr.14182) 1222 : cluster [DBG] pgmap v811: 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-18T08:21:06.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:21:05 smithi131 bash[19154]: cluster 2024-01-18T08:21:04.440190+0000 mgr.smithi112.xshois (mgr.14182) 1223 : cluster [DBG] pgmap v812: 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-18T08:21:06.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:21:05 smithi112 bash[16324]: cluster 2024-01-18T08:21:04.440190+0000 mgr.smithi112.xshois (mgr.14182) 1223 : cluster [DBG] pgmap v812: 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-18T08:21:06.869 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:21:06.869 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:19:50.405201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.hporys on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:20:54.645759Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.miaeyt on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-miaeyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-miaeyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.miaeyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.miaeyt\nDeploy daemon haproxy.nfs.foo.smithi131.miaeyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:20:58.425836Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.zzejfi on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-zzejfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-zzejfi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.zzejfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.zzejfi\nDeploy daemon haproxy.nfs.foo.smithi112.zzejfi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:20:58.430174Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.bftbii on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:20:58.434143Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.jzvzyd on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:21:07.495 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:21:08.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:21:07 smithi131 bash[19154]: cluster 2024-01-18T08:21:06.441343+0000 mgr.smithi112.xshois (mgr.14182) 1224 : cluster [DBG] pgmap v813: 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-18T08:21:08.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:21:07 smithi131 bash[19154]: audit 2024-01-18T08:21:06.857036+0000 mgr.smithi112.xshois (mgr.14182) 1225 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:08.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:21:07 smithi112 bash[16324]: cluster 2024-01-18T08:21:06.441343+0000 mgr.smithi112.xshois (mgr.14182) 1224 : cluster [DBG] pgmap v813: 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-18T08:21:08.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:21:07 smithi112 bash[16324]: audit 2024-01-18T08:21:06.857036+0000 mgr.smithi112.xshois (mgr.14182) 1225 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:08.496 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:21:10.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:21:09 smithi131 bash[19154]: cluster 2024-01-18T08:21:08.442842+0000 mgr.smithi112.xshois (mgr.14182) 1226 : cluster [DBG] pgmap v814: 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-18T08:21:10.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:21:09 smithi112 bash[16324]: cluster 2024-01-18T08:21:08.442842+0000 mgr.smithi112.xshois (mgr.14182) 1226 : cluster [DBG] pgmap v814: 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-18T08:21:11.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:21:11 smithi112 bash[16324]: audit 2024-01-18T08:21:10.370420+0000 mon.smithi112 (mon.0) 971 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:21:11.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:21:11 smithi112 bash[16324]: cluster 2024-01-18T08:21:10.444505+0000 mgr.smithi112.xshois (mgr.14182) 1227 : 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-18T08:21:11.660 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:21:11.660 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:19:50.405201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.hporys on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:20:54.645759Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.miaeyt on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-miaeyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-miaeyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.miaeyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.miaeyt\nDeploy daemon haproxy.nfs.foo.smithi131.miaeyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:20:58.425836Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.zzejfi on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-zzejfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-zzejfi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.zzejfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.zzejfi\nDeploy daemon haproxy.nfs.foo.smithi112.zzejfi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:20:58.430174Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.bftbii on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:20:58.434143Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.jzvzyd on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:21:11.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:21:11 smithi131 bash[19154]: audit 2024-01-18T08:21:10.370420+0000 mon.smithi112 (mon.0) 971 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:21:11.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:21:11 smithi131 bash[19154]: cluster 2024-01-18T08:21:10.444505+0000 mgr.smithi112.xshois (mgr.14182) 1227 : 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-18T08:21:12.300 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:21:12.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:21:12 smithi131 bash[19154]: audit 2024-01-18T08:21:11.648394+0000 mgr.smithi112.xshois (mgr.14182) 1228 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:12.687 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:21:12 smithi112 bash[16324]: audit 2024-01-18T08:21:11.648394+0000 mgr.smithi112.xshois (mgr.14182) 1228 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:13.301 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:21:13.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:21:13 smithi131 bash[19154]: cluster 2024-01-18T08:21:12.446434+0000 mgr.smithi112.xshois (mgr.14182) 1229 : 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-18T08:21:13.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:21:13 smithi112 bash[16324]: cluster 2024-01-18T08:21:12.446434+0000 mgr.smithi112.xshois (mgr.14182) 1229 : 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-18T08:21:15.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:21:15 smithi131 bash[19154]: cluster 2024-01-18T08:21:14.447983+0000 mgr.smithi112.xshois (mgr.14182) 1230 : cluster [DBG] pgmap v817: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:21:16.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:21:15 smithi112 bash[16324]: cluster 2024-01-18T08:21:14.447983+0000 mgr.smithi112.xshois (mgr.14182) 1230 : cluster [DBG] pgmap v817: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:21:16.492 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:21:16.492 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:19:50.405201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.hporys on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:20:54.645759Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.miaeyt on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-miaeyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-miaeyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.miaeyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.miaeyt\nDeploy daemon haproxy.nfs.foo.smithi131.miaeyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:20:58.425836Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.zzejfi on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-zzejfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-zzejfi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.zzejfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.zzejfi\nDeploy daemon haproxy.nfs.foo.smithi112.zzejfi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:20:58.430174Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.bftbii on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:20:58.434143Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.jzvzyd on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:21:17.153 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:21:17.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:21:17 smithi131 bash[19154]: cluster 2024-01-18T08:21:16.449494+0000 mgr.smithi112.xshois (mgr.14182) 1231 : cluster [DBG] pgmap v818: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:21:17.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:21:17 smithi131 bash[19154]: audit 2024-01-18T08:21:16.481947+0000 mgr.smithi112.xshois (mgr.14182) 1232 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:18.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:21:17 smithi112 bash[16324]: cluster 2024-01-18T08:21:16.449494+0000 mgr.smithi112.xshois (mgr.14182) 1231 : cluster [DBG] pgmap v818: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:21:18.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:21:17 smithi112 bash[16324]: audit 2024-01-18T08:21:16.481947+0000 mgr.smithi112.xshois (mgr.14182) 1232 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:18.154 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:21:19.611 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:21:19 smithi112 bash[16324]: cluster 2024-01-18T08:21:18.451019+0000 mgr.smithi112.xshois (mgr.14182) 1233 : cluster [DBG] pgmap v819: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:21:19.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:21:19 smithi131 bash[19154]: cluster 2024-01-18T08:21:18.451019+0000 mgr.smithi112.xshois (mgr.14182) 1233 : cluster [DBG] pgmap v819: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:21:21.544 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:21:21.545 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:19:50.405201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.hporys on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:20:54.645759Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.miaeyt on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-miaeyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-miaeyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.miaeyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.miaeyt\nDeploy daemon haproxy.nfs.foo.smithi131.miaeyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:20:58.425836Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.zzejfi on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-zzejfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-zzejfi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.zzejfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.zzejfi\nDeploy daemon haproxy.nfs.foo.smithi112.zzejfi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:20:58.430174Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.bftbii on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:20:58.434143Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.jzvzyd on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:21:21.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:21:21 smithi131 bash[19154]: cluster 2024-01-18T08:21:20.452765+0000 mgr.smithi112.xshois (mgr.14182) 1234 : cluster [DBG] pgmap v820: 225 pgs: 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-18T08:21:22.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:21:21 smithi112 bash[16324]: cluster 2024-01-18T08:21:20.452765+0000 mgr.smithi112.xshois (mgr.14182) 1234 : cluster [DBG] pgmap v820: 225 pgs: 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-18T08:21:22.210 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:21:22.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:21:22 smithi131 bash[19154]: audit 2024-01-18T08:21:21.532976+0000 mgr.smithi112.xshois (mgr.14182) 1235 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:23.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:21:22 smithi112 bash[16324]: audit 2024-01-18T08:21:21.532976+0000 mgr.smithi112.xshois (mgr.14182) 1235 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:23.211 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:21:23.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:21:23 smithi131 bash[19154]: cluster 2024-01-18T08:21:22.454587+0000 mgr.smithi112.xshois (mgr.14182) 1236 : cluster [DBG] pgmap v821: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:21:24.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:21:23 smithi112 bash[16324]: cluster 2024-01-18T08:21:22.454587+0000 mgr.smithi112.xshois (mgr.14182) 1236 : cluster [DBG] pgmap v821: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:21:25.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:21:25 smithi131 bash[19154]: cluster 2024-01-18T08:21:24.456153+0000 mgr.smithi112.xshois (mgr.14182) 1237 : cluster [DBG] pgmap v822: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:21:26.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:21:25 smithi112 bash[16324]: cluster 2024-01-18T08:21:24.456153+0000 mgr.smithi112.xshois (mgr.14182) 1237 : cluster [DBG] pgmap v822: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:21:26.734 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:21:26.734 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:19:50.405201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.hporys on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:20:54.645759Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.miaeyt on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-miaeyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-miaeyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.miaeyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.miaeyt\nDeploy daemon haproxy.nfs.foo.smithi131.miaeyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:20:58.425836Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.zzejfi on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-zzejfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-zzejfi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.zzejfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.zzejfi\nDeploy daemon haproxy.nfs.foo.smithi112.zzejfi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:20:58.430174Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.bftbii on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:20:58.434143Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.jzvzyd on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:21:27.368 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:21:27.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:21:27 smithi131 bash[19154]: cluster 2024-01-18T08:21:26.457242+0000 mgr.smithi112.xshois (mgr.14182) 1238 : 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-18T08:21:27.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:21:27 smithi131 bash[19154]: audit 2024-01-18T08:21:26.722029+0000 mgr.smithi112.xshois (mgr.14182) 1239 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:28.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:21:27 smithi112 bash[16324]: cluster 2024-01-18T08:21:26.457242+0000 mgr.smithi112.xshois (mgr.14182) 1238 : 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-18T08:21:28.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:21:27 smithi112 bash[16324]: audit 2024-01-18T08:21:26.722029+0000 mgr.smithi112.xshois (mgr.14182) 1239 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:28.369 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:21:29.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:21:29 smithi131 bash[19154]: cluster 2024-01-18T08:21:28.458683+0000 mgr.smithi112.xshois (mgr.14182) 1240 : 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-18T08:21:30.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:21:29 smithi112 bash[16324]: cluster 2024-01-18T08:21:28.458683+0000 mgr.smithi112.xshois (mgr.14182) 1240 : 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-18T08:21:31.446 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:21:31.446 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:19:50.405201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.hporys on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:20:54.645759Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.miaeyt on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-miaeyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-miaeyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.miaeyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.miaeyt\nDeploy daemon haproxy.nfs.foo.smithi131.miaeyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:20:58.425836Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.zzejfi on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-zzejfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-zzejfi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.zzejfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.zzejfi\nDeploy daemon haproxy.nfs.foo.smithi112.zzejfi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:20:58.430174Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.bftbii on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:20:58.434143Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.jzvzyd on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:21:31.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:21:31 smithi112 bash[16324]: cluster 2024-01-18T08:21:30.460363+0000 mgr.smithi112.xshois (mgr.14182) 1241 : 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-18T08:21:31.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:21:31 smithi131 bash[19154]: cluster 2024-01-18T08:21:30.460363+0000 mgr.smithi112.xshois (mgr.14182) 1241 : 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-18T08:21:32.077 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:21:32.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:21:32 smithi131 bash[19154]: audit 2024-01-18T08:21:31.440842+0000 mgr.smithi112.xshois (mgr.14182) 1242 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:33.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:21:32 smithi112 bash[16324]: audit 2024-01-18T08:21:31.440842+0000 mgr.smithi112.xshois (mgr.14182) 1242 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:33.078 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:21:33.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:21:33 smithi131 bash[19154]: cluster 2024-01-18T08:21:32.462199+0000 mgr.smithi112.xshois (mgr.14182) 1243 : cluster [DBG] pgmap v826: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:21:34.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:21:33 smithi112 bash[16324]: cluster 2024-01-18T08:21:32.462199+0000 mgr.smithi112.xshois (mgr.14182) 1243 : cluster [DBG] pgmap v826: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:21:35.951 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:21:35 smithi112 bash[16324]: cluster 2024-01-18T08:21:34.463768+0000 mgr.smithi112.xshois (mgr.14182) 1244 : cluster [DBG] pgmap v827: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:21:36.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:21:35 smithi131 bash[19154]: cluster 2024-01-18T08:21:34.463768+0000 mgr.smithi112.xshois (mgr.14182) 1244 : cluster [DBG] pgmap v827: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:21:36.371 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:21:36.371 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:19:50.405201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.hporys on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:20:54.645759Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.miaeyt on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-miaeyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-miaeyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.miaeyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.miaeyt\nDeploy daemon haproxy.nfs.foo.smithi131.miaeyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:20:58.425836Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.zzejfi on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-zzejfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-zzejfi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.zzejfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.zzejfi\nDeploy daemon haproxy.nfs.foo.smithi112.zzejfi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:20:58.430174Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.bftbii on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:20:58.434143Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.jzvzyd on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:21:36.972 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:21:37.974 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:21:37.986 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:21:37 smithi112 bash[16324]: audit 2024-01-18T08:21:36.361973+0000 mgr.smithi112.xshois (mgr.14182) 1245 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:37.986 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:21:37 smithi112 bash[16324]: cluster 2024-01-18T08:21:36.465075+0000 mgr.smithi112.xshois (mgr.14182) 1246 : cluster [DBG] pgmap v828: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:21:38.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:21:37 smithi131 bash[19154]: audit 2024-01-18T08:21:36.361973+0000 mgr.smithi112.xshois (mgr.14182) 1245 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:38.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:21:37 smithi131 bash[19154]: cluster 2024-01-18T08:21:36.465075+0000 mgr.smithi112.xshois (mgr.14182) 1246 : cluster [DBG] pgmap v828: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:21:40.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:21:39 smithi112 bash[16324]: cluster 2024-01-18T08:21:38.466651+0000 mgr.smithi112.xshois (mgr.14182) 1247 : cluster [DBG] pgmap v829: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:21:40.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:21:39 smithi131 bash[19154]: cluster 2024-01-18T08:21:38.466651+0000 mgr.smithi112.xshois (mgr.14182) 1247 : cluster [DBG] pgmap v829: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:21:41.233 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:21:41.233 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:19:50.405201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.hporys on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:20:54.645759Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.miaeyt on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-miaeyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-miaeyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.miaeyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.miaeyt\nDeploy daemon haproxy.nfs.foo.smithi131.miaeyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:20:58.425836Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.zzejfi on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-zzejfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-zzejfi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.zzejfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.zzejfi\nDeploy daemon haproxy.nfs.foo.smithi112.zzejfi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:20:58.430174Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.bftbii on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:20:58.434143Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.jzvzyd on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:21:41.820 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:21:42.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:21:41 smithi112 bash[16324]: cluster 2024-01-18T08:21:40.468312+0000 mgr.smithi112.xshois (mgr.14182) 1248 : cluster [DBG] pgmap v830: 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-18T08:21:42.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:21:41 smithi131 bash[19154]: cluster 2024-01-18T08:21:40.468312+0000 mgr.smithi112.xshois (mgr.14182) 1248 : cluster [DBG] pgmap v830: 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-18T08:21:42.821 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:21:43.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:21:42 smithi112 bash[16324]: audit 2024-01-18T08:21:41.228599+0000 mgr.smithi112.xshois (mgr.14182) 1249 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:43.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:21:42 smithi131 bash[19154]: audit 2024-01-18T08:21:41.228599+0000 mgr.smithi112.xshois (mgr.14182) 1249 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:44.026 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:21:43 smithi112 bash[16324]: cluster 2024-01-18T08:21:42.470117+0000 mgr.smithi112.xshois (mgr.14182) 1250 : cluster [DBG] pgmap v831: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-01-18T08:21:44.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:21:43 smithi131 bash[19154]: cluster 2024-01-18T08:21:42.470117+0000 mgr.smithi112.xshois (mgr.14182) 1250 : cluster [DBG] pgmap v831: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-01-18T08:21:46.003 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:21:46.004 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:19:50.405201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.hporys on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:20:54.645759Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.miaeyt on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-miaeyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-miaeyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.miaeyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.miaeyt\nDeploy daemon haproxy.nfs.foo.smithi131.miaeyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:20:58.425836Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.zzejfi on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-zzejfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-zzejfi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.zzejfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.zzejfi\nDeploy daemon haproxy.nfs.foo.smithi112.zzejfi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:20:58.430174Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.bftbii on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:20:58.434143Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.jzvzyd on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:21:46.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:21:45 smithi112 bash[16324]: cluster 2024-01-18T08:21:44.471688+0000 mgr.smithi112.xshois (mgr.14182) 1251 : cluster [DBG] pgmap v832: 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-18T08:21:46.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:21:45 smithi131 bash[19154]: cluster 2024-01-18T08:21:44.471688+0000 mgr.smithi112.xshois (mgr.14182) 1251 : cluster [DBG] pgmap v832: 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-18T08:21:46.657 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:21:47.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:21:46 smithi112 bash[16324]: audit 2024-01-18T08:21:45.991670+0000 mgr.smithi112.xshois (mgr.14182) 1252 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:47.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:21:46 smithi131 bash[19154]: audit 2024-01-18T08:21:45.991670+0000 mgr.smithi112.xshois (mgr.14182) 1252 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:47.658 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:21:48.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:21:47 smithi112 bash[16324]: cluster 2024-01-18T08:21:46.473246+0000 mgr.smithi112.xshois (mgr.14182) 1253 : cluster [DBG] pgmap v833: 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-18T08:21:48.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:21:47 smithi131 bash[19154]: cluster 2024-01-18T08:21:46.473246+0000 mgr.smithi112.xshois (mgr.14182) 1253 : cluster [DBG] pgmap v833: 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-18T08:21:50.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:21:49 smithi112 bash[16324]: cluster 2024-01-18T08:21:48.474724+0000 mgr.smithi112.xshois (mgr.14182) 1254 : cluster [DBG] pgmap v834: 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-18T08:21:50.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:21:49 smithi131 bash[19154]: cluster 2024-01-18T08:21:48.474724+0000 mgr.smithi112.xshois (mgr.14182) 1254 : cluster [DBG] pgmap v834: 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-18T08:21:50.918 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:21:50.918 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:19:50.405201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.hporys on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:20:54.645759Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.miaeyt on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-miaeyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-miaeyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.miaeyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.miaeyt\nDeploy daemon haproxy.nfs.foo.smithi131.miaeyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:20:58.425836Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.zzejfi on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-zzejfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-zzejfi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.zzejfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.zzejfi\nDeploy daemon haproxy.nfs.foo.smithi112.zzejfi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:20:58.430174Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.bftbii on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:20:58.434143Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.jzvzyd on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:21:51.531 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:21:51.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:21:51 smithi112 bash[16324]: cluster 2024-01-18T08:21:50.476500+0000 mgr.smithi112.xshois (mgr.14182) 1255 : cluster [DBG] pgmap v835: 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-18T08:21:51.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:21:51 smithi112 bash[16324]: audit 2024-01-18T08:21:50.905748+0000 mgr.smithi112.xshois (mgr.14182) 1256 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:52.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:21:51 smithi131 bash[19154]: cluster 2024-01-18T08:21:50.476500+0000 mgr.smithi112.xshois (mgr.14182) 1255 : cluster [DBG] pgmap v835: 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-18T08:21:52.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:21:51 smithi131 bash[19154]: audit 2024-01-18T08:21:50.905748+0000 mgr.smithi112.xshois (mgr.14182) 1256 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:52.532 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:21:54.001 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:21:53 smithi112 bash[16324]: cluster 2024-01-18T08:21:52.478132+0000 mgr.smithi112.xshois (mgr.14182) 1257 : cluster [DBG] pgmap v836: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:21:54.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:21:53 smithi131 bash[19154]: cluster 2024-01-18T08:21:52.478132+0000 mgr.smithi112.xshois (mgr.14182) 1257 : cluster [DBG] pgmap v836: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:21:55.846 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:21:55.846 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:19:50.405201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.hporys on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:20:54.645759Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.miaeyt on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-miaeyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-miaeyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.miaeyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.miaeyt\nDeploy daemon haproxy.nfs.foo.smithi131.miaeyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:20:58.425836Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.zzejfi on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-zzejfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-zzejfi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.zzejfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.zzejfi\nDeploy daemon haproxy.nfs.foo.smithi112.zzejfi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:20:58.430174Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.bftbii on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:20:58.434143Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.jzvzyd on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:21:56.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:21:55 smithi112 bash[16324]: cluster 2024-01-18T08:21:54.479272+0000 mgr.smithi112.xshois (mgr.14182) 1258 : 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-18T08:21:56.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:21:55 smithi131 bash[19154]: cluster 2024-01-18T08:21:54.479272+0000 mgr.smithi112.xshois (mgr.14182) 1258 : 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-18T08:21:56.473 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:21:57.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:21:56 smithi112 bash[16324]: audit 2024-01-18T08:21:55.835233+0000 mgr.smithi112.xshois (mgr.14182) 1259 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:57.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:21:56 smithi131 bash[19154]: audit 2024-01-18T08:21:55.835233+0000 mgr.smithi112.xshois (mgr.14182) 1259 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:57.474 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:21:58.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:21:57 smithi112 bash[16324]: cluster 2024-01-18T08:21:56.480238+0000 mgr.smithi112.xshois (mgr.14182) 1260 : 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-18T08:21:58.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:21:57 smithi131 bash[19154]: cluster 2024-01-18T08:21:56.480238+0000 mgr.smithi112.xshois (mgr.14182) 1260 : 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-18T08:21:59.021 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:21:58 smithi112 bash[16324]: audit 2024-01-18T08:21:58.438461+0000 mon.smithi112 (mon.0) 972 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:21:59.021 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:21:58 smithi112 bash[16324]: audit 2024-01-18T08:21:58.742506+0000 mon.smithi112 (mon.0) 973 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:21:59.021 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:21:58 smithi112 bash[16324]: audit 2024-01-18T08:21:58.743972+0000 mon.smithi112 (mon.0) 974 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:21:59.021 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:21:58 smithi112 bash[16324]: audit 2024-01-18T08:21:58.752298+0000 mon.smithi112 (mon.0) 975 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:21:59.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:21:58 smithi131 bash[19154]: audit 2024-01-18T08:21:58.438461+0000 mon.smithi112 (mon.0) 972 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:21:59.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:21:58 smithi131 bash[19154]: audit 2024-01-18T08:21:58.742506+0000 mon.smithi112 (mon.0) 973 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:21:59.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:21:58 smithi131 bash[19154]: audit 2024-01-18T08:21:58.743972+0000 mon.smithi112 (mon.0) 974 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:21:59.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:21:58 smithi131 bash[19154]: audit 2024-01-18T08:21:58.752298+0000 mon.smithi112 (mon.0) 975 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:22:00.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:21:59 smithi112 bash[16324]: cluster 2024-01-18T08:21:58.481456+0000 mgr.smithi112.xshois (mgr.14182) 1261 : 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-18T08:22:00.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:21:59 smithi112 bash[16324]: cluster 2024-01-18T08:21:58.753005+0000 mgr.smithi112.xshois (mgr.14182) 1262 : cluster [DBG] pgmap v840: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T08:22:00.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:21:59 smithi112 bash[16324]: cluster 2024-01-18T08:21:58.757493+0000 mon.smithi112 (mon.0) 976 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:22:00.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:21:59 smithi112 bash[16324]: cluster 2024-01-18T08:21:58.757527+0000 mon.smithi112 (mon.0) 977 : cluster [INF] Cluster is now healthy 2024-01-18T08:22:00.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:21:59 smithi112 bash[16324]: audit 2024-01-18T08:21:58.757743+0000 mon.smithi112 (mon.0) 978 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:22:00.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:21:59 smithi112 bash[16324]: audit 2024-01-18T08:21:58.773067+0000 mon.smithi112 (mon.0) 979 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:22:00.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:21:59 smithi112 bash[16324]: cephadm 2024-01-18T08:21:58.775930+0000 mgr.smithi112.xshois (mgr.14182) 1263 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi131.loppto on smithi131 2024-01-18T08:22:00.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:21:59 smithi131 bash[19154]: cluster 2024-01-18T08:21:58.481456+0000 mgr.smithi112.xshois (mgr.14182) 1261 : 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-18T08:22:00.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:21:59 smithi131 bash[19154]: cluster 2024-01-18T08:21:58.753005+0000 mgr.smithi112.xshois (mgr.14182) 1262 : cluster [DBG] pgmap v840: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T08:22:00.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:21:59 smithi131 bash[19154]: cluster 2024-01-18T08:21:58.757493+0000 mon.smithi112 (mon.0) 976 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:22:00.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:21:59 smithi131 bash[19154]: cluster 2024-01-18T08:21:58.757527+0000 mon.smithi112 (mon.0) 977 : cluster [INF] Cluster is now healthy 2024-01-18T08:22:00.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:21:59 smithi131 bash[19154]: audit 2024-01-18T08:21:58.757743+0000 mon.smithi112 (mon.0) 978 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:22:00.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:21:59 smithi131 bash[19154]: audit 2024-01-18T08:21:58.773067+0000 mon.smithi112 (mon.0) 979 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:22:00.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:21:59 smithi131 bash[19154]: cephadm 2024-01-18T08:21:58.775930+0000 mgr.smithi112.xshois (mgr.14182) 1263 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi131.loppto on smithi131 2024-01-18T08:22:00.872 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:22:00.872 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:19:50.405201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.hporys on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:20:54.645759Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.miaeyt on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-miaeyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-miaeyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.miaeyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.miaeyt\nDeploy daemon haproxy.nfs.foo.smithi131.miaeyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:20:58.425836Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.zzejfi on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-zzejfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-zzejfi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.zzejfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.zzejfi\nDeploy daemon haproxy.nfs.foo.smithi112.zzejfi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:20:58.430174Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.bftbii on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:20:58.434143Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.jzvzyd on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:22:01.514 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:22:02.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:01 smithi112 bash[16324]: cluster 2024-01-18T08:22:00.754364+0000 mgr.smithi112.xshois (mgr.14182) 1264 : cluster [DBG] pgmap v841: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T08:22:02.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:01 smithi112 bash[16324]: audit 2024-01-18T08:22:00.862638+0000 mgr.smithi112.xshois (mgr.14182) 1265 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:02.134 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:01 smithi131 bash[19154]: cluster 2024-01-18T08:22:00.754364+0000 mgr.smithi112.xshois (mgr.14182) 1264 : cluster [DBG] pgmap v841: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T08:22:02.134 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:01 smithi131 bash[19154]: audit 2024-01-18T08:22:00.862638+0000 mgr.smithi112.xshois (mgr.14182) 1265 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:02.515 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:22:02.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:02 smithi112 bash[16324]: audit 2024-01-18T08:22:02.593173+0000 mon.smithi112 (mon.0) 980 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi131.loppto"}]: dispatch 2024-01-18T08:22:03.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:02 smithi131 bash[19154]: audit 2024-01-18T08:22:02.593173+0000 mon.smithi112 (mon.0) 980 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi131.loppto"}]: dispatch 2024-01-18T08:22:04.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:03 smithi112 bash[16324]: cephadm 2024-01-18T08:22:02.591864+0000 mgr.smithi112.xshois (mgr.14182) 1266 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-loppto 2024-01-18T08:22:04.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:03 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:22:04.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:03 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-loppto 2024-01-18T08:22:04.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:03 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.loppto 2024-01-18T08:22:04.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:03 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:22:04.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:03 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.loppto 2024-01-18T08:22:04.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:03 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.loppto ... 2024-01-18T08:22:04.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:03 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:22:04.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:03 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:22:04.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:03 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:22:04.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:03 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:22:04.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:03 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:22:04.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:03 smithi112 bash[16324]: Traceback (most recent call last): 2024-01-18T08:22:04.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:03 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:22:04.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:03 smithi112 bash[16324]: yield (conn, connr) 2024-01-18T08:22:04.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:03 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:22:04.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:03 smithi112 bash[16324]: code, '\n'.join(err))) 2024-01-18T08:22:04.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:03 smithi112 bash[16324]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-loppto 2024-01-18T08:22:04.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:03 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:22:04.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:03 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-loppto 2024-01-18T08:22:04.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:03 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.loppto 2024-01-18T08:22:04.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:03 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:22:04.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:03 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.loppto 2024-01-18T08:22:04.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:03 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.loppto ... 2024-01-18T08:22:04.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:03 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:22:04.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:03 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:22:04.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:03 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:22:04.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:03 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:22:04.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:03 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:22:04.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:03 smithi112 bash[16324]: cephadm 2024-01-18T08:22:02.592442+0000 mgr.smithi112.xshois (mgr.14182) 1267 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi131.loppto 2024-01-18T08:22:04.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:03 smithi112 bash[16324]: cephadm 2024-01-18T08:22:02.594912+0000 mgr.smithi112.xshois (mgr.14182) 1268 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi131.loppto on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-loppto 2024-01-18T08:22:04.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:03 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:22:04.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:03 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-loppto 2024-01-18T08:22:04.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:03 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.loppto 2024-01-18T08:22:04.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:03 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:22:04.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:03 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.loppto 2024-01-18T08:22:04.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:03 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.loppto ... 2024-01-18T08:22:04.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:03 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:22:04.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:03 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:22:04.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:03 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:22:04.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:03 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:22:04.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:03 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:22:04.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:03 smithi112 bash[16324]: cephadm 2024-01-18T08:22:02.599847+0000 mgr.smithi112.xshois (mgr.14182) 1269 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi112.xsngds on smithi112 2024-01-18T08:22:04.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:03 smithi112 bash[16324]: cluster 2024-01-18T08:22:02.755701+0000 mgr.smithi112.xshois (mgr.14182) 1270 : cluster [DBG] pgmap v842: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T08:22:04.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:03 smithi131 bash[19154]: cephadm 2024-01-18T08:22:02.591864+0000 mgr.smithi112.xshois (mgr.14182) 1266 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-loppto 2024-01-18T08:22:04.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:03 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:22:04.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:03 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-loppto 2024-01-18T08:22:04.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:03 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.loppto 2024-01-18T08:22:04.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:03 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:22:04.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:03 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.loppto 2024-01-18T08:22:04.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:03 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.loppto ... 2024-01-18T08:22:04.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:03 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:22:04.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:03 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:22:04.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:03 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:22:04.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:03 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:22:04.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:03 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:22:04.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:03 smithi131 bash[19154]: Traceback (most recent call last): 2024-01-18T08:22:04.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:03 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:22:04.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:03 smithi131 bash[19154]: yield (conn, connr) 2024-01-18T08:22:04.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:03 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:22:04.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:03 smithi131 bash[19154]: code, '\n'.join(err))) 2024-01-18T08:22:04.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:03 smithi131 bash[19154]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-loppto 2024-01-18T08:22:04.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:03 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:22:04.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:03 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-loppto 2024-01-18T08:22:04.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:03 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.loppto 2024-01-18T08:22:04.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:03 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:22:04.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:03 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.loppto 2024-01-18T08:22:04.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:03 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.loppto ... 2024-01-18T08:22:04.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:03 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:22:04.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:03 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:22:04.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:03 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:22:04.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:03 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:22:04.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:03 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:22:04.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:03 smithi131 bash[19154]: cephadm 2024-01-18T08:22:02.592442+0000 mgr.smithi112.xshois (mgr.14182) 1267 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi131.loppto 2024-01-18T08:22:04.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:03 smithi131 bash[19154]: cephadm 2024-01-18T08:22:02.594912+0000 mgr.smithi112.xshois (mgr.14182) 1268 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi131.loppto on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-loppto 2024-01-18T08:22:04.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:03 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:22:04.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:03 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-loppto 2024-01-18T08:22:04.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:03 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.loppto 2024-01-18T08:22:04.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:03 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:22:04.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:03 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.loppto 2024-01-18T08:22:04.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:03 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.loppto ... 2024-01-18T08:22:04.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:03 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:22:04.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:03 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:22:04.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:03 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:22:04.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:03 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:22:04.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:03 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:22:04.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:03 smithi131 bash[19154]: cephadm 2024-01-18T08:22:02.599847+0000 mgr.smithi112.xshois (mgr.14182) 1269 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi112.xsngds on smithi112 2024-01-18T08:22:04.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:03 smithi131 bash[19154]: cluster 2024-01-18T08:22:02.755701+0000 mgr.smithi112.xshois (mgr.14182) 1270 : cluster [DBG] pgmap v842: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T08:22:05.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:05 smithi112 bash[16324]: cluster 2024-01-18T08:22:04.756684+0000 mgr.smithi112.xshois (mgr.14182) 1271 : cluster [DBG] pgmap v843: 225 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-18T08:22:05.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:05 smithi131 bash[19154]: cluster 2024-01-18T08:22:04.756684+0000 mgr.smithi112.xshois (mgr.14182) 1271 : cluster [DBG] pgmap v843: 225 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-18T08:22:05.965 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:22:05.965 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:20:54.645759Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.miaeyt on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-miaeyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-miaeyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.miaeyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.miaeyt\nDeploy daemon haproxy.nfs.foo.smithi131.miaeyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:20:58.425836Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.zzejfi on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-zzejfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-zzejfi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.zzejfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.zzejfi\nDeploy daemon haproxy.nfs.foo.smithi112.zzejfi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:20:58.430174Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.bftbii on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:20:58.434143Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.jzvzyd on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:22:02.594599Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.loppto on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-loppto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-loppto\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.loppto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.loppto\nDeploy daemon haproxy.nfs.foo.smithi131.loppto ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -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.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:22:06.741 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:22:06.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:06 smithi131 bash[19154]: audit 2024-01-18T08:22:05.953503+0000 mgr.smithi112.xshois (mgr.14182) 1272 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:07.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:06 smithi112 bash[16324]: audit 2024-01-18T08:22:05.953503+0000 mgr.smithi112.xshois (mgr.14182) 1272 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:07.743 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:22:07.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:07 smithi131 bash[19154]: cephadm 2024-01-18T08:22:06.716921+0000 mgr.smithi112.xshois (mgr.14182) 1273 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xsngds 2024-01-18T08:22:07.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:07 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:22:07.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:07 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xsngds 2024-01-18T08:22:07.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:07 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xsngds 2024-01-18T08:22:07.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:07 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:22:07.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:07 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xsngds 2024-01-18T08:22:07.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:07 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.xsngds ... 2024-01-18T08:22:07.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:07 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:22:07.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:07 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:22:07.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:07 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:22:07.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:07 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:22:07.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:07 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:22:07.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:07 smithi131 bash[19154]: Traceback (most recent call last): 2024-01-18T08:22:07.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:07 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:22:07.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:07 smithi131 bash[19154]: yield (conn, connr) 2024-01-18T08:22:07.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:07 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:22:07.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:07 smithi131 bash[19154]: code, '\n'.join(err))) 2024-01-18T08:22:07.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:07 smithi131 bash[19154]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xsngds 2024-01-18T08:22:07.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:07 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:22:07.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:07 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xsngds 2024-01-18T08:22:07.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:07 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xsngds 2024-01-18T08:22:07.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:07 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:22:07.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:07 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xsngds 2024-01-18T08:22:07.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:07 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.xsngds ... 2024-01-18T08:22:07.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:07 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:22:07.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:07 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:22:07.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:07 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:22:07.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:07 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:22:07.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:07 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:22:07.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:07 smithi131 bash[19154]: cephadm 2024-01-18T08:22:06.717176+0000 mgr.smithi112.xshois (mgr.14182) 1274 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi112.xsngds 2024-01-18T08:22:07.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:07 smithi131 bash[19154]: audit 2024-01-18T08:22:06.717794+0000 mon.smithi112 (mon.0) 981 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi112.xsngds"}]: dispatch 2024-01-18T08:22:07.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:07 smithi131 bash[19154]: cephadm 2024-01-18T08:22:06.719063+0000 mgr.smithi112.xshois (mgr.14182) 1275 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi112.xsngds on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xsngds 2024-01-18T08:22:07.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:07 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:22:07.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:07 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xsngds 2024-01-18T08:22:07.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:07 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xsngds 2024-01-18T08:22:07.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:07 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:22:07.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:07 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xsngds 2024-01-18T08:22:07.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:07 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.xsngds ... 2024-01-18T08:22:07.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:07 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:22:07.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:07 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:22:07.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:07 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:22:07.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:07 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:22:07.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:07 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:22:07.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:07 smithi131 bash[19154]: cephadm 2024-01-18T08:22:06.722038+0000 mgr.smithi112.xshois (mgr.14182) 1276 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi131.myjhlv on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:22:07.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:07 smithi131 bash[19154]: cephadm 2024-01-18T08:22:06.724359+0000 mgr.smithi112.xshois (mgr.14182) 1277 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi112.cfbgga on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:22:07.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:07 smithi131 bash[19154]: cluster 2024-01-18T08:22:06.725787+0000 mgr.smithi112.xshois (mgr.14182) 1278 : cluster [DBG] pgmap v844: 225 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-18T08:22:08.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:07 smithi112 bash[16324]: cephadm 2024-01-18T08:22:06.716921+0000 mgr.smithi112.xshois (mgr.14182) 1273 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xsngds 2024-01-18T08:22:08.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:07 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:22:08.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:07 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xsngds 2024-01-18T08:22:08.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:07 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xsngds 2024-01-18T08:22:08.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:07 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:22:08.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:07 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xsngds 2024-01-18T08:22:08.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:07 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.xsngds ... 2024-01-18T08:22:08.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:07 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:22:08.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:07 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:22:08.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:07 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:22:08.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:07 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:22:08.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:07 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:22:08.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:07 smithi112 bash[16324]: Traceback (most recent call last): 2024-01-18T08:22:08.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:07 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:22:08.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:07 smithi112 bash[16324]: yield (conn, connr) 2024-01-18T08:22:08.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:07 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:22:08.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:07 smithi112 bash[16324]: code, '\n'.join(err))) 2024-01-18T08:22:08.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:07 smithi112 bash[16324]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xsngds 2024-01-18T08:22:08.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:07 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:22:08.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:07 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xsngds 2024-01-18T08:22:08.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:07 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xsngds 2024-01-18T08:22:08.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:07 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:22:08.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:07 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xsngds 2024-01-18T08:22:08.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:07 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.xsngds ... 2024-01-18T08:22:08.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:07 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:22:08.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:07 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:22:08.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:07 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:22:08.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:07 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:22:08.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:07 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:22:08.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:07 smithi112 bash[16324]: cephadm 2024-01-18T08:22:06.717176+0000 mgr.smithi112.xshois (mgr.14182) 1274 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi112.xsngds 2024-01-18T08:22:08.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:07 smithi112 bash[16324]: audit 2024-01-18T08:22:06.717794+0000 mon.smithi112 (mon.0) 981 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi112.xsngds"}]: dispatch 2024-01-18T08:22:08.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:07 smithi112 bash[16324]: cephadm 2024-01-18T08:22:06.719063+0000 mgr.smithi112.xshois (mgr.14182) 1275 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi112.xsngds on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xsngds 2024-01-18T08:22:08.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:07 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:22:08.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:07 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xsngds 2024-01-18T08:22:08.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:07 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xsngds 2024-01-18T08:22:08.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:07 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:22:08.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:07 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xsngds 2024-01-18T08:22:08.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:07 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.xsngds ... 2024-01-18T08:22:08.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:07 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:22:08.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:07 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:22:08.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:07 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:22:08.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:07 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:22:08.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:07 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:22:08.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:07 smithi112 bash[16324]: cephadm 2024-01-18T08:22:06.722038+0000 mgr.smithi112.xshois (mgr.14182) 1276 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi131.myjhlv on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:22:08.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:07 smithi112 bash[16324]: cephadm 2024-01-18T08:22:06.724359+0000 mgr.smithi112.xshois (mgr.14182) 1277 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi112.cfbgga on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:22:08.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:07 smithi112 bash[16324]: cluster 2024-01-18T08:22:06.725787+0000 mgr.smithi112.xshois (mgr.14182) 1278 : cluster [DBG] pgmap v844: 225 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-18T08:22:08.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:08 smithi131 bash[19154]: cluster 2024-01-18T08:22:07.626088+0000 mon.smithi112 (mon.0) 982 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:22:08.920 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:08 smithi112 bash[16324]: cluster 2024-01-18T08:22:07.626088+0000 mon.smithi112 (mon.0) 982 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:22:09.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:09 smithi131 bash[19154]: cluster 2024-01-18T08:22:08.727309+0000 mgr.smithi112.xshois (mgr.14182) 1279 : cluster [DBG] pgmap v845: 225 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-18T08:22:10.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:09 smithi112 bash[16324]: cluster 2024-01-18T08:22:08.727309+0000 mgr.smithi112.xshois (mgr.14182) 1279 : cluster [DBG] pgmap v845: 225 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-18T08:22:11.098 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:22:11.099 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:20:58.434143Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.jzvzyd on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:22:02.594599Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.loppto on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-loppto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-loppto\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.loppto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.loppto\nDeploy daemon haproxy.nfs.foo.smithi131.loppto ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:22:06.718894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.xsngds on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xsngds\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xsngds\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xsngds\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xsngds\nDeploy daemon haproxy.nfs.foo.smithi112.xsngds ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:22:06.721896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.myjhlv on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:22:06.724212Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.cfbgga on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:22:11.735 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:22:12.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:11 smithi112 bash[16324]: cluster 2024-01-18T08:22:10.728707+0000 mgr.smithi112.xshois (mgr.14182) 1280 : cluster [DBG] pgmap v846: 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-18T08:22:12.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:11 smithi112 bash[16324]: audit 2024-01-18T08:22:11.700571+0000 mon.smithi112 (mon.0) 983 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:22:12.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:11 smithi131 bash[19154]: cluster 2024-01-18T08:22:10.728707+0000 mgr.smithi112.xshois (mgr.14182) 1280 : cluster [DBG] pgmap v846: 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-18T08:22:12.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:11 smithi131 bash[19154]: audit 2024-01-18T08:22:11.700571+0000 mon.smithi112 (mon.0) 983 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:22:12.736 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:22:13.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:12 smithi112 bash[16324]: audit 2024-01-18T08:22:11.086779+0000 mgr.smithi112.xshois (mgr.14182) 1281 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:13.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:12 smithi131 bash[19154]: audit 2024-01-18T08:22:11.086779+0000 mgr.smithi112.xshois (mgr.14182) 1281 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:14.146 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:13 smithi112 bash[16324]: cluster 2024-01-18T08:22:12.730293+0000 mgr.smithi112.xshois (mgr.14182) 1282 : 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-18T08:22:14.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:13 smithi131 bash[19154]: cluster 2024-01-18T08:22:12.730293+0000 mgr.smithi112.xshois (mgr.14182) 1282 : 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-18T08:22:15.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:15 smithi131 bash[19154]: cluster 2024-01-18T08:22:14.731400+0000 mgr.smithi112.xshois (mgr.14182) 1283 : 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-18T08:22:15.986 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:22:15.986 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:20:58.434143Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.jzvzyd on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:22:02.594599Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.loppto on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-loppto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-loppto\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.loppto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.loppto\nDeploy daemon haproxy.nfs.foo.smithi131.loppto ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:22:06.718894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.xsngds on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xsngds\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xsngds\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xsngds\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xsngds\nDeploy daemon haproxy.nfs.foo.smithi112.xsngds ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:22:06.721896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.myjhlv on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:22:06.724212Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.cfbgga on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:22:16.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:15 smithi112 bash[16324]: cluster 2024-01-18T08:22:14.731400+0000 mgr.smithi112.xshois (mgr.14182) 1283 : 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-18T08:22:16.625 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:22:16.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:16 smithi131 bash[19154]: audit 2024-01-18T08:22:15.979755+0000 mgr.smithi112.xshois (mgr.14182) 1284 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:17.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:16 smithi112 bash[16324]: audit 2024-01-18T08:22:15.979755+0000 mgr.smithi112.xshois (mgr.14182) 1284 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:17.626 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:22:17.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:17 smithi131 bash[19154]: cluster 2024-01-18T08:22:16.732642+0000 mgr.smithi112.xshois (mgr.14182) 1285 : 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-18T08:22:18.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:17 smithi112 bash[16324]: cluster 2024-01-18T08:22:16.732642+0000 mgr.smithi112.xshois (mgr.14182) 1285 : 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-18T08:22:20.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:19 smithi131 bash[19154]: cluster 2024-01-18T08:22:18.734158+0000 mgr.smithi112.xshois (mgr.14182) 1286 : 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-18T08:22:20.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:19 smithi112 bash[16324]: cluster 2024-01-18T08:22:18.734158+0000 mgr.smithi112.xshois (mgr.14182) 1286 : 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-18T08:22:20.900 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:22:20.900 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:20:58.434143Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.jzvzyd on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:22:02.594599Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.loppto on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-loppto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-loppto\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.loppto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.loppto\nDeploy daemon haproxy.nfs.foo.smithi131.loppto ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:22:06.718894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.xsngds on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xsngds\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xsngds\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xsngds\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xsngds\nDeploy daemon haproxy.nfs.foo.smithi112.xsngds ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:22:06.721896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.myjhlv on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:22:06.724212Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.cfbgga on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:22:21.577 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:22:22.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:21 smithi112 bash[16324]: cluster 2024-01-18T08:22:20.735840+0000 mgr.smithi112.xshois (mgr.14182) 1287 : 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-18T08:22:22.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:21 smithi112 bash[16324]: audit 2024-01-18T08:22:20.890204+0000 mgr.smithi112.xshois (mgr.14182) 1288 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:22.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:21 smithi131 bash[19154]: cluster 2024-01-18T08:22:20.735840+0000 mgr.smithi112.xshois (mgr.14182) 1287 : 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-18T08:22:22.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:21 smithi131 bash[19154]: audit 2024-01-18T08:22:20.890204+0000 mgr.smithi112.xshois (mgr.14182) 1288 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:22.578 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:22:23.961 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:23 smithi112 bash[16324]: cluster 2024-01-18T08:22:22.736998+0000 mgr.smithi112.xshois (mgr.14182) 1289 : 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-18T08:22:24.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:23 smithi131 bash[19154]: cluster 2024-01-18T08:22:22.736998+0000 mgr.smithi112.xshois (mgr.14182) 1289 : 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-18T08:22:25.748 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:22:25.748 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:20:58.434143Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.jzvzyd on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:22:02.594599Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.loppto on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-loppto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-loppto\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.loppto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.loppto\nDeploy daemon haproxy.nfs.foo.smithi131.loppto ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:22:06.718894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.xsngds on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xsngds\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xsngds\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xsngds\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xsngds\nDeploy daemon haproxy.nfs.foo.smithi112.xsngds ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:22:06.721896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.myjhlv on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:22:06.724212Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.cfbgga on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:22:25.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:25 smithi131 bash[19154]: cluster 2024-01-18T08:22:24.738445+0000 mgr.smithi112.xshois (mgr.14182) 1290 : 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-18T08:22:26.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:25 smithi112 bash[16324]: cluster 2024-01-18T08:22:24.738445+0000 mgr.smithi112.xshois (mgr.14182) 1290 : 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-18T08:22:26.354 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:22:26.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:26 smithi131 bash[19154]: audit 2024-01-18T08:22:25.736007+0000 mgr.smithi112.xshois (mgr.14182) 1291 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:27.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:26 smithi112 bash[16324]: audit 2024-01-18T08:22:25.736007+0000 mgr.smithi112.xshois (mgr.14182) 1291 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:27.355 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:22:27.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:27 smithi131 bash[19154]: cluster 2024-01-18T08:22:26.740037+0000 mgr.smithi112.xshois (mgr.14182) 1292 : 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-18T08:22:28.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:27 smithi112 bash[16324]: cluster 2024-01-18T08:22:26.740037+0000 mgr.smithi112.xshois (mgr.14182) 1292 : 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-18T08:22:30.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:29 smithi131 bash[19154]: cluster 2024-01-18T08:22:28.741477+0000 mgr.smithi112.xshois (mgr.14182) 1293 : cluster [DBG] pgmap v855: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:22:30.259 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:29 smithi112 bash[16324]: cluster 2024-01-18T08:22:28.741477+0000 mgr.smithi112.xshois (mgr.14182) 1293 : cluster [DBG] pgmap v855: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:22:30.724 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:22:30.724 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:20:58.434143Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.jzvzyd on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:22:02.594599Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.loppto on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-loppto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-loppto\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.loppto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.loppto\nDeploy daemon haproxy.nfs.foo.smithi131.loppto ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:22:06.718894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.xsngds on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xsngds\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xsngds\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xsngds\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xsngds\nDeploy daemon haproxy.nfs.foo.smithi112.xsngds ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:22:06.721896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.myjhlv on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:22:06.724212Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.cfbgga on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:22:31.356 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:22:32.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:31 smithi131 bash[19154]: audit 2024-01-18T08:22:30.714460+0000 mgr.smithi112.xshois (mgr.14182) 1294 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:32.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:31 smithi131 bash[19154]: cluster 2024-01-18T08:22:30.742606+0000 mgr.smithi112.xshois (mgr.14182) 1295 : cluster [DBG] pgmap v856: 225 pgs: 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-18T08:22:32.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:31 smithi112 bash[16324]: audit 2024-01-18T08:22:30.714460+0000 mgr.smithi112.xshois (mgr.14182) 1294 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:32.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:31 smithi112 bash[16324]: cluster 2024-01-18T08:22:30.742606+0000 mgr.smithi112.xshois (mgr.14182) 1295 : cluster [DBG] pgmap v856: 225 pgs: 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-18T08:22:32.357 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:22:33.895 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:33 smithi112 bash[16324]: cluster 2024-01-18T08:22:32.744555+0000 mgr.smithi112.xshois (mgr.14182) 1296 : cluster [DBG] pgmap v857: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:22:34.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:33 smithi131 bash[19154]: cluster 2024-01-18T08:22:32.744555+0000 mgr.smithi112.xshois (mgr.14182) 1296 : cluster [DBG] pgmap v857: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:22:35.759 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:22:35.759 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:20:58.434143Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.jzvzyd on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:22:02.594599Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.loppto on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-loppto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-loppto\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.loppto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.loppto\nDeploy daemon haproxy.nfs.foo.smithi131.loppto ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:22:06.718894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.xsngds on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xsngds\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xsngds\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xsngds\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xsngds\nDeploy daemon haproxy.nfs.foo.smithi112.xsngds ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:22:06.721896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.myjhlv on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:22:06.724212Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.cfbgga on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:22:35.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:35 smithi131 bash[19154]: cluster 2024-01-18T08:22:34.746202+0000 mgr.smithi112.xshois (mgr.14182) 1297 : cluster [DBG] pgmap v858: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:22:36.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:35 smithi112 bash[16324]: cluster 2024-01-18T08:22:34.746202+0000 mgr.smithi112.xshois (mgr.14182) 1297 : cluster [DBG] pgmap v858: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:22:36.400 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:22:36.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:36 smithi112 bash[16324]: audit 2024-01-18T08:22:35.749447+0000 mgr.smithi112.xshois (mgr.14182) 1298 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:36.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:36 smithi131 bash[19154]: audit 2024-01-18T08:22:35.749447+0000 mgr.smithi112.xshois (mgr.14182) 1298 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:37.401 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:22:37.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:37 smithi112 bash[16324]: cluster 2024-01-18T08:22:36.747604+0000 mgr.smithi112.xshois (mgr.14182) 1299 : cluster [DBG] pgmap v859: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:22:37.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:37 smithi131 bash[19154]: cluster 2024-01-18T08:22:36.747604+0000 mgr.smithi112.xshois (mgr.14182) 1299 : cluster [DBG] pgmap v859: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:22:40.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:39 smithi131 bash[19154]: cluster 2024-01-18T08:22:38.749147+0000 mgr.smithi112.xshois (mgr.14182) 1300 : cluster [DBG] pgmap v860: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:22:40.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:39 smithi112 bash[16324]: cluster 2024-01-18T08:22:38.749147+0000 mgr.smithi112.xshois (mgr.14182) 1300 : cluster [DBG] pgmap v860: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:22:40.734 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:22:40.734 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:20:58.434143Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.jzvzyd on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:22:02.594599Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.loppto on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-loppto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-loppto\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.loppto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.loppto\nDeploy daemon haproxy.nfs.foo.smithi131.loppto ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:22:06.718894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.xsngds on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xsngds\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xsngds\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xsngds\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xsngds\nDeploy daemon haproxy.nfs.foo.smithi112.xsngds ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:22:06.721896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.myjhlv on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:22:06.724212Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.cfbgga on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:22:41.365 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:22:42.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:41 smithi131 bash[19154]: audit 2024-01-18T08:22:40.729853+0000 mgr.smithi112.xshois (mgr.14182) 1301 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:42.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:41 smithi131 bash[19154]: cluster 2024-01-18T08:22:40.750199+0000 mgr.smithi112.xshois (mgr.14182) 1302 : cluster [DBG] pgmap v861: 225 pgs: 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-18T08:22:42.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:41 smithi112 bash[16324]: audit 2024-01-18T08:22:40.729853+0000 mgr.smithi112.xshois (mgr.14182) 1301 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:42.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:41 smithi112 bash[16324]: cluster 2024-01-18T08:22:40.750199+0000 mgr.smithi112.xshois (mgr.14182) 1302 : cluster [DBG] pgmap v861: 225 pgs: 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-18T08:22:42.366 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:22:43.949 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:43 smithi112 bash[16324]: cluster 2024-01-18T08:22:42.752022+0000 mgr.smithi112.xshois (mgr.14182) 1303 : cluster [DBG] pgmap v862: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:22:44.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:43 smithi131 bash[19154]: cluster 2024-01-18T08:22:42.752022+0000 mgr.smithi112.xshois (mgr.14182) 1303 : cluster [DBG] pgmap v862: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:22:45.789 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:22:45.789 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:20:58.434143Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.jzvzyd on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:22:02.594599Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.loppto on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-loppto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-loppto\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.loppto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.loppto\nDeploy daemon haproxy.nfs.foo.smithi131.loppto ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:22:06.718894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.xsngds on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xsngds\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xsngds\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xsngds\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xsngds\nDeploy daemon haproxy.nfs.foo.smithi112.xsngds ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:22:06.721896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.myjhlv on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:22:06.724212Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.cfbgga on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:22:45.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:45 smithi131 bash[19154]: cluster 2024-01-18T08:22:44.753528+0000 mgr.smithi112.xshois (mgr.14182) 1304 : cluster [DBG] pgmap v863: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:22:46.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:45 smithi112 bash[16324]: cluster 2024-01-18T08:22:44.753528+0000 mgr.smithi112.xshois (mgr.14182) 1304 : cluster [DBG] pgmap v863: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:22:46.473 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:22:46.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:46 smithi112 bash[16324]: audit 2024-01-18T08:22:45.777518+0000 mgr.smithi112.xshois (mgr.14182) 1305 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:46.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:46 smithi131 bash[19154]: audit 2024-01-18T08:22:45.777518+0000 mgr.smithi112.xshois (mgr.14182) 1305 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:47.474 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:22:47.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:47 smithi112 bash[16324]: cluster 2024-01-18T08:22:46.755083+0000 mgr.smithi112.xshois (mgr.14182) 1306 : cluster [DBG] pgmap v864: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:22:47.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:47 smithi131 bash[19154]: cluster 2024-01-18T08:22:46.755083+0000 mgr.smithi112.xshois (mgr.14182) 1306 : cluster [DBG] pgmap v864: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:22:50.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:49 smithi131 bash[19154]: cluster 2024-01-18T08:22:48.756732+0000 mgr.smithi112.xshois (mgr.14182) 1307 : cluster [DBG] pgmap v865: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:22:50.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:49 smithi112 bash[16324]: cluster 2024-01-18T08:22:48.756732+0000 mgr.smithi112.xshois (mgr.14182) 1307 : cluster [DBG] pgmap v865: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:22:50.863 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:22:50.863 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:20:58.434143Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.jzvzyd on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:22:02.594599Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.loppto on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-loppto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-loppto\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.loppto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.loppto\nDeploy daemon haproxy.nfs.foo.smithi131.loppto ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:22:06.718894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.xsngds on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xsngds\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xsngds\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xsngds\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xsngds\nDeploy daemon haproxy.nfs.foo.smithi112.xsngds ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:22:06.721896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.myjhlv on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:22:06.724212Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.cfbgga on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:22:51.494 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:22:52.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:51 smithi131 bash[19154]: cluster 2024-01-18T08:22:50.758318+0000 mgr.smithi112.xshois (mgr.14182) 1308 : cluster [DBG] pgmap v866: 225 pgs: 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-18T08:22:52.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:51 smithi131 bash[19154]: audit 2024-01-18T08:22:50.858714+0000 mgr.smithi112.xshois (mgr.14182) 1309 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:52.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:51 smithi112 bash[16324]: cluster 2024-01-18T08:22:50.758318+0000 mgr.smithi112.xshois (mgr.14182) 1308 : cluster [DBG] pgmap v866: 225 pgs: 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-18T08:22:52.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:51 smithi112 bash[16324]: audit 2024-01-18T08:22:50.858714+0000 mgr.smithi112.xshois (mgr.14182) 1309 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:52.495 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:22:53.849 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:53 smithi112 bash[16324]: cluster 2024-01-18T08:22:52.760168+0000 mgr.smithi112.xshois (mgr.14182) 1310 : cluster [DBG] pgmap v867: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:22:54.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:53 smithi131 bash[19154]: cluster 2024-01-18T08:22:52.760168+0000 mgr.smithi112.xshois (mgr.14182) 1310 : cluster [DBG] pgmap v867: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:22:55.660 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:22:55.660 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:20:58.434143Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.jzvzyd on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:22:02.594599Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.loppto on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-loppto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-loppto\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.loppto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.loppto\nDeploy daemon haproxy.nfs.foo.smithi131.loppto ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:22:06.718894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.xsngds on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xsngds\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xsngds\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xsngds\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xsngds\nDeploy daemon haproxy.nfs.foo.smithi112.xsngds ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:22:06.721896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.myjhlv on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:22:06.724212Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.cfbgga on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:22:55.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:55 smithi131 bash[19154]: cluster 2024-01-18T08:22:54.761744+0000 mgr.smithi112.xshois (mgr.14182) 1311 : 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-18T08:22:56.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:55 smithi112 bash[16324]: cluster 2024-01-18T08:22:54.761744+0000 mgr.smithi112.xshois (mgr.14182) 1311 : 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-18T08:22:56.349 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:22:56.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:56 smithi131 bash[19154]: audit 2024-01-18T08:22:55.651432+0000 mgr.smithi112.xshois (mgr.14182) 1312 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:57.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:56 smithi112 bash[16324]: audit 2024-01-18T08:22:55.651432+0000 mgr.smithi112.xshois (mgr.14182) 1312 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:57.350 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:22:57.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:57 smithi131 bash[19154]: cluster 2024-01-18T08:22:56.763374+0000 mgr.smithi112.xshois (mgr.14182) 1313 : cluster [DBG] pgmap v869: 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-18T08:22:58.111 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:57 smithi112 bash[16324]: cluster 2024-01-18T08:22:56.763374+0000 mgr.smithi112.xshois (mgr.14182) 1313 : cluster [DBG] pgmap v869: 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-18T08:23:00.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:22:59 smithi131 bash[19154]: cluster 2024-01-18T08:22:58.764962+0000 mgr.smithi112.xshois (mgr.14182) 1314 : cluster [DBG] pgmap v870: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 0 B/s wr, 36 op/s 2024-01-18T08:23:00.241 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:22:59 smithi112 bash[16324]: cluster 2024-01-18T08:22:58.764962+0000 mgr.smithi112.xshois (mgr.14182) 1314 : cluster [DBG] pgmap v870: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 0 B/s wr, 36 op/s 2024-01-18T08:23:00.685 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:23:00.685 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:20:58.434143Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.jzvzyd on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:22:02.594599Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.loppto on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-loppto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-loppto\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.loppto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.loppto\nDeploy daemon haproxy.nfs.foo.smithi131.loppto ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:22:06.718894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.xsngds on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xsngds\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xsngds\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xsngds\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xsngds\nDeploy daemon haproxy.nfs.foo.smithi112.xsngds ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:22:06.721896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.myjhlv on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:22:06.724212Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.cfbgga on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:23:01.306 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:23:02.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:01 smithi131 bash[19154]: audit 2024-01-18T08:23:00.676157+0000 mgr.smithi112.xshois (mgr.14182) 1315 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:02.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:01 smithi131 bash[19154]: cluster 2024-01-18T08:23:00.766731+0000 mgr.smithi112.xshois (mgr.14182) 1316 : cluster [DBG] pgmap v871: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 62 op/s 2024-01-18T08:23:02.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:01 smithi112 bash[16324]: audit 2024-01-18T08:23:00.676157+0000 mgr.smithi112.xshois (mgr.14182) 1315 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:02.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:01 smithi112 bash[16324]: cluster 2024-01-18T08:23:00.766731+0000 mgr.smithi112.xshois (mgr.14182) 1316 : cluster [DBG] pgmap v871: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 62 op/s 2024-01-18T08:23:02.307 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:23:04.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:03 smithi131 bash[19154]: cluster 2024-01-18T08:23:02.768617+0000 mgr.smithi112.xshois (mgr.14182) 1317 : cluster [DBG] pgmap v872: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 62 op/s 2024-01-18T08:23:04.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:03 smithi112 bash[16324]: cluster 2024-01-18T08:23:02.768617+0000 mgr.smithi112.xshois (mgr.14182) 1317 : cluster [DBG] pgmap v872: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 62 op/s 2024-01-18T08:23:05.562 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:23:05.563 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:20:58.434143Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.jzvzyd on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:22:02.594599Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.loppto on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-loppto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-loppto\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.loppto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.loppto\nDeploy daemon haproxy.nfs.foo.smithi131.loppto ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:22:06.718894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.xsngds on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xsngds\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xsngds\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xsngds\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xsngds\nDeploy daemon haproxy.nfs.foo.smithi112.xsngds ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:22:06.721896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.myjhlv on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:22:06.724212Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.cfbgga on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:23:05.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:05 smithi131 bash[19154]: cluster 2024-01-18T08:23:04.770174+0000 mgr.smithi112.xshois (mgr.14182) 1318 : cluster [DBG] pgmap v873: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 62 op/s 2024-01-18T08:23:06.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:05 smithi112 bash[16324]: cluster 2024-01-18T08:23:04.770174+0000 mgr.smithi112.xshois (mgr.14182) 1318 : cluster [DBG] pgmap v873: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 62 op/s 2024-01-18T08:23:06.185 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:23:06.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:06 smithi131 bash[19154]: audit 2024-01-18T08:23:05.558101+0000 mgr.smithi112.xshois (mgr.14182) 1319 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:07.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:06 smithi112 bash[16324]: audit 2024-01-18T08:23:05.558101+0000 mgr.smithi112.xshois (mgr.14182) 1319 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:07.186 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:23:07.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:07 smithi131 bash[19154]: audit 2024-01-18T08:23:06.728896+0000 mon.smithi112 (mon.0) 984 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:23:07.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:07 smithi131 bash[19154]: cluster 2024-01-18T08:23:06.771977+0000 mgr.smithi112.xshois (mgr.14182) 1320 : cluster [DBG] pgmap v874: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 62 op/s 2024-01-18T08:23:07.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:07 smithi131 bash[19154]: audit 2024-01-18T08:23:07.041569+0000 mon.smithi112 (mon.0) 985 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:23:07.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:07 smithi131 bash[19154]: audit 2024-01-18T08:23:07.042974+0000 mon.smithi112 (mon.0) 986 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:23:07.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:07 smithi131 bash[19154]: audit 2024-01-18T08:23:07.049709+0000 mon.smithi112 (mon.0) 987 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:23:07.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:07 smithi131 bash[19154]: cluster 2024-01-18T08:23:07.050635+0000 mgr.smithi112.xshois (mgr.14182) 1321 : cluster [DBG] pgmap v875: 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, 47 op/s 2024-01-18T08:23:07.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:07 smithi131 bash[19154]: audit 2024-01-18T08:23:07.060525+0000 mon.smithi112 (mon.0) 988 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:23:07.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:07 smithi131 bash[19154]: audit 2024-01-18T08:23:07.077440+0000 mon.smithi112 (mon.0) 989 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:23:08.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:07 smithi112 bash[16324]: audit 2024-01-18T08:23:06.728896+0000 mon.smithi112 (mon.0) 984 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:23:08.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:07 smithi112 bash[16324]: cluster 2024-01-18T08:23:06.771977+0000 mgr.smithi112.xshois (mgr.14182) 1320 : cluster [DBG] pgmap v874: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 62 op/s 2024-01-18T08:23:08.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:07 smithi112 bash[16324]: audit 2024-01-18T08:23:07.041569+0000 mon.smithi112 (mon.0) 985 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:23:08.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:07 smithi112 bash[16324]: audit 2024-01-18T08:23:07.042974+0000 mon.smithi112 (mon.0) 986 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:23:08.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:07 smithi112 bash[16324]: audit 2024-01-18T08:23:07.049709+0000 mon.smithi112 (mon.0) 987 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:23:08.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:07 smithi112 bash[16324]: cluster 2024-01-18T08:23:07.050635+0000 mgr.smithi112.xshois (mgr.14182) 1321 : cluster [DBG] pgmap v875: 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, 47 op/s 2024-01-18T08:23:08.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:07 smithi112 bash[16324]: audit 2024-01-18T08:23:07.060525+0000 mon.smithi112 (mon.0) 988 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:23:08.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:07 smithi112 bash[16324]: audit 2024-01-18T08:23:07.077440+0000 mon.smithi112 (mon.0) 989 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:23:08.747 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:08 smithi112 bash[16324]: cephadm 2024-01-18T08:23:07.083285+0000 mgr.smithi112.xshois (mgr.14182) 1322 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi131.ctlwjb on smithi131 2024-01-18T08:23:08.747 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:08 smithi112 bash[16324]: cluster 2024-01-18T08:23:07.644965+0000 mon.smithi112 (mon.0) 990 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:23:08.747 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:08 smithi112 bash[16324]: cluster 2024-01-18T08:23:07.645046+0000 mon.smithi112 (mon.0) 991 : cluster [INF] Cluster is now healthy 2024-01-18T08:23:08.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:08 smithi131 bash[19154]: cephadm 2024-01-18T08:23:07.083285+0000 mgr.smithi112.xshois (mgr.14182) 1322 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi131.ctlwjb on smithi131 2024-01-18T08:23:08.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:08 smithi131 bash[19154]: cluster 2024-01-18T08:23:07.644965+0000 mon.smithi112 (mon.0) 990 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:23:08.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:08 smithi131 bash[19154]: cluster 2024-01-18T08:23:07.645046+0000 mon.smithi112 (mon.0) 991 : cluster [INF] Cluster is now healthy 2024-01-18T08:23:09.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:09 smithi131 bash[19154]: cluster 2024-01-18T08:23:09.051797+0000 mgr.smithi112.xshois (mgr.14182) 1323 : cluster [DBG] pgmap v876: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 29 op/s 2024-01-18T08:23:10.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:09 smithi112 bash[16324]: cluster 2024-01-18T08:23:09.051797+0000 mgr.smithi112.xshois (mgr.14182) 1323 : cluster [DBG] pgmap v876: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 29 op/s 2024-01-18T08:23:10.734 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:23:10.734 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:20:58.434143Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.jzvzyd on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:22:02.594599Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.loppto on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-loppto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-loppto\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.loppto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.loppto\nDeploy daemon haproxy.nfs.foo.smithi131.loppto ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:22:06.718894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.xsngds on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xsngds\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-xsngds\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xsngds\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.xsngds\nDeploy daemon haproxy.nfs.foo.smithi112.xsngds ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:22:06.721896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.myjhlv on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:22:06.724212Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.cfbgga on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:23:11.425 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:23:11.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:11 smithi131 bash[19154]: audit 2024-01-18T08:23:10.373829+0000 mon.smithi112 (mon.0) 992 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:23:11.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:11 smithi131 bash[19154]: audit 2024-01-18T08:23:10.724546+0000 mgr.smithi112.xshois (mgr.14182) 1324 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:11.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:11 smithi131 bash[19154]: cephadm 2024-01-18T08:23:11.021931+0000 mgr.smithi112.xshois (mgr.14182) 1325 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ctlwjb 2024-01-18T08:23:11.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:11 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:23:11.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:11 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ctlwjb 2024-01-18T08:23:11.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:11 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ctlwjb 2024-01-18T08:23:11.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:11 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:23:11.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:11 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ctlwjb 2024-01-18T08:23:11.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:11 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.ctlwjb ... 2024-01-18T08:23:11.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:11 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:23:11.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:11 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:23:11.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:11 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:23:11.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:11 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:23:11.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:11 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:23:11.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:11 smithi131 bash[19154]: Traceback (most recent call last): 2024-01-18T08:23:11.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:11 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:23:11.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:11 smithi131 bash[19154]: yield (conn, connr) 2024-01-18T08:23:11.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:11 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:23:11.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:11 smithi131 bash[19154]: code, '\n'.join(err))) 2024-01-18T08:23:11.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:11 smithi131 bash[19154]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ctlwjb 2024-01-18T08:23:11.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:11 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:23:11.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:11 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ctlwjb 2024-01-18T08:23:11.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:11 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ctlwjb 2024-01-18T08:23:11.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:11 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:23:11.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:11 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ctlwjb 2024-01-18T08:23:11.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:11 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.ctlwjb ... 2024-01-18T08:23:11.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:11 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:23:11.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:11 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:23:11.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:11 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:23:11.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:11 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:23:11.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:11 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:23:11.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:11 smithi131 bash[19154]: cephadm 2024-01-18T08:23:11.022434+0000 mgr.smithi112.xshois (mgr.14182) 1326 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi131.ctlwjb 2024-01-18T08:23:11.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:11 smithi131 bash[19154]: audit 2024-01-18T08:23:11.023078+0000 mon.smithi112 (mon.0) 993 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi131.ctlwjb"}]: dispatch 2024-01-18T08:23:11.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:11 smithi131 bash[19154]: cephadm 2024-01-18T08:23:11.024873+0000 mgr.smithi112.xshois (mgr.14182) 1327 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi131.ctlwjb on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ctlwjb 2024-01-18T08:23:11.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:11 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:23:11.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:11 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ctlwjb 2024-01-18T08:23:11.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:11 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ctlwjb 2024-01-18T08:23:11.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:11 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:23:11.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:11 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ctlwjb 2024-01-18T08:23:11.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:11 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.ctlwjb ... 2024-01-18T08:23:11.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:11 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:23:11.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:11 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:23:11.673 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:11 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:23:11.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:11 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:23:11.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:11 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:23:11.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:11 smithi131 bash[19154]: cephadm 2024-01-18T08:23:11.029665+0000 mgr.smithi112.xshois (mgr.14182) 1328 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi112.ivaxbn on smithi112 2024-01-18T08:23:11.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:11 smithi131 bash[19154]: cluster 2024-01-18T08:23:11.053288+0000 mgr.smithi112.xshois (mgr.14182) 1329 : cluster [DBG] pgmap v877: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T08:23:11.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:11 smithi112 bash[16324]: audit 2024-01-18T08:23:10.373829+0000 mon.smithi112 (mon.0) 992 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:23:11.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:11 smithi112 bash[16324]: audit 2024-01-18T08:23:10.724546+0000 mgr.smithi112.xshois (mgr.14182) 1324 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:11.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:11 smithi112 bash[16324]: cephadm 2024-01-18T08:23:11.021931+0000 mgr.smithi112.xshois (mgr.14182) 1325 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ctlwjb 2024-01-18T08:23:11.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:11 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:23:11.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:11 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ctlwjb 2024-01-18T08:23:11.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:11 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ctlwjb 2024-01-18T08:23:11.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:11 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:23:11.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:11 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ctlwjb 2024-01-18T08:23:11.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:11 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.ctlwjb ... 2024-01-18T08:23:11.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:11 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:23:11.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:11 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:23:11.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:11 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:23:11.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:11 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:23:11.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:11 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:23:11.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:11 smithi112 bash[16324]: Traceback (most recent call last): 2024-01-18T08:23:11.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:11 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:23:11.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:11 smithi112 bash[16324]: yield (conn, connr) 2024-01-18T08:23:11.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:11 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:23:11.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:11 smithi112 bash[16324]: code, '\n'.join(err))) 2024-01-18T08:23:11.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:11 smithi112 bash[16324]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ctlwjb 2024-01-18T08:23:11.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:11 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:23:11.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:11 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ctlwjb 2024-01-18T08:23:11.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:11 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ctlwjb 2024-01-18T08:23:11.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:11 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:23:11.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:11 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ctlwjb 2024-01-18T08:23:11.784 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:11 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.ctlwjb ... 2024-01-18T08:23:11.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:11 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:23:11.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:11 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:23:11.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:11 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:23:11.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:11 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:23:11.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:11 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:23:11.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:11 smithi112 bash[16324]: cephadm 2024-01-18T08:23:11.022434+0000 mgr.smithi112.xshois (mgr.14182) 1326 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi131.ctlwjb 2024-01-18T08:23:11.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:11 smithi112 bash[16324]: audit 2024-01-18T08:23:11.023078+0000 mon.smithi112 (mon.0) 993 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi131.ctlwjb"}]: dispatch 2024-01-18T08:23:11.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:11 smithi112 bash[16324]: cephadm 2024-01-18T08:23:11.024873+0000 mgr.smithi112.xshois (mgr.14182) 1327 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi131.ctlwjb on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ctlwjb 2024-01-18T08:23:11.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:11 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:23:11.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:11 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ctlwjb 2024-01-18T08:23:11.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:11 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ctlwjb 2024-01-18T08:23:11.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:11 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:23:11.786 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:11 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ctlwjb 2024-01-18T08:23:11.786 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:11 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.ctlwjb ... 2024-01-18T08:23:11.786 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:11 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:23:11.786 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:11 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:23:11.786 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:11 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:23:11.786 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:11 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:23:11.786 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:11 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:23:11.786 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:11 smithi112 bash[16324]: cephadm 2024-01-18T08:23:11.029665+0000 mgr.smithi112.xshois (mgr.14182) 1328 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi112.ivaxbn on smithi112 2024-01-18T08:23:11.786 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:11 smithi112 bash[16324]: cluster 2024-01-18T08:23:11.053288+0000 mgr.smithi112.xshois (mgr.14182) 1329 : cluster [DBG] pgmap v877: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T08:23:12.427 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:23:13.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:13 smithi131 bash[19154]: cluster 2024-01-18T08:23:13.054576+0000 mgr.smithi112.xshois (mgr.14182) 1330 : cluster [DBG] pgmap v878: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T08:23:13.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:13 smithi112 bash[16324]: cluster 2024-01-18T08:23:13.054576+0000 mgr.smithi112.xshois (mgr.14182) 1330 : cluster [DBG] pgmap v878: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T08:23:15.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:15 smithi112 bash[16324]: cluster 2024-01-18T08:23:15.055852+0000 mgr.smithi112.xshois (mgr.14182) 1331 : cluster [DBG] pgmap v879: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T08:23:15.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:15 smithi112 bash[16324]: audit 2024-01-18T08:23:15.171625+0000 mon.smithi112 (mon.0) 994 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi112.ivaxbn"}]: dispatch 2024-01-18T08:23:15.894 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:23:15.894 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:22:06.724212Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.cfbgga on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:23:11.024573Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.ctlwjb on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ctlwjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ctlwjb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ctlwjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ctlwjb\nDeploy daemon haproxy.nfs.foo.smithi131.ctlwjb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:23:15.172347Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.ivaxbn on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ivaxbn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ivaxbn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ivaxbn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ivaxbn\nDeploy daemon haproxy.nfs.foo.smithi112.ivaxbn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:23:15.174192Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.mchaox on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:23:15.175718Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.thnswj on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:23:15.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:15 smithi131 bash[19154]: cluster 2024-01-18T08:23:15.055852+0000 mgr.smithi112.xshois (mgr.14182) 1331 : cluster [DBG] pgmap v879: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T08:23:15.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:15 smithi131 bash[19154]: audit 2024-01-18T08:23:15.171625+0000 mon.smithi112 (mon.0) 994 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi112.ivaxbn"}]: dispatch 2024-01-18T08:23:16.570 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:23:16.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:16 smithi131 bash[19154]: cephadm 2024-01-18T08:23:15.170861+0000 mgr.smithi112.xshois (mgr.14182) 1332 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ivaxbn 2024-01-18T08:23:16.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:16 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:23:16.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:16 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ivaxbn 2024-01-18T08:23:16.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:16 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ivaxbn 2024-01-18T08:23:16.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:16 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:23:16.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:16 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ivaxbn 2024-01-18T08:23:16.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:16 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.ivaxbn ... 2024-01-18T08:23:16.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:16 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:23:16.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:16 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:23:16.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:16 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:23:16.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:16 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:23:16.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:16 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:23:16.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:16 smithi131 bash[19154]: Traceback (most recent call last): 2024-01-18T08:23:16.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:16 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:23:16.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:16 smithi131 bash[19154]: yield (conn, connr) 2024-01-18T08:23:16.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:16 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:23:16.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:16 smithi131 bash[19154]: code, '\n'.join(err))) 2024-01-18T08:23:16.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:16 smithi131 bash[19154]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ivaxbn 2024-01-18T08:23:16.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:16 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:23:16.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:16 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ivaxbn 2024-01-18T08:23:16.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:16 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ivaxbn 2024-01-18T08:23:16.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:16 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:23:16.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:16 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ivaxbn 2024-01-18T08:23:16.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:16 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.ivaxbn ... 2024-01-18T08:23:16.922 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:16 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:23:16.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:16 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:23:16.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:16 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:23:16.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:16 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:23:16.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:16 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:23:16.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:16 smithi131 bash[19154]: cephadm 2024-01-18T08:23:15.171180+0000 mgr.smithi112.xshois (mgr.14182) 1333 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi112.ivaxbn 2024-01-18T08:23:16.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:16 smithi131 bash[19154]: cephadm 2024-01-18T08:23:15.172470+0000 mgr.smithi112.xshois (mgr.14182) 1334 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi112.ivaxbn on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ivaxbn 2024-01-18T08:23:16.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:16 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:23:16.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:16 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ivaxbn 2024-01-18T08:23:16.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:16 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ivaxbn 2024-01-18T08:23:16.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:16 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:23:16.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:16 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ivaxbn 2024-01-18T08:23:16.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:16 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.ivaxbn ... 2024-01-18T08:23:16.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:16 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:23:16.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:16 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:23:16.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:16 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:23:16.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:16 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:23:16.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:16 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:23:16.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:16 smithi131 bash[19154]: cephadm 2024-01-18T08:23:15.174291+0000 mgr.smithi112.xshois (mgr.14182) 1335 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi131.mchaox on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:23:16.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:16 smithi131 bash[19154]: cephadm 2024-01-18T08:23:15.175814+0000 mgr.smithi112.xshois (mgr.14182) 1336 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi112.thnswj on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:23:16.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:16 smithi131 bash[19154]: cluster 2024-01-18T08:23:15.176797+0000 mgr.smithi112.xshois (mgr.14182) 1337 : cluster [DBG] pgmap v880: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 121 B/s rd, 0 op/s 2024-01-18T08:23:16.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:16 smithi131 bash[19154]: cluster 2024-01-18T08:23:15.634939+0000 mon.smithi112 (mon.0) 995 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:23:16.924 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:16 smithi131 bash[19154]: audit 2024-01-18T08:23:15.882260+0000 mgr.smithi112.xshois (mgr.14182) 1338 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:17.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:16 smithi112 bash[16324]: cephadm 2024-01-18T08:23:15.170861+0000 mgr.smithi112.xshois (mgr.14182) 1332 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ivaxbn 2024-01-18T08:23:17.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:16 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:23:17.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:16 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ivaxbn 2024-01-18T08:23:17.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:16 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ivaxbn 2024-01-18T08:23:17.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:16 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:23:17.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:16 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ivaxbn 2024-01-18T08:23:17.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:16 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.ivaxbn ... 2024-01-18T08:23:17.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:16 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:23:17.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:16 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:23:17.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:16 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:23:17.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:16 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:23:17.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:16 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:23:17.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:16 smithi112 bash[16324]: Traceback (most recent call last): 2024-01-18T08:23:17.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:16 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:23:17.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:16 smithi112 bash[16324]: yield (conn, connr) 2024-01-18T08:23:17.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:16 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:23:17.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:16 smithi112 bash[16324]: code, '\n'.join(err))) 2024-01-18T08:23:17.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:16 smithi112 bash[16324]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ivaxbn 2024-01-18T08:23:17.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:16 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:23:17.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:16 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ivaxbn 2024-01-18T08:23:17.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:16 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ivaxbn 2024-01-18T08:23:17.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:16 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:23:17.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:16 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ivaxbn 2024-01-18T08:23:17.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:16 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.ivaxbn ... 2024-01-18T08:23:17.037 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:16 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:23:17.037 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:16 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:23:17.037 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:16 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:23:17.037 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:16 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:23:17.037 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:16 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:23:17.037 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:16 smithi112 bash[16324]: cephadm 2024-01-18T08:23:15.171180+0000 mgr.smithi112.xshois (mgr.14182) 1333 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi112.ivaxbn 2024-01-18T08:23:17.038 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:16 smithi112 bash[16324]: cephadm 2024-01-18T08:23:15.172470+0000 mgr.smithi112.xshois (mgr.14182) 1334 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi112.ivaxbn on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ivaxbn 2024-01-18T08:23:17.038 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:16 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:23:17.038 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:16 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ivaxbn 2024-01-18T08:23:17.038 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:16 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ivaxbn 2024-01-18T08:23:17.038 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:16 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:23:17.038 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:16 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ivaxbn 2024-01-18T08:23:17.038 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:16 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.ivaxbn ... 2024-01-18T08:23:17.038 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:16 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:23:17.039 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:16 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:23:17.039 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:16 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:23:17.039 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:16 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:23:17.039 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:16 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:23:17.039 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:16 smithi112 bash[16324]: cephadm 2024-01-18T08:23:15.174291+0000 mgr.smithi112.xshois (mgr.14182) 1335 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi131.mchaox on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:23:17.039 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:16 smithi112 bash[16324]: cephadm 2024-01-18T08:23:15.175814+0000 mgr.smithi112.xshois (mgr.14182) 1336 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi112.thnswj on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:23:17.039 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:16 smithi112 bash[16324]: cluster 2024-01-18T08:23:15.176797+0000 mgr.smithi112.xshois (mgr.14182) 1337 : cluster [DBG] pgmap v880: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 121 B/s rd, 0 op/s 2024-01-18T08:23:17.039 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:16 smithi112 bash[16324]: cluster 2024-01-18T08:23:15.634939+0000 mon.smithi112 (mon.0) 995 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:23:17.039 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:16 smithi112 bash[16324]: audit 2024-01-18T08:23:15.882260+0000 mgr.smithi112.xshois (mgr.14182) 1338 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:17.571 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:23:18.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:17 smithi112 bash[16324]: audit 2024-01-18T08:23:16.764031+0000 mon.smithi112 (mon.0) 996 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:23:18.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:17 smithi131 bash[19154]: audit 2024-01-18T08:23:16.764031+0000 mon.smithi112 (mon.0) 996 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:23:18.927 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:18 smithi112 bash[16324]: cluster 2024-01-18T08:23:17.178528+0000 mgr.smithi112.xshois (mgr.14182) 1339 : cluster [DBG] pgmap v881: 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-18T08:23:19.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:18 smithi131 bash[19154]: cluster 2024-01-18T08:23:17.178528+0000 mgr.smithi112.xshois (mgr.14182) 1339 : cluster [DBG] pgmap v881: 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-18T08:23:20.835 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:23:20.835 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:22:06.724212Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.cfbgga on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:23:11.024573Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.ctlwjb on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ctlwjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ctlwjb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ctlwjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ctlwjb\nDeploy daemon haproxy.nfs.foo.smithi131.ctlwjb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:23:15.172347Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.ivaxbn on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ivaxbn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ivaxbn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ivaxbn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ivaxbn\nDeploy daemon haproxy.nfs.foo.smithi112.ivaxbn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:23:15.174192Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.mchaox on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:23:15.175718Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.thnswj on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:23:21.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:20 smithi112 bash[16324]: cluster 2024-01-18T08:23:19.180030+0000 mgr.smithi112.xshois (mgr.14182) 1340 : cluster [DBG] pgmap v882: 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-18T08:23:21.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:20 smithi131 bash[19154]: cluster 2024-01-18T08:23:19.180030+0000 mgr.smithi112.xshois (mgr.14182) 1340 : cluster [DBG] pgmap v882: 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-18T08:23:21.413 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:23:22.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:21 smithi131 bash[19154]: audit 2024-01-18T08:23:20.823069+0000 mgr.smithi112.xshois (mgr.14182) 1341 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:22.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:21 smithi112 bash[16324]: audit 2024-01-18T08:23:20.823069+0000 mgr.smithi112.xshois (mgr.14182) 1341 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:22.414 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:23:23.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:22 smithi112 bash[16324]: cluster 2024-01-18T08:23:21.182068+0000 mgr.smithi112.xshois (mgr.14182) 1342 : cluster [DBG] pgmap v883: 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-18T08:23:23.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:22 smithi131 bash[19154]: cluster 2024-01-18T08:23:21.182068+0000 mgr.smithi112.xshois (mgr.14182) 1342 : cluster [DBG] pgmap v883: 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-18T08:23:25.145 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:24 smithi112 bash[16324]: cluster 2024-01-18T08:23:23.183737+0000 mgr.smithi112.xshois (mgr.14182) 1343 : cluster [DBG] pgmap v884: 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-18T08:23:25.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:24 smithi131 bash[19154]: cluster 2024-01-18T08:23:23.183737+0000 mgr.smithi112.xshois (mgr.14182) 1343 : cluster [DBG] pgmap v884: 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-18T08:23:25.594 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:23:25.595 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:22:06.724212Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.cfbgga on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:23:11.024573Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.ctlwjb on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ctlwjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ctlwjb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ctlwjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ctlwjb\nDeploy daemon haproxy.nfs.foo.smithi131.ctlwjb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:23:15.172347Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.ivaxbn on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ivaxbn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ivaxbn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ivaxbn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ivaxbn\nDeploy daemon haproxy.nfs.foo.smithi112.ivaxbn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:23:15.174192Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.mchaox on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:23:15.175718Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.thnswj on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:23:26.195 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:23:26.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:26 smithi112 bash[16324]: cluster 2024-01-18T08:23:25.185259+0000 mgr.smithi112.xshois (mgr.14182) 1344 : cluster [DBG] pgmap v885: 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-18T08:23:26.554 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:26 smithi112 bash[16324]: audit 2024-01-18T08:23:25.371236+0000 mon.smithi112 (mon.0) 997 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:23:26.554 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:26 smithi112 bash[16324]: audit 2024-01-18T08:23:25.585753+0000 mgr.smithi112.xshois (mgr.14182) 1345 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:26.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:26 smithi131 bash[19154]: cluster 2024-01-18T08:23:25.185259+0000 mgr.smithi112.xshois (mgr.14182) 1344 : cluster [DBG] pgmap v885: 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-18T08:23:26.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:26 smithi131 bash[19154]: audit 2024-01-18T08:23:25.371236+0000 mon.smithi112 (mon.0) 997 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:23:26.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:26 smithi131 bash[19154]: audit 2024-01-18T08:23:25.585753+0000 mgr.smithi112.xshois (mgr.14182) 1345 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:27.196 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:23:28.569 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:28 smithi112 bash[16324]: cluster 2024-01-18T08:23:27.186883+0000 mgr.smithi112.xshois (mgr.14182) 1346 : 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-18T08:23:28.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:28 smithi131 bash[19154]: cluster 2024-01-18T08:23:27.186883+0000 mgr.smithi112.xshois (mgr.14182) 1346 : 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-18T08:23:30.371 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:23:30.371 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:22:06.724212Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.cfbgga on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:23:11.024573Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.ctlwjb on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ctlwjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ctlwjb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ctlwjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ctlwjb\nDeploy daemon haproxy.nfs.foo.smithi131.ctlwjb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:23:15.172347Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.ivaxbn on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ivaxbn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ivaxbn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ivaxbn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ivaxbn\nDeploy daemon haproxy.nfs.foo.smithi112.ivaxbn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:23:15.174192Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.mchaox on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:23:15.175718Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.thnswj on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:23:30.783 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:30 smithi112 bash[16324]: cluster 2024-01-18T08:23:29.187942+0000 mgr.smithi112.xshois (mgr.14182) 1347 : cluster [DBG] pgmap v887: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:23:30.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:30 smithi131 bash[19154]: cluster 2024-01-18T08:23:29.187942+0000 mgr.smithi112.xshois (mgr.14182) 1347 : cluster [DBG] pgmap v887: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:23:31.012 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:23:31.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:31 smithi131 bash[19154]: audit 2024-01-18T08:23:30.362161+0000 mgr.smithi112.xshois (mgr.14182) 1348 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:32.013 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:23:32.024 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:31 smithi112 bash[16324]: audit 2024-01-18T08:23:30.362161+0000 mgr.smithi112.xshois (mgr.14182) 1348 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:32.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:32 smithi131 bash[19154]: cluster 2024-01-18T08:23:31.189939+0000 mgr.smithi112.xshois (mgr.14182) 1349 : cluster [DBG] pgmap v888: 225 pgs: 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-18T08:23:33.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:32 smithi112 bash[16324]: cluster 2024-01-18T08:23:31.189939+0000 mgr.smithi112.xshois (mgr.14182) 1349 : cluster [DBG] pgmap v888: 225 pgs: 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-18T08:23:34.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:34 smithi131 bash[19154]: cluster 2024-01-18T08:23:33.191495+0000 mgr.smithi112.xshois (mgr.14182) 1350 : 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-18T08:23:35.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:34 smithi112 bash[16324]: cluster 2024-01-18T08:23:33.191495+0000 mgr.smithi112.xshois (mgr.14182) 1350 : 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-18T08:23:35.101 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:23:35.101 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:22:06.724212Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.cfbgga on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:23:11.024573Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.ctlwjb on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ctlwjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ctlwjb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ctlwjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ctlwjb\nDeploy daemon haproxy.nfs.foo.smithi131.ctlwjb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:23:15.172347Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.ivaxbn on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ivaxbn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ivaxbn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ivaxbn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ivaxbn\nDeploy daemon haproxy.nfs.foo.smithi112.ivaxbn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:23:15.174192Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.mchaox on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:23:15.175718Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.thnswj on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:23:35.743 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:23:36.744 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:23:37.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:36 smithi112 bash[16324]: audit 2024-01-18T08:23:35.091704+0000 mgr.smithi112.xshois (mgr.14182) 1351 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:37.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:36 smithi112 bash[16324]: cluster 2024-01-18T08:23:35.193151+0000 mgr.smithi112.xshois (mgr.14182) 1352 : 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-18T08:23:37.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:36 smithi131 bash[19154]: audit 2024-01-18T08:23:35.091704+0000 mgr.smithi112.xshois (mgr.14182) 1351 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:37.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:36 smithi131 bash[19154]: cluster 2024-01-18T08:23:35.193151+0000 mgr.smithi112.xshois (mgr.14182) 1352 : 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-18T08:23:39.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:38 smithi112 bash[16324]: cluster 2024-01-18T08:23:37.194941+0000 mgr.smithi112.xshois (mgr.14182) 1353 : 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-18T08:23:39.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:38 smithi131 bash[19154]: cluster 2024-01-18T08:23:37.194941+0000 mgr.smithi112.xshois (mgr.14182) 1353 : 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-18T08:23:39.894 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:23:39.895 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:22:06.724212Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.cfbgga on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:23:11.024573Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.ctlwjb on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ctlwjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ctlwjb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ctlwjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ctlwjb\nDeploy daemon haproxy.nfs.foo.smithi131.ctlwjb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:23:15.172347Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.ivaxbn on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ivaxbn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ivaxbn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ivaxbn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ivaxbn\nDeploy daemon haproxy.nfs.foo.smithi112.ivaxbn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:23:15.174192Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.mchaox on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:23:15.175718Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.thnswj on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:23:40.527 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:23:40.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:40 smithi112 bash[16324]: cluster 2024-01-18T08:23:39.196336+0000 mgr.smithi112.xshois (mgr.14182) 1354 : cluster [DBG] pgmap v892: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 B/s wr, 0 op/s 2024-01-18T08:23:40.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:40 smithi112 bash[16324]: audit 2024-01-18T08:23:39.889913+0000 mgr.smithi112.xshois (mgr.14182) 1355 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:41.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:40 smithi131 bash[19154]: cluster 2024-01-18T08:23:39.196336+0000 mgr.smithi112.xshois (mgr.14182) 1354 : cluster [DBG] pgmap v892: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 B/s wr, 0 op/s 2024-01-18T08:23:41.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:40 smithi131 bash[19154]: audit 2024-01-18T08:23:39.889913+0000 mgr.smithi112.xshois (mgr.14182) 1355 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:41.528 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:23:42.903 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:42 smithi112 bash[16324]: cluster 2024-01-18T08:23:41.198840+0000 mgr.smithi112.xshois (mgr.14182) 1356 : cluster [DBG] pgmap v893: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.4 KiB/s rd, 0 B/s wr, 5 op/s 2024-01-18T08:23:43.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:42 smithi131 bash[19154]: cluster 2024-01-18T08:23:41.198840+0000 mgr.smithi112.xshois (mgr.14182) 1356 : cluster [DBG] pgmap v893: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.4 KiB/s rd, 0 B/s wr, 5 op/s 2024-01-18T08:23:44.752 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:23:44.752 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:22:06.724212Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.cfbgga on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:23:11.024573Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.ctlwjb on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ctlwjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ctlwjb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ctlwjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ctlwjb\nDeploy daemon haproxy.nfs.foo.smithi131.ctlwjb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:23:15.172347Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.ivaxbn on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ivaxbn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ivaxbn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ivaxbn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ivaxbn\nDeploy daemon haproxy.nfs.foo.smithi112.ivaxbn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:23:15.174192Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.mchaox on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:23:15.175718Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.thnswj on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:23:45.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:44 smithi112 bash[16324]: cluster 2024-01-18T08:23:43.200496+0000 mgr.smithi112.xshois (mgr.14182) 1357 : cluster [DBG] pgmap v894: 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-18T08:23:45.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:44 smithi131 bash[19154]: cluster 2024-01-18T08:23:43.200496+0000 mgr.smithi112.xshois (mgr.14182) 1357 : cluster [DBG] pgmap v894: 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-18T08:23:45.343 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:23:46.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:45 smithi112 bash[16324]: audit 2024-01-18T08:23:44.741353+0000 mgr.smithi112.xshois (mgr.14182) 1358 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:46.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:45 smithi131 bash[19154]: audit 2024-01-18T08:23:44.741353+0000 mgr.smithi112.xshois (mgr.14182) 1358 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:46.344 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:23:47.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:46 smithi112 bash[16324]: cluster 2024-01-18T08:23:45.202021+0000 mgr.smithi112.xshois (mgr.14182) 1359 : cluster [DBG] pgmap v895: 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-18T08:23:47.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:46 smithi131 bash[19154]: cluster 2024-01-18T08:23:45.202021+0000 mgr.smithi112.xshois (mgr.14182) 1359 : cluster [DBG] pgmap v895: 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-18T08:23:49.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:48 smithi112 bash[16324]: cluster 2024-01-18T08:23:47.203813+0000 mgr.smithi112.xshois (mgr.14182) 1360 : cluster [DBG] pgmap v896: 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-18T08:23:49.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:48 smithi131 bash[19154]: cluster 2024-01-18T08:23:47.203813+0000 mgr.smithi112.xshois (mgr.14182) 1360 : cluster [DBG] pgmap v896: 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-18T08:23:49.567 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:23:49.567 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:22:06.724212Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.cfbgga on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:23:11.024573Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.ctlwjb on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ctlwjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ctlwjb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ctlwjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ctlwjb\nDeploy daemon haproxy.nfs.foo.smithi131.ctlwjb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:23:15.172347Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.ivaxbn on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ivaxbn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ivaxbn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ivaxbn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ivaxbn\nDeploy daemon haproxy.nfs.foo.smithi112.ivaxbn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:23:15.174192Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.mchaox on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:23:15.175718Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.thnswj on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:23:50.232 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:23:51.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:50 smithi112 bash[16324]: cluster 2024-01-18T08:23:49.204841+0000 mgr.smithi112.xshois (mgr.14182) 1361 : cluster [DBG] pgmap v897: 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-18T08:23:51.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:50 smithi112 bash[16324]: audit 2024-01-18T08:23:49.563171+0000 mgr.smithi112.xshois (mgr.14182) 1362 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:51.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:50 smithi131 bash[19154]: cluster 2024-01-18T08:23:49.204841+0000 mgr.smithi112.xshois (mgr.14182) 1361 : cluster [DBG] pgmap v897: 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-18T08:23:51.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:50 smithi131 bash[19154]: audit 2024-01-18T08:23:49.563171+0000 mgr.smithi112.xshois (mgr.14182) 1362 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:51.233 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:23:53.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:52 smithi112 bash[16324]: cluster 2024-01-18T08:23:51.206929+0000 mgr.smithi112.xshois (mgr.14182) 1363 : cluster [DBG] pgmap v898: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.9 KiB/s rd, 0 B/s wr, 6 op/s 2024-01-18T08:23:53.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:52 smithi131 bash[19154]: cluster 2024-01-18T08:23:51.206929+0000 mgr.smithi112.xshois (mgr.14182) 1363 : cluster [DBG] pgmap v898: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.9 KiB/s rd, 0 B/s wr, 6 op/s 2024-01-18T08:23:54.444 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:23:54.444 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:22:06.724212Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.cfbgga on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:23:11.024573Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.ctlwjb on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ctlwjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ctlwjb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ctlwjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ctlwjb\nDeploy daemon haproxy.nfs.foo.smithi131.ctlwjb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:23:15.172347Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.ivaxbn on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ivaxbn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ivaxbn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ivaxbn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ivaxbn\nDeploy daemon haproxy.nfs.foo.smithi112.ivaxbn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:23:15.174192Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.mchaox on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:23:15.175718Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.thnswj on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:23:54.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:54 smithi112 bash[16324]: cluster 2024-01-18T08:23:53.208619+0000 mgr.smithi112.xshois (mgr.14182) 1364 : cluster [DBG] pgmap v899: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 B/s wr, 1 op/s 2024-01-18T08:23:55.078 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:23:55.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:54 smithi131 bash[19154]: cluster 2024-01-18T08:23:53.208619+0000 mgr.smithi112.xshois (mgr.14182) 1364 : cluster [DBG] pgmap v899: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 B/s wr, 1 op/s 2024-01-18T08:23:56.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:55 smithi112 bash[16324]: audit 2024-01-18T08:23:54.437017+0000 mgr.smithi112.xshois (mgr.14182) 1365 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:56.079 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:23:56.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:55 smithi131 bash[19154]: audit 2024-01-18T08:23:54.437017+0000 mgr.smithi112.xshois (mgr.14182) 1365 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:57.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:56 smithi112 bash[16324]: cluster 2024-01-18T08:23:55.210201+0000 mgr.smithi112.xshois (mgr.14182) 1366 : cluster [DBG] pgmap v900: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:23:57.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:56 smithi131 bash[19154]: cluster 2024-01-18T08:23:55.210201+0000 mgr.smithi112.xshois (mgr.14182) 1366 : cluster [DBG] pgmap v900: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:23:59.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:23:58 smithi112 bash[16324]: cluster 2024-01-18T08:23:57.211982+0000 mgr.smithi112.xshois (mgr.14182) 1367 : cluster [DBG] pgmap v901: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:23:59.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:23:58 smithi131 bash[19154]: cluster 2024-01-18T08:23:57.211982+0000 mgr.smithi112.xshois (mgr.14182) 1367 : cluster [DBG] pgmap v901: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:23:59.313 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:23:59.313 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:22:06.724212Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.cfbgga on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:23:11.024573Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.ctlwjb on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ctlwjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ctlwjb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ctlwjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ctlwjb\nDeploy daemon haproxy.nfs.foo.smithi131.ctlwjb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:23:15.172347Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.ivaxbn on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ivaxbn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ivaxbn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ivaxbn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ivaxbn\nDeploy daemon haproxy.nfs.foo.smithi112.ivaxbn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:23:15.174192Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.mchaox on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:23:15.175718Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.thnswj on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:24:00.012 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:24:01.013 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:24:01.025 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:00 smithi112 bash[16324]: cluster 2024-01-18T08:23:59.213367+0000 mgr.smithi112.xshois (mgr.14182) 1368 : 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-18T08:24:01.025 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:00 smithi112 bash[16324]: audit 2024-01-18T08:23:59.308647+0000 mgr.smithi112.xshois (mgr.14182) 1369 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:01.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:00 smithi131 bash[19154]: cluster 2024-01-18T08:23:59.213367+0000 mgr.smithi112.xshois (mgr.14182) 1368 : 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-18T08:24:01.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:00 smithi131 bash[19154]: audit 2024-01-18T08:23:59.308647+0000 mgr.smithi112.xshois (mgr.14182) 1369 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:03.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:02 smithi112 bash[16324]: cluster 2024-01-18T08:24:01.215288+0000 mgr.smithi112.xshois (mgr.14182) 1370 : cluster [DBG] pgmap v903: 225 pgs: 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-18T08:24:03.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:02 smithi131 bash[19154]: cluster 2024-01-18T08:24:01.215288+0000 mgr.smithi112.xshois (mgr.14182) 1370 : cluster [DBG] pgmap v903: 225 pgs: 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-18T08:24:04.312 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:24:04.312 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:22:06.724212Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.cfbgga on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:23:11.024573Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.ctlwjb on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ctlwjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ctlwjb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ctlwjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ctlwjb\nDeploy daemon haproxy.nfs.foo.smithi131.ctlwjb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:23:15.172347Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.ivaxbn on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ivaxbn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ivaxbn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ivaxbn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ivaxbn\nDeploy daemon haproxy.nfs.foo.smithi112.ivaxbn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:23:15.174192Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.mchaox on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:23:15.175718Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.thnswj on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:24:04.934 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:24:05.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:04 smithi112 bash[16324]: cluster 2024-01-18T08:24:03.216264+0000 mgr.smithi112.xshois (mgr.14182) 1371 : 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-18T08:24:05.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:04 smithi131 bash[19154]: cluster 2024-01-18T08:24:03.216264+0000 mgr.smithi112.xshois (mgr.14182) 1371 : 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-18T08:24:05.935 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:24:06.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:05 smithi112 bash[16324]: audit 2024-01-18T08:24:04.307709+0000 mgr.smithi112.xshois (mgr.14182) 1372 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:06.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:05 smithi131 bash[19154]: audit 2024-01-18T08:24:04.307709+0000 mgr.smithi112.xshois (mgr.14182) 1372 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:07.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:06 smithi112 bash[16324]: cluster 2024-01-18T08:24:05.217822+0000 mgr.smithi112.xshois (mgr.14182) 1373 : 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-18T08:24:07.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:06 smithi131 bash[19154]: cluster 2024-01-18T08:24:05.217822+0000 mgr.smithi112.xshois (mgr.14182) 1373 : 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-18T08:24:09.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:08 smithi112 bash[16324]: cluster 2024-01-18T08:24:07.219766+0000 mgr.smithi112.xshois (mgr.14182) 1374 : 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-18T08:24:09.107 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:24:09.107 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:22:06.724212Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.cfbgga on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:23:11.024573Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.ctlwjb on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ctlwjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ctlwjb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ctlwjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ctlwjb\nDeploy daemon haproxy.nfs.foo.smithi131.ctlwjb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:23:15.172347Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.ivaxbn on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ivaxbn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ivaxbn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ivaxbn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ivaxbn\nDeploy daemon haproxy.nfs.foo.smithi112.ivaxbn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:23:15.174192Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.mchaox on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:23:15.175718Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.thnswj on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:24:09.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:08 smithi131 bash[19154]: cluster 2024-01-18T08:24:07.219766+0000 mgr.smithi112.xshois (mgr.14182) 1374 : 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-18T08:24:09.742 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:24:10.743 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:24:11.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:10 smithi112 bash[16324]: audit 2024-01-18T08:24:09.097979+0000 mgr.smithi112.xshois (mgr.14182) 1375 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:11.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:10 smithi112 bash[16324]: cluster 2024-01-18T08:24:09.221257+0000 mgr.smithi112.xshois (mgr.14182) 1376 : 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-18T08:24:11.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:10 smithi131 bash[19154]: audit 2024-01-18T08:24:09.097979+0000 mgr.smithi112.xshois (mgr.14182) 1375 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:11.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:10 smithi131 bash[19154]: cluster 2024-01-18T08:24:09.221257+0000 mgr.smithi112.xshois (mgr.14182) 1376 : 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-18T08:24:13.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:12 smithi112 bash[16324]: cluster 2024-01-18T08:24:11.223288+0000 mgr.smithi112.xshois (mgr.14182) 1377 : 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-18T08:24:13.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:12 smithi131 bash[19154]: cluster 2024-01-18T08:24:11.223288+0000 mgr.smithi112.xshois (mgr.14182) 1377 : 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-18T08:24:13.994 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:24:13.994 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:22:06.724212Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.cfbgga on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:23:11.024573Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.ctlwjb on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ctlwjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ctlwjb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ctlwjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ctlwjb\nDeploy daemon haproxy.nfs.foo.smithi131.ctlwjb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:23:15.172347Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.ivaxbn on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ivaxbn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ivaxbn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ivaxbn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ivaxbn\nDeploy daemon haproxy.nfs.foo.smithi112.ivaxbn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:23:15.174192Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.mchaox on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:23:15.175718Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.thnswj on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:24:14.643 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:24:15.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:14 smithi112 bash[16324]: cluster 2024-01-18T08:24:13.224880+0000 mgr.smithi112.xshois (mgr.14182) 1378 : 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-18T08:24:15.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:14 smithi112 bash[16324]: audit 2024-01-18T08:24:13.989553+0000 mgr.smithi112.xshois (mgr.14182) 1379 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:15.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:14 smithi131 bash[19154]: cluster 2024-01-18T08:24:13.224880+0000 mgr.smithi112.xshois (mgr.14182) 1378 : 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-18T08:24:15.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:14 smithi131 bash[19154]: audit 2024-01-18T08:24:13.989553+0000 mgr.smithi112.xshois (mgr.14182) 1379 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:15.644 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:24:16.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:15 smithi112 bash[16324]: audit 2024-01-18T08:24:15.179971+0000 mon.smithi112 (mon.0) 998 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:24:16.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:15 smithi112 bash[16324]: audit 2024-01-18T08:24:15.503765+0000 mon.smithi112 (mon.0) 999 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:24:16.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:15 smithi112 bash[16324]: audit 2024-01-18T08:24:15.505285+0000 mon.smithi112 (mon.0) 1000 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:24:16.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:15 smithi112 bash[16324]: audit 2024-01-18T08:24:15.513360+0000 mon.smithi112 (mon.0) 1001 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:24:16.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:15 smithi112 bash[16324]: audit 2024-01-18T08:24:15.522045+0000 mon.smithi112 (mon.0) 1002 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:24:16.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:15 smithi112 bash[16324]: audit 2024-01-18T08:24:15.538244+0000 mon.smithi112 (mon.0) 1003 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:24:16.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:15 smithi131 bash[19154]: audit 2024-01-18T08:24:15.179971+0000 mon.smithi112 (mon.0) 998 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:24:16.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:15 smithi131 bash[19154]: audit 2024-01-18T08:24:15.503765+0000 mon.smithi112 (mon.0) 999 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:24:16.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:15 smithi131 bash[19154]: audit 2024-01-18T08:24:15.505285+0000 mon.smithi112 (mon.0) 1000 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:24:16.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:15 smithi131 bash[19154]: audit 2024-01-18T08:24:15.513360+0000 mon.smithi112 (mon.0) 1001 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:24:16.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:15 smithi131 bash[19154]: audit 2024-01-18T08:24:15.522045+0000 mon.smithi112 (mon.0) 1002 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:24:16.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:15 smithi131 bash[19154]: audit 2024-01-18T08:24:15.538244+0000 mon.smithi112 (mon.0) 1003 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:24:17.101 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:16 smithi112 bash[16324]: cluster 2024-01-18T08:24:15.226402+0000 mgr.smithi112.xshois (mgr.14182) 1380 : 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-18T08:24:17.101 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:16 smithi112 bash[16324]: cluster 2024-01-18T08:24:15.514649+0000 mgr.smithi112.xshois (mgr.14182) 1381 : cluster [DBG] pgmap v911: 225 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-18T08:24:17.101 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:16 smithi112 bash[16324]: cephadm 2024-01-18T08:24:15.541979+0000 mgr.smithi112.xshois (mgr.14182) 1382 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi131.yybqbp on smithi131 2024-01-18T08:24:17.101 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:16 smithi112 bash[16324]: cluster 2024-01-18T08:24:15.804773+0000 mon.smithi112 (mon.0) 1004 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:24:17.101 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:16 smithi112 bash[16324]: cluster 2024-01-18T08:24:15.804836+0000 mon.smithi112 (mon.0) 1005 : cluster [INF] Cluster is now healthy 2024-01-18T08:24:17.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:16 smithi131 bash[19154]: cluster 2024-01-18T08:24:15.226402+0000 mgr.smithi112.xshois (mgr.14182) 1380 : 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-18T08:24:17.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:16 smithi131 bash[19154]: cluster 2024-01-18T08:24:15.514649+0000 mgr.smithi112.xshois (mgr.14182) 1381 : cluster [DBG] pgmap v911: 225 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-18T08:24:17.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:16 smithi131 bash[19154]: cephadm 2024-01-18T08:24:15.541979+0000 mgr.smithi112.xshois (mgr.14182) 1382 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi131.yybqbp on smithi131 2024-01-18T08:24:17.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:16 smithi131 bash[19154]: cluster 2024-01-18T08:24:15.804773+0000 mon.smithi112 (mon.0) 1004 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:24:17.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:16 smithi131 bash[19154]: cluster 2024-01-18T08:24:15.804836+0000 mon.smithi112 (mon.0) 1005 : cluster [INF] Cluster is now healthy 2024-01-18T08:24:19.035 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:24:19.035 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:22:06.724212Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.cfbgga on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:23:11.024573Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.ctlwjb on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ctlwjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-ctlwjb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ctlwjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.ctlwjb\nDeploy daemon haproxy.nfs.foo.smithi131.ctlwjb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:23:15.172347Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.ivaxbn on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ivaxbn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ivaxbn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ivaxbn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ivaxbn\nDeploy daemon haproxy.nfs.foo.smithi112.ivaxbn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:23:15.174192Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.mchaox on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:23:15.175718Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.thnswj on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:24:19.093 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:18 smithi112 bash[16324]: cluster 2024-01-18T08:24:17.516365+0000 mgr.smithi112.xshois (mgr.14182) 1383 : cluster [DBG] pgmap v912: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T08:24:19.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:18 smithi131 bash[19154]: cluster 2024-01-18T08:24:17.516365+0000 mgr.smithi112.xshois (mgr.14182) 1383 : cluster [DBG] pgmap v912: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T08:24:19.645 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:24:20.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:19 smithi131 bash[19154]: audit 2024-01-18T08:24:19.023817+0000 mgr.smithi112.xshois (mgr.14182) 1384 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:20.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:19 smithi131 bash[19154]: audit 2024-01-18T08:24:19.404853+0000 mon.smithi112 (mon.0) 1006 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi131.yybqbp"}]: dispatch 2024-01-18T08:24:20.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:19 smithi112 bash[16324]: audit 2024-01-18T08:24:19.023817+0000 mgr.smithi112.xshois (mgr.14182) 1384 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:20.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:19 smithi112 bash[16324]: audit 2024-01-18T08:24:19.404853+0000 mon.smithi112 (mon.0) 1006 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi131.yybqbp"}]: dispatch 2024-01-18T08:24:20.646 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:24:21.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:20 smithi112 bash[16324]: cephadm 2024-01-18T08:24:19.403475+0000 mgr.smithi112.xshois (mgr.14182) 1385 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-yybqbp 2024-01-18T08:24:21.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:20 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:24:21.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:20 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-yybqbp 2024-01-18T08:24:21.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:20 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.yybqbp 2024-01-18T08:24:21.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:20 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:24:21.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:20 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.yybqbp 2024-01-18T08:24:21.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:20 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.yybqbp ... 2024-01-18T08:24:21.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:20 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:24:21.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:20 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:24:21.033 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:20 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:24:21.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:20 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:24:21.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:20 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:24:21.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:20 smithi112 bash[16324]: Traceback (most recent call last): 2024-01-18T08:24:21.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:20 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:24:21.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:20 smithi112 bash[16324]: yield (conn, connr) 2024-01-18T08:24:21.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:20 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:24:21.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:20 smithi112 bash[16324]: code, '\n'.join(err))) 2024-01-18T08:24:21.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:20 smithi112 bash[16324]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-yybqbp 2024-01-18T08:24:21.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:20 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:24:21.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:20 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-yybqbp 2024-01-18T08:24:21.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:20 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.yybqbp 2024-01-18T08:24:21.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:20 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:24:21.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:20 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.yybqbp 2024-01-18T08:24:21.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:20 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.yybqbp ... 2024-01-18T08:24:21.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:20 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:24:21.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:20 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:24:21.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:20 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:24:21.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:20 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:24:21.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:20 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:24:21.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:20 smithi112 bash[16324]: cephadm 2024-01-18T08:24:19.404125+0000 mgr.smithi112.xshois (mgr.14182) 1386 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi131.yybqbp 2024-01-18T08:24:21.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:20 smithi112 bash[16324]: cephadm 2024-01-18T08:24:19.406785+0000 mgr.smithi112.xshois (mgr.14182) 1387 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi131.yybqbp on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-yybqbp 2024-01-18T08:24:21.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:20 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:24:21.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:20 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-yybqbp 2024-01-18T08:24:21.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:20 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.yybqbp 2024-01-18T08:24:21.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:20 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:24:21.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:20 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.yybqbp 2024-01-18T08:24:21.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:20 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.yybqbp ... 2024-01-18T08:24:21.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:20 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:24:21.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:20 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:24:21.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:20 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:24:21.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:20 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:24:21.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:20 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:24:21.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:20 smithi112 bash[16324]: cephadm 2024-01-18T08:24:19.411685+0000 mgr.smithi112.xshois (mgr.14182) 1388 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi112.fljglo on smithi112 2024-01-18T08:24:21.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:20 smithi112 bash[16324]: cluster 2024-01-18T08:24:19.517571+0000 mgr.smithi112.xshois (mgr.14182) 1389 : cluster [DBG] pgmap v913: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-01-18T08:24:21.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:20 smithi131 bash[19154]: cephadm 2024-01-18T08:24:19.403475+0000 mgr.smithi112.xshois (mgr.14182) 1385 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-yybqbp 2024-01-18T08:24:21.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:20 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:24:21.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:20 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-yybqbp 2024-01-18T08:24:21.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:20 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.yybqbp 2024-01-18T08:24:21.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:20 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:24:21.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:20 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.yybqbp 2024-01-18T08:24:21.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:20 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.yybqbp ... 2024-01-18T08:24:21.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:20 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:24:21.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:20 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:24:21.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:20 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:24:21.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:20 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:24:21.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:20 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:24:21.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:20 smithi131 bash[19154]: Traceback (most recent call last): 2024-01-18T08:24:21.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:20 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:24:21.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:20 smithi131 bash[19154]: yield (conn, connr) 2024-01-18T08:24:21.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:20 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:24:21.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:20 smithi131 bash[19154]: code, '\n'.join(err))) 2024-01-18T08:24:21.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:20 smithi131 bash[19154]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-yybqbp 2024-01-18T08:24:21.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:20 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:24:21.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:20 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-yybqbp 2024-01-18T08:24:21.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:20 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.yybqbp 2024-01-18T08:24:21.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:20 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:24:21.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:20 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.yybqbp 2024-01-18T08:24:21.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:20 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.yybqbp ... 2024-01-18T08:24:21.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:20 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:24:21.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:20 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:24:21.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:20 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:24:21.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:20 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:24:21.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:20 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:24:21.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:20 smithi131 bash[19154]: cephadm 2024-01-18T08:24:19.404125+0000 mgr.smithi112.xshois (mgr.14182) 1386 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi131.yybqbp 2024-01-18T08:24:21.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:20 smithi131 bash[19154]: cephadm 2024-01-18T08:24:19.406785+0000 mgr.smithi112.xshois (mgr.14182) 1387 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi131.yybqbp on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-yybqbp 2024-01-18T08:24:21.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:20 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:24:21.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:20 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-yybqbp 2024-01-18T08:24:21.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:20 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.yybqbp 2024-01-18T08:24:21.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:20 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:24:21.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:20 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.yybqbp 2024-01-18T08:24:21.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:20 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.yybqbp ... 2024-01-18T08:24:21.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:20 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:24:21.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:20 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:24:21.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:20 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:24:21.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:20 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:24:21.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:20 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:24:21.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:20 smithi131 bash[19154]: cephadm 2024-01-18T08:24:19.411685+0000 mgr.smithi112.xshois (mgr.14182) 1388 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi112.fljglo on smithi112 2024-01-18T08:24:21.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:20 smithi131 bash[19154]: cluster 2024-01-18T08:24:19.517571+0000 mgr.smithi112.xshois (mgr.14182) 1389 : cluster [DBG] pgmap v913: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-01-18T08:24:23.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:22 smithi112 bash[16324]: cluster 2024-01-18T08:24:21.518956+0000 mgr.smithi112.xshois (mgr.14182) 1390 : cluster [DBG] pgmap v914: 225 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-18T08:24:23.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:22 smithi131 bash[19154]: cluster 2024-01-18T08:24:21.518956+0000 mgr.smithi112.xshois (mgr.14182) 1390 : cluster [DBG] pgmap v914: 225 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-18T08:24:24.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:23 smithi131 bash[19154]: audit 2024-01-18T08:24:23.729525+0000 mon.smithi112 (mon.0) 1007 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi112.fljglo"}]: dispatch 2024-01-18T08:24:24.197 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:24:24.197 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:23:15.175718Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.thnswj on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:19.406486Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.yybqbp on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-yybqbp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-yybqbp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.yybqbp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.yybqbp\nDeploy daemon haproxy.nfs.foo.smithi131.yybqbp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:23.730601Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.fljglo on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-fljglo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-fljglo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.fljglo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.fljglo\nDeploy daemon haproxy.nfs.foo.smithi112.fljglo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:23.735348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.loyfky on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:23.737300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ummjih on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:24:24.256 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:23 smithi112 bash[16324]: audit 2024-01-18T08:24:23.729525+0000 mon.smithi112 (mon.0) 1007 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi112.fljglo"}]: dispatch 2024-01-18T08:24:24.891 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:24:25.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:24 smithi131 bash[19154]: cluster 2024-01-18T08:24:23.520330+0000 mgr.smithi112.xshois (mgr.14182) 1391 : cluster [DBG] pgmap v915: 225 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-18T08:24:25.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:24 smithi131 bash[19154]: cephadm 2024-01-18T08:24:23.728484+0000 mgr.smithi112.xshois (mgr.14182) 1392 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-fljglo 2024-01-18T08:24:25.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:24 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:24:25.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:24 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-fljglo 2024-01-18T08:24:25.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:24 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.fljglo 2024-01-18T08:24:25.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:24 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:24:25.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:24 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.fljglo 2024-01-18T08:24:25.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:24 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.fljglo ... 2024-01-18T08:24:25.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:24 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:24:25.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:24 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:24:25.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:24 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:24:25.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:24 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:24:25.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:24 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:24:25.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:24 smithi131 bash[19154]: Traceback (most recent call last): 2024-01-18T08:24:25.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:24 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:24:25.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:24 smithi131 bash[19154]: yield (conn, connr) 2024-01-18T08:24:25.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:24 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:24:25.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:24 smithi131 bash[19154]: code, '\n'.join(err))) 2024-01-18T08:24:25.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:24 smithi131 bash[19154]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-fljglo 2024-01-18T08:24:25.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:24 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:24:25.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:24 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-fljglo 2024-01-18T08:24:25.172 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:24 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.fljglo 2024-01-18T08:24:25.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:24 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:24:25.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:24 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.fljglo 2024-01-18T08:24:25.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:24 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.fljglo ... 2024-01-18T08:24:25.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:24 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:24:25.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:24 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:24:25.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:24 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:24:25.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:24 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:24:25.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:24 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:24:25.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:24 smithi131 bash[19154]: cephadm 2024-01-18T08:24:23.728923+0000 mgr.smithi112.xshois (mgr.14182) 1393 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi112.fljglo 2024-01-18T08:24:25.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:24 smithi131 bash[19154]: cephadm 2024-01-18T08:24:23.730834+0000 mgr.smithi112.xshois (mgr.14182) 1394 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi112.fljglo on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-fljglo 2024-01-18T08:24:25.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:24 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:24:25.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:24 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-fljglo 2024-01-18T08:24:25.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:24 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.fljglo 2024-01-18T08:24:25.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:24 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:24:25.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:24 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.fljglo 2024-01-18T08:24:25.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:24 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.fljglo ... 2024-01-18T08:24:25.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:24 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:24:25.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:24 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:24:25.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:24 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:24:25.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:24 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:24:25.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:24 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:24:25.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:24 smithi131 bash[19154]: cephadm 2024-01-18T08:24:23.735567+0000 mgr.smithi112.xshois (mgr.14182) 1395 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi131.loyfky on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:24:25.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:24 smithi131 bash[19154]: cephadm 2024-01-18T08:24:23.737413+0000 mgr.smithi112.xshois (mgr.14182) 1396 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi112.ummjih on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:24:25.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:24 smithi131 bash[19154]: cluster 2024-01-18T08:24:23.738594+0000 mgr.smithi112.xshois (mgr.14182) 1397 : cluster [DBG] pgmap v916: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 120 B/s rd, 0 op/s 2024-01-18T08:24:25.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:24 smithi131 bash[19154]: cluster 2024-01-18T08:24:23.848995+0000 mon.smithi112 (mon.0) 1008 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:24:25.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:24 smithi112 bash[16324]: cluster 2024-01-18T08:24:23.520330+0000 mgr.smithi112.xshois (mgr.14182) 1391 : cluster [DBG] pgmap v915: 225 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-18T08:24:25.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:24 smithi112 bash[16324]: cephadm 2024-01-18T08:24:23.728484+0000 mgr.smithi112.xshois (mgr.14182) 1392 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-fljglo 2024-01-18T08:24:25.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:24 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:24:25.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:24 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-fljglo 2024-01-18T08:24:25.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:24 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.fljglo 2024-01-18T08:24:25.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:24 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:24:25.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:24 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.fljglo 2024-01-18T08:24:25.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:24 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.fljglo ... 2024-01-18T08:24:25.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:24 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:24:25.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:24 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:24:25.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:24 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:24:25.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:24 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:24:25.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:24 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:24:25.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:24 smithi112 bash[16324]: Traceback (most recent call last): 2024-01-18T08:24:25.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:24 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:24:25.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:24 smithi112 bash[16324]: yield (conn, connr) 2024-01-18T08:24:25.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:24 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:24:25.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:24 smithi112 bash[16324]: code, '\n'.join(err))) 2024-01-18T08:24:25.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:24 smithi112 bash[16324]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-fljglo 2024-01-18T08:24:25.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:24 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:24:25.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:24 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-fljglo 2024-01-18T08:24:25.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:24 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.fljglo 2024-01-18T08:24:25.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:24 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:24:25.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:24 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.fljglo 2024-01-18T08:24:25.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:24 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.fljglo ... 2024-01-18T08:24:25.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:24 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:24:25.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:24 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:24:25.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:24 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:24:25.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:24 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:24:25.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:24 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:24:25.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:24 smithi112 bash[16324]: cephadm 2024-01-18T08:24:23.728923+0000 mgr.smithi112.xshois (mgr.14182) 1393 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi112.fljglo 2024-01-18T08:24:25.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:24 smithi112 bash[16324]: cephadm 2024-01-18T08:24:23.730834+0000 mgr.smithi112.xshois (mgr.14182) 1394 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi112.fljglo on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-fljglo 2024-01-18T08:24:25.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:24 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:24:25.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:24 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-fljglo 2024-01-18T08:24:25.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:24 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.fljglo 2024-01-18T08:24:25.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:24 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:24:25.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:24 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.fljglo 2024-01-18T08:24:25.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:24 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.fljglo ... 2024-01-18T08:24:25.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:24 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:24:25.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:24 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:24:25.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:24 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:24:25.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:24 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:24:25.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:24 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:24:25.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:24 smithi112 bash[16324]: cephadm 2024-01-18T08:24:23.735567+0000 mgr.smithi112.xshois (mgr.14182) 1395 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi131.loyfky on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:24:25.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:24 smithi112 bash[16324]: cephadm 2024-01-18T08:24:23.737413+0000 mgr.smithi112.xshois (mgr.14182) 1396 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi112.ummjih on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:24:25.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:24 smithi112 bash[16324]: cluster 2024-01-18T08:24:23.738594+0000 mgr.smithi112.xshois (mgr.14182) 1397 : cluster [DBG] pgmap v916: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 120 B/s rd, 0 op/s 2024-01-18T08:24:25.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:24 smithi112 bash[16324]: cluster 2024-01-18T08:24:23.848995+0000 mon.smithi112 (mon.0) 1008 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:24:25.893 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:24:26.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:25 smithi131 bash[19154]: audit 2024-01-18T08:24:24.184852+0000 mgr.smithi112.xshois (mgr.14182) 1398 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:26.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:25 smithi112 bash[16324]: audit 2024-01-18T08:24:24.184852+0000 mgr.smithi112.xshois (mgr.14182) 1398 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:27.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:26 smithi131 bash[19154]: cluster 2024-01-18T08:24:25.740311+0000 mgr.smithi112.xshois (mgr.14182) 1399 : cluster [DBG] pgmap v917: 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-18T08:24:27.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:26 smithi131 bash[19154]: audit 2024-01-18T08:24:26.826386+0000 mon.smithi112 (mon.0) 1009 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:24:27.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:26 smithi112 bash[16324]: cluster 2024-01-18T08:24:25.740311+0000 mgr.smithi112.xshois (mgr.14182) 1399 : cluster [DBG] pgmap v917: 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-18T08:24:27.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:26 smithi112 bash[16324]: audit 2024-01-18T08:24:26.826386+0000 mon.smithi112 (mon.0) 1009 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:24:29.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:28 smithi112 bash[16324]: cluster 2024-01-18T08:24:27.742196+0000 mgr.smithi112.xshois (mgr.14182) 1400 : cluster [DBG] pgmap v918: 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-18T08:24:29.096 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:24:29.096 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:23:15.175718Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.thnswj on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:19.406486Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.yybqbp on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-yybqbp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-yybqbp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.yybqbp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.yybqbp\nDeploy daemon haproxy.nfs.foo.smithi131.yybqbp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:23.730601Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.fljglo on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-fljglo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-fljglo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.fljglo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.fljglo\nDeploy daemon haproxy.nfs.foo.smithi112.fljglo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:23.735348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.loyfky on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:23.737300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ummjih on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:24:29.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:28 smithi131 bash[19154]: cluster 2024-01-18T08:24:27.742196+0000 mgr.smithi112.xshois (mgr.14182) 1400 : cluster [DBG] pgmap v918: 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-18T08:24:29.700 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:24:30.701 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:24:30.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:30 smithi131 bash[19154]: audit 2024-01-18T08:24:29.084393+0000 mgr.smithi112.xshois (mgr.14182) 1401 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:30.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:30 smithi131 bash[19154]: cluster 2024-01-18T08:24:29.743793+0000 mgr.smithi112.xshois (mgr.14182) 1402 : cluster [DBG] pgmap v919: 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-18T08:24:31.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:30 smithi112 bash[16324]: audit 2024-01-18T08:24:29.084393+0000 mgr.smithi112.xshois (mgr.14182) 1401 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:31.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:30 smithi112 bash[16324]: cluster 2024-01-18T08:24:29.743793+0000 mgr.smithi112.xshois (mgr.14182) 1402 : cluster [DBG] pgmap v919: 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-18T08:24:33.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:32 smithi112 bash[16324]: cluster 2024-01-18T08:24:31.745503+0000 mgr.smithi112.xshois (mgr.14182) 1403 : cluster [DBG] pgmap v920: 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-18T08:24:33.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:32 smithi131 bash[19154]: cluster 2024-01-18T08:24:31.745503+0000 mgr.smithi112.xshois (mgr.14182) 1403 : cluster [DBG] pgmap v920: 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-18T08:24:34.256 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:24:34.256 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:23:15.175718Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.thnswj on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:19.406486Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.yybqbp on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-yybqbp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-yybqbp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.yybqbp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.yybqbp\nDeploy daemon haproxy.nfs.foo.smithi131.yybqbp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:23.730601Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.fljglo on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-fljglo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-fljglo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.fljglo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.fljglo\nDeploy daemon haproxy.nfs.foo.smithi112.fljglo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:23.735348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.loyfky on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:23.737300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ummjih on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:24:34.934 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:24:35.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:34 smithi131 bash[19154]: cluster 2024-01-18T08:24:33.747054+0000 mgr.smithi112.xshois (mgr.14182) 1404 : cluster [DBG] pgmap v921: 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-18T08:24:35.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:34 smithi112 bash[16324]: cluster 2024-01-18T08:24:33.747054+0000 mgr.smithi112.xshois (mgr.14182) 1404 : cluster [DBG] pgmap v921: 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-18T08:24:35.936 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:24:36.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:35 smithi131 bash[19154]: audit 2024-01-18T08:24:34.244405+0000 mgr.smithi112.xshois (mgr.14182) 1405 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:36.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:35 smithi112 bash[16324]: audit 2024-01-18T08:24:34.244405+0000 mgr.smithi112.xshois (mgr.14182) 1405 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:37.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:36 smithi131 bash[19154]: cluster 2024-01-18T08:24:35.748772+0000 mgr.smithi112.xshois (mgr.14182) 1406 : 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-18T08:24:37.171 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:36 smithi112 bash[16324]: cluster 2024-01-18T08:24:35.748772+0000 mgr.smithi112.xshois (mgr.14182) 1406 : 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-18T08:24:39.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:38 smithi131 bash[19154]: cluster 2024-01-18T08:24:37.750785+0000 mgr.smithi112.xshois (mgr.14182) 1407 : cluster [DBG] pgmap v923: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:24:39.264 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:24:39.264 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:23:15.175718Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.thnswj on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:19.406486Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.yybqbp on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-yybqbp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-yybqbp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.yybqbp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.yybqbp\nDeploy daemon haproxy.nfs.foo.smithi131.yybqbp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:23.730601Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.fljglo on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-fljglo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-fljglo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.fljglo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.fljglo\nDeploy daemon haproxy.nfs.foo.smithi112.fljglo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:23.735348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.loyfky on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:23.737300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ummjih on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:24:39.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:38 smithi112 bash[16324]: cluster 2024-01-18T08:24:37.750785+0000 mgr.smithi112.xshois (mgr.14182) 1407 : cluster [DBG] pgmap v923: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:24:39.909 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:24:40.910 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:24:40.921 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:40 smithi112 bash[16324]: audit 2024-01-18T08:24:39.257653+0000 mgr.smithi112.xshois (mgr.14182) 1408 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:40.921 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:40 smithi112 bash[16324]: cluster 2024-01-18T08:24:39.752351+0000 mgr.smithi112.xshois (mgr.14182) 1409 : cluster [DBG] pgmap v924: 225 pgs: 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-18T08:24:41.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:40 smithi131 bash[19154]: audit 2024-01-18T08:24:39.257653+0000 mgr.smithi112.xshois (mgr.14182) 1408 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:41.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:40 smithi131 bash[19154]: cluster 2024-01-18T08:24:39.752351+0000 mgr.smithi112.xshois (mgr.14182) 1409 : cluster [DBG] pgmap v924: 225 pgs: 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-18T08:24:43.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:42 smithi112 bash[16324]: cluster 2024-01-18T08:24:41.753972+0000 mgr.smithi112.xshois (mgr.14182) 1410 : 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-18T08:24:43.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:42 smithi131 bash[19154]: cluster 2024-01-18T08:24:41.753972+0000 mgr.smithi112.xshois (mgr.14182) 1410 : 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-18T08:24:44.218 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:24:44.218 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:23:15.175718Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.thnswj on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:19.406486Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.yybqbp on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-yybqbp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-yybqbp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.yybqbp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.yybqbp\nDeploy daemon haproxy.nfs.foo.smithi131.yybqbp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:23.730601Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.fljglo on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-fljglo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-fljglo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.fljglo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.fljglo\nDeploy daemon haproxy.nfs.foo.smithi112.fljglo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:23.735348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.loyfky on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:23.737300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ummjih on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:24:44.882 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:24:45.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:44 smithi131 bash[19154]: cluster 2024-01-18T08:24:43.755913+0000 mgr.smithi112.xshois (mgr.14182) 1411 : 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-18T08:24:45.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:44 smithi112 bash[16324]: cluster 2024-01-18T08:24:43.755913+0000 mgr.smithi112.xshois (mgr.14182) 1411 : 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-18T08:24:45.883 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:24:46.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:45 smithi131 bash[19154]: audit 2024-01-18T08:24:44.213651+0000 mgr.smithi112.xshois (mgr.14182) 1412 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:46.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:45 smithi112 bash[16324]: audit 2024-01-18T08:24:44.213651+0000 mgr.smithi112.xshois (mgr.14182) 1412 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:47.106 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:46 smithi112 bash[16324]: cluster 2024-01-18T08:24:45.757645+0000 mgr.smithi112.xshois (mgr.14182) 1413 : 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-18T08:24:47.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:46 smithi131 bash[19154]: cluster 2024-01-18T08:24:45.757645+0000 mgr.smithi112.xshois (mgr.14182) 1413 : 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-18T08:24:49.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:48 smithi112 bash[16324]: cluster 2024-01-18T08:24:47.759530+0000 mgr.smithi112.xshois (mgr.14182) 1414 : cluster [DBG] pgmap v928: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:24:49.042 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:24:49.043 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:23:15.175718Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.thnswj on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:19.406486Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.yybqbp on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-yybqbp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-yybqbp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.yybqbp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.yybqbp\nDeploy daemon haproxy.nfs.foo.smithi131.yybqbp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:23.730601Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.fljglo on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-fljglo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-fljglo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.fljglo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.fljglo\nDeploy daemon haproxy.nfs.foo.smithi112.fljglo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:23.735348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.loyfky on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:23.737300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ummjih on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:24:49.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:48 smithi131 bash[19154]: cluster 2024-01-18T08:24:47.759530+0000 mgr.smithi112.xshois (mgr.14182) 1414 : cluster [DBG] pgmap v928: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:24:49.665 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:24:50.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:49 smithi112 bash[16324]: audit 2024-01-18T08:24:49.031276+0000 mgr.smithi112.xshois (mgr.14182) 1415 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:50.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:49 smithi131 bash[19154]: audit 2024-01-18T08:24:49.031276+0000 mgr.smithi112.xshois (mgr.14182) 1415 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:50.667 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:24:51.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:50 smithi112 bash[16324]: cluster 2024-01-18T08:24:49.761016+0000 mgr.smithi112.xshois (mgr.14182) 1416 : cluster [DBG] pgmap v929: 225 pgs: 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-18T08:24:51.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:50 smithi131 bash[19154]: cluster 2024-01-18T08:24:49.761016+0000 mgr.smithi112.xshois (mgr.14182) 1416 : cluster [DBG] pgmap v929: 225 pgs: 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-18T08:24:53.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:52 smithi112 bash[16324]: cluster 2024-01-18T08:24:51.762264+0000 mgr.smithi112.xshois (mgr.14182) 1417 : 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-18T08:24:53.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:52 smithi131 bash[19154]: cluster 2024-01-18T08:24:51.762264+0000 mgr.smithi112.xshois (mgr.14182) 1417 : 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-18T08:24:53.953 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:24:53.953 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:23:15.175718Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.thnswj on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:19.406486Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.yybqbp on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-yybqbp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-yybqbp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.yybqbp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.yybqbp\nDeploy daemon haproxy.nfs.foo.smithi131.yybqbp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:23.730601Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.fljglo on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-fljglo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-fljglo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.fljglo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.fljglo\nDeploy daemon haproxy.nfs.foo.smithi112.fljglo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:23.735348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.loyfky on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:23.737300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ummjih on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:24:54.598 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:24:55.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:54 smithi131 bash[19154]: cluster 2024-01-18T08:24:53.763996+0000 mgr.smithi112.xshois (mgr.14182) 1418 : 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-18T08:24:55.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:54 smithi131 bash[19154]: audit 2024-01-18T08:24:53.948387+0000 mgr.smithi112.xshois (mgr.14182) 1419 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:55.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:54 smithi112 bash[16324]: cluster 2024-01-18T08:24:53.763996+0000 mgr.smithi112.xshois (mgr.14182) 1418 : 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-18T08:24:55.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:54 smithi112 bash[16324]: audit 2024-01-18T08:24:53.948387+0000 mgr.smithi112.xshois (mgr.14182) 1419 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:55.599 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:24:57.010 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:56 smithi112 bash[16324]: cluster 2024-01-18T08:24:55.764853+0000 mgr.smithi112.xshois (mgr.14182) 1420 : 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-18T08:24:57.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:56 smithi131 bash[19154]: cluster 2024-01-18T08:24:55.764853+0000 mgr.smithi112.xshois (mgr.14182) 1420 : 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-18T08:24:58.874 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:24:58.874 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:23:15.175718Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.thnswj on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:19.406486Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.yybqbp on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-yybqbp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-yybqbp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.yybqbp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.yybqbp\nDeploy daemon haproxy.nfs.foo.smithi131.yybqbp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:23.730601Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.fljglo on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-fljglo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-fljglo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.fljglo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.fljglo\nDeploy daemon haproxy.nfs.foo.smithi112.fljglo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:23.735348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.loyfky on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:23.737300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ummjih on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:24:59.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:58 smithi131 bash[19154]: cluster 2024-01-18T08:24:57.765790+0000 mgr.smithi112.xshois (mgr.14182) 1421 : cluster [DBG] pgmap v933: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:24:59.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:58 smithi112 bash[16324]: cluster 2024-01-18T08:24:57.765790+0000 mgr.smithi112.xshois (mgr.14182) 1421 : cluster [DBG] pgmap v933: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:24:59.514 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:25:00.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:24:59 smithi131 bash[19154]: audit 2024-01-18T08:24:58.863898+0000 mgr.smithi112.xshois (mgr.14182) 1422 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:00.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:24:59 smithi112 bash[16324]: audit 2024-01-18T08:24:58.863898+0000 mgr.smithi112.xshois (mgr.14182) 1422 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:00.514 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:25:01.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:00 smithi131 bash[19154]: cluster 2024-01-18T08:24:59.767325+0000 mgr.smithi112.xshois (mgr.14182) 1423 : cluster [DBG] pgmap v934: 225 pgs: 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-18T08:25:01.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:00 smithi112 bash[16324]: cluster 2024-01-18T08:24:59.767325+0000 mgr.smithi112.xshois (mgr.14182) 1423 : cluster [DBG] pgmap v934: 225 pgs: 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-18T08:25:03.040 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:02 smithi112 bash[16324]: cluster 2024-01-18T08:25:01.768605+0000 mgr.smithi112.xshois (mgr.14182) 1424 : cluster [DBG] pgmap v935: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:25:03.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:02 smithi131 bash[19154]: cluster 2024-01-18T08:25:01.768605+0000 mgr.smithi112.xshois (mgr.14182) 1424 : cluster [DBG] pgmap v935: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:25:03.979 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:25:03.979 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:23:15.175718Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.thnswj on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:19.406486Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.yybqbp on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-yybqbp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-yybqbp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.yybqbp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.yybqbp\nDeploy daemon haproxy.nfs.foo.smithi131.yybqbp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:23.730601Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.fljglo on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-fljglo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-fljglo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.fljglo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.fljglo\nDeploy daemon haproxy.nfs.foo.smithi112.fljglo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:23.735348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.loyfky on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:23.737300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ummjih on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:25:04.590 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:25:05.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:04 smithi131 bash[19154]: cluster 2024-01-18T08:25:03.770218+0000 mgr.smithi112.xshois (mgr.14182) 1425 : cluster [DBG] pgmap v936: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:25:05.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:04 smithi131 bash[19154]: audit 2024-01-18T08:25:03.967320+0000 mgr.smithi112.xshois (mgr.14182) 1426 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:05.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:04 smithi112 bash[16324]: cluster 2024-01-18T08:25:03.770218+0000 mgr.smithi112.xshois (mgr.14182) 1425 : cluster [DBG] pgmap v936: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:25:05.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:04 smithi112 bash[16324]: audit 2024-01-18T08:25:03.967320+0000 mgr.smithi112.xshois (mgr.14182) 1426 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:05.592 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:25:06.976 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:06 smithi112 bash[16324]: cluster 2024-01-18T08:25:05.771309+0000 mgr.smithi112.xshois (mgr.14182) 1427 : cluster [DBG] pgmap v937: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:25:07.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:06 smithi131 bash[19154]: cluster 2024-01-18T08:25:05.771309+0000 mgr.smithi112.xshois (mgr.14182) 1427 : cluster [DBG] pgmap v937: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:25:08.824 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:25:08.824 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:23:15.175718Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.thnswj on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:19.406486Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.yybqbp on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-yybqbp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-yybqbp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.yybqbp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.yybqbp\nDeploy daemon haproxy.nfs.foo.smithi131.yybqbp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:23.730601Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.fljglo on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-fljglo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-fljglo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.fljglo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.fljglo\nDeploy daemon haproxy.nfs.foo.smithi112.fljglo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:23.735348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.loyfky on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:23.737300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ummjih on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:25:09.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:08 smithi131 bash[19154]: cluster 2024-01-18T08:25:07.773037+0000 mgr.smithi112.xshois (mgr.14182) 1428 : cluster [DBG] pgmap v938: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:25:09.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:08 smithi112 bash[16324]: cluster 2024-01-18T08:25:07.773037+0000 mgr.smithi112.xshois (mgr.14182) 1428 : cluster [DBG] pgmap v938: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:25:09.467 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:25:10.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:09 smithi131 bash[19154]: audit 2024-01-18T08:25:08.818086+0000 mgr.smithi112.xshois (mgr.14182) 1429 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:10.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:09 smithi112 bash[16324]: audit 2024-01-18T08:25:08.818086+0000 mgr.smithi112.xshois (mgr.14182) 1429 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:10.468 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:25:11.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:10 smithi131 bash[19154]: cluster 2024-01-18T08:25:09.774551+0000 mgr.smithi112.xshois (mgr.14182) 1430 : cluster [DBG] pgmap v939: 225 pgs: 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-18T08:25:11.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:10 smithi112 bash[16324]: cluster 2024-01-18T08:25:09.774551+0000 mgr.smithi112.xshois (mgr.14182) 1430 : cluster [DBG] pgmap v939: 225 pgs: 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-18T08:25:13.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:12 smithi112 bash[16324]: cluster 2024-01-18T08:25:11.776803+0000 mgr.smithi112.xshois (mgr.14182) 1431 : cluster [DBG] pgmap v940: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:25:13.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:12 smithi131 bash[19154]: cluster 2024-01-18T08:25:11.776803+0000 mgr.smithi112.xshois (mgr.14182) 1431 : cluster [DBG] pgmap v940: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:25:14.039 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:25:14.039 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:23:15.175718Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.thnswj on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:19.406486Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.yybqbp on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-yybqbp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-yybqbp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.yybqbp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.yybqbp\nDeploy daemon haproxy.nfs.foo.smithi131.yybqbp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:23.730601Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.fljglo on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-fljglo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-fljglo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.fljglo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.fljglo\nDeploy daemon haproxy.nfs.foo.smithi112.fljglo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:23.735348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.loyfky on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:23.737300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ummjih on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:25:14.662 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:25:15.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:14 smithi131 bash[19154]: cluster 2024-01-18T08:25:13.777921+0000 mgr.smithi112.xshois (mgr.14182) 1432 : cluster [DBG] pgmap v941: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:25:15.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:14 smithi131 bash[19154]: audit 2024-01-18T08:25:14.028323+0000 mgr.smithi112.xshois (mgr.14182) 1433 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:15.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:14 smithi112 bash[16324]: cluster 2024-01-18T08:25:13.777921+0000 mgr.smithi112.xshois (mgr.14182) 1432 : cluster [DBG] pgmap v941: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:25:15.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:14 smithi112 bash[16324]: audit 2024-01-18T08:25:14.028323+0000 mgr.smithi112.xshois (mgr.14182) 1433 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:15.663 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:25:17.092 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:16 smithi112 bash[16324]: cluster 2024-01-18T08:25:15.779579+0000 mgr.smithi112.xshois (mgr.14182) 1434 : cluster [DBG] pgmap v942: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:25:17.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:16 smithi131 bash[19154]: cluster 2024-01-18T08:25:15.779579+0000 mgr.smithi112.xshois (mgr.14182) 1434 : cluster [DBG] pgmap v942: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:25:18.978 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:25:18.978 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:23:15.175718Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.thnswj on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:19.406486Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.yybqbp on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-yybqbp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-yybqbp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.yybqbp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.yybqbp\nDeploy daemon haproxy.nfs.foo.smithi131.yybqbp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:23.730601Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.fljglo on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-fljglo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-fljglo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.fljglo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.fljglo\nDeploy daemon haproxy.nfs.foo.smithi112.fljglo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:23.735348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.loyfky on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:23.737300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ummjih on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:25:19.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:18 smithi112 bash[16324]: cluster 2024-01-18T08:25:17.780793+0000 mgr.smithi112.xshois (mgr.14182) 1435 : cluster [DBG] pgmap v943: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:25:19.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:18 smithi131 bash[19154]: cluster 2024-01-18T08:25:17.780793+0000 mgr.smithi112.xshois (mgr.14182) 1435 : cluster [DBG] pgmap v943: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:25:19.626 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:25:20.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:19 smithi112 bash[16324]: audit 2024-01-18T08:25:18.971142+0000 mgr.smithi112.xshois (mgr.14182) 1436 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:20.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:19 smithi131 bash[19154]: audit 2024-01-18T08:25:18.971142+0000 mgr.smithi112.xshois (mgr.14182) 1436 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:20.626 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:25:21.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:20 smithi112 bash[16324]: cluster 2024-01-18T08:25:19.782268+0000 mgr.smithi112.xshois (mgr.14182) 1437 : cluster [DBG] pgmap v944: 225 pgs: 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-18T08:25:21.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:20 smithi131 bash[19154]: cluster 2024-01-18T08:25:19.782268+0000 mgr.smithi112.xshois (mgr.14182) 1437 : cluster [DBG] pgmap v944: 225 pgs: 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-18T08:25:23.250 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:22 smithi131 bash[19154]: cluster 2024-01-18T08:25:21.783617+0000 mgr.smithi112.xshois (mgr.14182) 1438 : 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-18T08:25:23.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:22 smithi112 bash[16324]: cluster 2024-01-18T08:25:21.783617+0000 mgr.smithi112.xshois (mgr.14182) 1438 : 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-18T08:25:24.011 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:25:24.011 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:23:15.175718Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.thnswj on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:19.406486Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.yybqbp on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-yybqbp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-yybqbp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.yybqbp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.yybqbp\nDeploy daemon haproxy.nfs.foo.smithi131.yybqbp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:23.730601Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.fljglo on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-fljglo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-fljglo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.fljglo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.fljglo\nDeploy daemon haproxy.nfs.foo.smithi112.fljglo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:23.735348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.loyfky on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:23.737300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ummjih on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:25:24.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:23 smithi112 bash[16324]: audit 2024-01-18T08:25:23.741128+0000 mon.smithi112 (mon.0) 1010 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:25:24.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:23 smithi131 bash[19154]: audit 2024-01-18T08:25:23.741128+0000 mon.smithi112 (mon.0) 1010 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:25:24.653 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:25:25.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:24 smithi112 bash[16324]: cluster 2024-01-18T08:25:23.784673+0000 mgr.smithi112.xshois (mgr.14182) 1439 : 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-18T08:25:25.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:24 smithi112 bash[16324]: audit 2024-01-18T08:25:24.003889+0000 mgr.smithi112.xshois (mgr.14182) 1440 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:25.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:24 smithi131 bash[19154]: cluster 2024-01-18T08:25:23.784673+0000 mgr.smithi112.xshois (mgr.14182) 1439 : 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-18T08:25:25.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:24 smithi131 bash[19154]: audit 2024-01-18T08:25:24.003889+0000 mgr.smithi112.xshois (mgr.14182) 1440 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:25.654 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:25:27.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:26 smithi112 bash[16324]: cluster 2024-01-18T08:25:25.786344+0000 mgr.smithi112.xshois (mgr.14182) 1441 : 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-18T08:25:27.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:26 smithi131 bash[19154]: cluster 2024-01-18T08:25:25.786344+0000 mgr.smithi112.xshois (mgr.14182) 1441 : 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-18T08:25:28.980 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:25:28.980 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:15:02.928687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:15:02.928910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:15:02.929119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:23:15.175718Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.thnswj on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:19.406486Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.yybqbp on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-yybqbp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-yybqbp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.yybqbp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.yybqbp\nDeploy daemon haproxy.nfs.foo.smithi131.yybqbp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:23.730601Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.fljglo on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-fljglo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-fljglo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.fljglo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.fljglo\nDeploy daemon haproxy.nfs.foo.smithi112.fljglo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:23.735348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.loyfky on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:23.737300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ummjih on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:15:02.928426Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:15:02.928112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:15:02.930592Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:15:02.929325Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:15:02.929531Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:15:02.930360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:25:29.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:28 smithi112 bash[16324]: cluster 2024-01-18T08:25:27.787581+0000 mgr.smithi112.xshois (mgr.14182) 1442 : cluster [DBG] pgmap v948: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:25:29.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:28 smithi131 bash[19154]: cluster 2024-01-18T08:25:27.787581+0000 mgr.smithi112.xshois (mgr.14182) 1442 : cluster [DBG] pgmap v948: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:25:29.657 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:25:30.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:29 smithi112 bash[16324]: audit 2024-01-18T08:25:28.967571+0000 mgr.smithi112.xshois (mgr.14182) 1443 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:30.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:29 smithi112 bash[16324]: audit 2024-01-18T08:25:29.908208+0000 mon.smithi112 (mon.0) 1011 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:25:30.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:29 smithi131 bash[19154]: audit 2024-01-18T08:25:28.967571+0000 mgr.smithi112.xshois (mgr.14182) 1443 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:30.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:29 smithi131 bash[19154]: audit 2024-01-18T08:25:29.908208+0000 mon.smithi112 (mon.0) 1011 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:25:30.658 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:25:31.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:30 smithi112 bash[16324]: cluster 2024-01-18T08:25:29.789181+0000 mgr.smithi112.xshois (mgr.14182) 1444 : cluster [DBG] pgmap v949: 225 pgs: 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-18T08:25:31.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:30 smithi112 bash[16324]: audit 2024-01-18T08:25:30.199845+0000 mon.smithi112 (mon.0) 1012 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:25:31.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:30 smithi112 bash[16324]: audit 2024-01-18T08:25:30.201474+0000 mon.smithi112 (mon.0) 1013 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:25:31.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:30 smithi112 bash[16324]: audit 2024-01-18T08:25:30.209207+0000 mon.smithi112 (mon.0) 1014 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:25:31.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:30 smithi112 bash[16324]: audit 2024-01-18T08:25:30.214266+0000 mon.smithi112 (mon.0) 1015 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:25:31.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:30 smithi112 bash[16324]: audit 2024-01-18T08:25:30.228957+0000 mon.smithi112 (mon.0) 1016 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:25:31.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:30 smithi112 bash[16324]: cluster 2024-01-18T08:25:30.678517+0000 mon.smithi112 (mon.0) 1017 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:25:31.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:30 smithi112 bash[16324]: cluster 2024-01-18T08:25:30.678625+0000 mon.smithi112 (mon.0) 1018 : cluster [INF] Cluster is now healthy 2024-01-18T08:25:31.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:30 smithi131 bash[19154]: cluster 2024-01-18T08:25:29.789181+0000 mgr.smithi112.xshois (mgr.14182) 1444 : cluster [DBG] pgmap v949: 225 pgs: 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-18T08:25:31.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:30 smithi131 bash[19154]: audit 2024-01-18T08:25:30.199845+0000 mon.smithi112 (mon.0) 1012 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:25:31.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:30 smithi131 bash[19154]: audit 2024-01-18T08:25:30.201474+0000 mon.smithi112 (mon.0) 1013 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:25:31.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:30 smithi131 bash[19154]: audit 2024-01-18T08:25:30.209207+0000 mon.smithi112 (mon.0) 1014 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:25:31.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:30 smithi131 bash[19154]: audit 2024-01-18T08:25:30.214266+0000 mon.smithi112 (mon.0) 1015 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:25:31.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:30 smithi131 bash[19154]: audit 2024-01-18T08:25:30.228957+0000 mon.smithi112 (mon.0) 1016 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:25:31.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:30 smithi131 bash[19154]: cluster 2024-01-18T08:25:30.678517+0000 mon.smithi112 (mon.0) 1017 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:25:31.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:30 smithi131 bash[19154]: cluster 2024-01-18T08:25:30.678625+0000 mon.smithi112 (mon.0) 1018 : cluster [INF] Cluster is now healthy 2024-01-18T08:25:32.268 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:31 smithi112 bash[16324]: cluster 2024-01-18T08:25:30.210009+0000 mgr.smithi112.xshois (mgr.14182) 1445 : cluster [DBG] pgmap v950: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-01-18T08:25:32.268 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:31 smithi112 bash[16324]: cephadm 2024-01-18T08:25:30.233205+0000 mgr.smithi112.xshois (mgr.14182) 1446 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi131.uzqjsw on smithi131 2024-01-18T08:25:32.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:31 smithi131 bash[19154]: cluster 2024-01-18T08:25:30.210009+0000 mgr.smithi112.xshois (mgr.14182) 1445 : cluster [DBG] pgmap v950: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-01-18T08:25:32.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:31 smithi131 bash[19154]: cephadm 2024-01-18T08:25:30.233205+0000 mgr.smithi112.xshois (mgr.14182) 1446 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi131.uzqjsw on smithi131 2024-01-18T08:25:34.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:33 smithi112 bash[16324]: cluster 2024-01-18T08:25:32.211247+0000 mgr.smithi112.xshois (mgr.14182) 1447 : cluster [DBG] pgmap v951: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-01-18T08:25:34.403 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:25:34.403 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:25:29.899443Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:16:17.115628Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:25:29.899716Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:19.406486Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.yybqbp on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-yybqbp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-yybqbp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.yybqbp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.yybqbp\nDeploy daemon haproxy.nfs.foo.smithi131.yybqbp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:23.730601Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.fljglo on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-fljglo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-fljglo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.fljglo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.fljglo\nDeploy daemon haproxy.nfs.foo.smithi112.fljglo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:23.735348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.loyfky on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:23.737300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ummjih on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:25:34.014789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.uzqjsw on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uzqjsw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uzqjsw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uzqjsw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uzqjsw\nDeploy daemon haproxy.nfs.foo.smithi131.uzqjsw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -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.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:16:17.116012Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:16:17.116282Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:25:29.900507Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:16:17.116537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:16:17.117035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:16:17.118024Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:25:34.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:33 smithi131 bash[19154]: cluster 2024-01-18T08:25:32.211247+0000 mgr.smithi112.xshois (mgr.14182) 1447 : cluster [DBG] pgmap v951: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-01-18T08:25:35.111 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:25:35.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:35 smithi112 bash[16324]: cephadm 2024-01-18T08:25:34.013068+0000 mgr.smithi112.xshois (mgr.14182) 1448 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uzqjsw 2024-01-18T08:25:35.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:35 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:25:35.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:35 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uzqjsw 2024-01-18T08:25:35.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:35 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uzqjsw 2024-01-18T08:25:35.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:35 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:25:35.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:35 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uzqjsw 2024-01-18T08:25:35.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:35 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.uzqjsw ... 2024-01-18T08:25:35.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:35 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:25:35.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:35 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:25:35.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:35 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:25:35.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:35 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:25:35.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:35 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:25:35.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:35 smithi112 bash[16324]: Traceback (most recent call last): 2024-01-18T08:25:35.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:35 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:25:35.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:35 smithi112 bash[16324]: yield (conn, connr) 2024-01-18T08:25:35.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:35 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:25:35.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:35 smithi112 bash[16324]: code, '\n'.join(err))) 2024-01-18T08:25:35.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:35 smithi112 bash[16324]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uzqjsw 2024-01-18T08:25:35.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:35 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:25:35.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:35 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uzqjsw 2024-01-18T08:25:35.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:35 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uzqjsw 2024-01-18T08:25:35.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:35 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:25:35.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:35 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uzqjsw 2024-01-18T08:25:35.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:35 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.uzqjsw ... 2024-01-18T08:25:35.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:35 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:25:35.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:35 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:25:35.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:35 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:25:35.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:35 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:25:35.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:35 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:25:35.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:35 smithi112 bash[16324]: cephadm 2024-01-18T08:25:34.013351+0000 mgr.smithi112.xshois (mgr.14182) 1449 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi131.uzqjsw 2024-01-18T08:25:35.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:35 smithi112 bash[16324]: audit 2024-01-18T08:25:34.013838+0000 mon.smithi112 (mon.0) 1019 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi131.uzqjsw"}]: dispatch 2024-01-18T08:25:35.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:35 smithi112 bash[16324]: cephadm 2024-01-18T08:25:34.014946+0000 mgr.smithi112.xshois (mgr.14182) 1450 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi131.uzqjsw on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uzqjsw 2024-01-18T08:25:35.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:35 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:25:35.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:35 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uzqjsw 2024-01-18T08:25:35.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:35 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uzqjsw 2024-01-18T08:25:35.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:35 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:25:35.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:35 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uzqjsw 2024-01-18T08:25:35.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:35 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.uzqjsw ... 2024-01-18T08:25:35.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:35 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:25:35.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:35 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:25:35.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:35 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:25:35.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:35 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:25:35.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:35 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:25:35.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:35 smithi112 bash[16324]: cephadm 2024-01-18T08:25:34.017269+0000 mgr.smithi112.xshois (mgr.14182) 1451 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi112.ntqmky on smithi112 2024-01-18T08:25:35.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:35 smithi131 bash[19154]: cephadm 2024-01-18T08:25:34.013068+0000 mgr.smithi112.xshois (mgr.14182) 1448 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uzqjsw 2024-01-18T08:25:35.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:35 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:25:35.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:35 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uzqjsw 2024-01-18T08:25:35.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:35 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uzqjsw 2024-01-18T08:25:35.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:35 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:25:35.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:35 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uzqjsw 2024-01-18T08:25:35.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:35 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.uzqjsw ... 2024-01-18T08:25:35.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:35 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:25:35.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:35 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:25:35.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:35 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:25:35.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:35 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:25:35.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:35 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:25:35.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:35 smithi131 bash[19154]: Traceback (most recent call last): 2024-01-18T08:25:35.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:35 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:25:35.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:35 smithi131 bash[19154]: yield (conn, connr) 2024-01-18T08:25:35.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:35 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:25:35.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:35 smithi131 bash[19154]: code, '\n'.join(err))) 2024-01-18T08:25:35.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:35 smithi131 bash[19154]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uzqjsw 2024-01-18T08:25:35.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:35 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:25:35.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:35 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uzqjsw 2024-01-18T08:25:35.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:35 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uzqjsw 2024-01-18T08:25:35.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:35 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:25:35.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:35 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uzqjsw 2024-01-18T08:25:35.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:35 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.uzqjsw ... 2024-01-18T08:25:35.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:35 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:25:35.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:35 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:25:35.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:35 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:25:35.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:35 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:25:35.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:35 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:25:35.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:35 smithi131 bash[19154]: cephadm 2024-01-18T08:25:34.013351+0000 mgr.smithi112.xshois (mgr.14182) 1449 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi131.uzqjsw 2024-01-18T08:25:35.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:35 smithi131 bash[19154]: audit 2024-01-18T08:25:34.013838+0000 mon.smithi112 (mon.0) 1019 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi131.uzqjsw"}]: dispatch 2024-01-18T08:25:35.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:35 smithi131 bash[19154]: cephadm 2024-01-18T08:25:34.014946+0000 mgr.smithi112.xshois (mgr.14182) 1450 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi131.uzqjsw on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uzqjsw 2024-01-18T08:25:35.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:35 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:25:35.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:35 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uzqjsw 2024-01-18T08:25:35.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:35 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uzqjsw 2024-01-18T08:25:35.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:35 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:25:35.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:35 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uzqjsw 2024-01-18T08:25:35.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:35 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.uzqjsw ... 2024-01-18T08:25:35.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:35 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:25:35.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:35 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:25:35.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:35 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:25:35.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:35 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:25:35.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:35 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:25:35.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:35 smithi131 bash[19154]: cephadm 2024-01-18T08:25:34.017269+0000 mgr.smithi112.xshois (mgr.14182) 1451 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi112.ntqmky on smithi112 2024-01-18T08:25:36.111 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:25:36.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:36 smithi112 bash[16324]: cluster 2024-01-18T08:25:34.212393+0000 mgr.smithi112.xshois (mgr.14182) 1452 : cluster [DBG] pgmap v952: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-01-18T08:25:36.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:36 smithi112 bash[16324]: audit 2024-01-18T08:25:34.398563+0000 mgr.smithi112.xshois (mgr.14182) 1453 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:36.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:36 smithi131 bash[19154]: cluster 2024-01-18T08:25:34.212393+0000 mgr.smithi112.xshois (mgr.14182) 1452 : cluster [DBG] pgmap v952: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-01-18T08:25:36.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:36 smithi131 bash[19154]: audit 2024-01-18T08:25:34.398563+0000 mgr.smithi112.xshois (mgr.14182) 1453 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:38.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:38 smithi112 bash[16324]: cluster 2024-01-18T08:25:36.214123+0000 mgr.smithi112.xshois (mgr.14182) 1454 : cluster [DBG] pgmap v953: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-01-18T08:25:38.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:38 smithi131 bash[19154]: cluster 2024-01-18T08:25:36.214123+0000 mgr.smithi112.xshois (mgr.14182) 1454 : cluster [DBG] pgmap v953: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-01-18T08:25:39.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:39 smithi112 bash[16324]: audit 2024-01-18T08:25:38.133236+0000 mon.smithi112 (mon.0) 1020 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi112.ntqmky"}]: dispatch 2024-01-18T08:25:39.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:39 smithi131 bash[19154]: audit 2024-01-18T08:25:38.133236+0000 mon.smithi112 (mon.0) 1020 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi112.ntqmky"}]: dispatch 2024-01-18T08:25:39.553 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:25:39.553 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:25:29.899443Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:16:17.115628Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:25:29.899716Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:23.737300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ummjih on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:25:34.014789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.uzqjsw on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uzqjsw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uzqjsw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uzqjsw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uzqjsw\nDeploy daemon haproxy.nfs.foo.smithi131.uzqjsw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:25:38.134434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.ntqmky on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ntqmky\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ntqmky\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ntqmky\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ntqmky\nDeploy daemon haproxy.nfs.foo.smithi112.ntqmky ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:25:38.138801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.bucgwh on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:25:38.142695Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.izuqyy on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:16:17.116012Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:16:17.116282Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:25:29.900507Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:16:17.116537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:16:17.117035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:16:17.118024Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:25:40.147 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:25:40.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:40 smithi112 bash[16324]: cephadm 2024-01-18T08:25:38.132100+0000 mgr.smithi112.xshois (mgr.14182) 1455 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ntqmky 2024-01-18T08:25:40.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:40 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:25:40.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:40 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ntqmky 2024-01-18T08:25:40.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:40 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ntqmky 2024-01-18T08:25:40.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:40 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:25:40.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:40 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ntqmky 2024-01-18T08:25:40.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:40 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.ntqmky ... 2024-01-18T08:25:40.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:40 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:25:40.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:40 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:25:40.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:40 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:25:40.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:40 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:25:40.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:40 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:25:40.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:40 smithi112 bash[16324]: Traceback (most recent call last): 2024-01-18T08:25:40.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:40 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:25:40.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:40 smithi112 bash[16324]: yield (conn, connr) 2024-01-18T08:25:40.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:40 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:25:40.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:40 smithi112 bash[16324]: code, '\n'.join(err))) 2024-01-18T08:25:40.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:40 smithi112 bash[16324]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ntqmky 2024-01-18T08:25:40.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:40 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:25:40.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:40 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ntqmky 2024-01-18T08:25:40.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:40 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ntqmky 2024-01-18T08:25:40.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:40 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:25:40.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:40 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ntqmky 2024-01-18T08:25:40.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:40 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.ntqmky ... 2024-01-18T08:25:40.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:40 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:25:40.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:40 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:25:40.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:40 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:25:40.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:40 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:25:40.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:40 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:25:40.284 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:40 smithi112 bash[16324]: cephadm 2024-01-18T08:25:38.132582+0000 mgr.smithi112.xshois (mgr.14182) 1456 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi112.ntqmky 2024-01-18T08:25:40.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:40 smithi112 bash[16324]: cephadm 2024-01-18T08:25:38.134663+0000 mgr.smithi112.xshois (mgr.14182) 1457 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi112.ntqmky on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ntqmky 2024-01-18T08:25:40.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:40 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:25:40.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:40 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ntqmky 2024-01-18T08:25:40.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:40 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ntqmky 2024-01-18T08:25:40.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:40 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:25:40.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:40 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ntqmky 2024-01-18T08:25:40.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:40 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.ntqmky ... 2024-01-18T08:25:40.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:40 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:25:40.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:40 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:25:40.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:40 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:25:40.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:40 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:25:40.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:40 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:25:40.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:40 smithi112 bash[16324]: cephadm 2024-01-18T08:25:38.139018+0000 mgr.smithi112.xshois (mgr.14182) 1458 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi131.bucgwh on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:25:40.285 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:40 smithi112 bash[16324]: cephadm 2024-01-18T08:25:38.142909+0000 mgr.smithi112.xshois (mgr.14182) 1459 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi112.izuqyy on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:25:40.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:40 smithi112 bash[16324]: cluster 2024-01-18T08:25:38.144578+0000 mgr.smithi112.xshois (mgr.14182) 1460 : cluster [DBG] pgmap v954: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-01-18T08:25:40.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:40 smithi112 bash[16324]: cluster 2024-01-18T08:25:39.009835+0000 mon.smithi112 (mon.0) 1021 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:25:40.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:40 smithi131 bash[19154]: cephadm 2024-01-18T08:25:38.132100+0000 mgr.smithi112.xshois (mgr.14182) 1455 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ntqmky 2024-01-18T08:25:40.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:40 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:25:40.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:40 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ntqmky 2024-01-18T08:25:40.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:40 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ntqmky 2024-01-18T08:25:40.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:40 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:25:40.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:40 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ntqmky 2024-01-18T08:25:40.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:40 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.ntqmky ... 2024-01-18T08:25:40.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:40 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:25:40.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:40 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:25:40.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:40 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:25:40.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:40 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:25:40.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:40 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:25:40.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:40 smithi131 bash[19154]: Traceback (most recent call last): 2024-01-18T08:25:40.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:40 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:25:40.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:40 smithi131 bash[19154]: yield (conn, connr) 2024-01-18T08:25:40.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:40 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:25:40.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:40 smithi131 bash[19154]: code, '\n'.join(err))) 2024-01-18T08:25:40.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:40 smithi131 bash[19154]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ntqmky 2024-01-18T08:25:40.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:40 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:25:40.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:40 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ntqmky 2024-01-18T08:25:40.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:40 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ntqmky 2024-01-18T08:25:40.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:40 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:25:40.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:40 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ntqmky 2024-01-18T08:25:40.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:40 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.ntqmky ... 2024-01-18T08:25:40.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:40 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:25:40.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:40 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:25:40.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:40 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:25:40.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:40 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:25:40.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:40 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:25:40.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:40 smithi131 bash[19154]: cephadm 2024-01-18T08:25:38.132582+0000 mgr.smithi112.xshois (mgr.14182) 1456 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi112.ntqmky 2024-01-18T08:25:40.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:40 smithi131 bash[19154]: cephadm 2024-01-18T08:25:38.134663+0000 mgr.smithi112.xshois (mgr.14182) 1457 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi112.ntqmky on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ntqmky 2024-01-18T08:25:40.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:40 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:25:40.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:40 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ntqmky 2024-01-18T08:25:40.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:40 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ntqmky 2024-01-18T08:25:40.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:40 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:25:40.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:40 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ntqmky 2024-01-18T08:25:40.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:40 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.ntqmky ... 2024-01-18T08:25:40.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:40 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:25:40.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:40 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:25:40.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:40 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:25:40.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:40 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:25:40.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:40 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:25:40.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:40 smithi131 bash[19154]: cephadm 2024-01-18T08:25:38.139018+0000 mgr.smithi112.xshois (mgr.14182) 1458 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi131.bucgwh on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:25:40.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:40 smithi131 bash[19154]: cephadm 2024-01-18T08:25:38.142909+0000 mgr.smithi112.xshois (mgr.14182) 1459 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi112.izuqyy on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:25:40.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:40 smithi131 bash[19154]: cluster 2024-01-18T08:25:38.144578+0000 mgr.smithi112.xshois (mgr.14182) 1460 : cluster [DBG] pgmap v954: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-01-18T08:25:40.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:40 smithi131 bash[19154]: cluster 2024-01-18T08:25:39.009835+0000 mon.smithi112 (mon.0) 1021 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:25:41.147 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:25:41.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:41 smithi112 bash[16324]: audit 2024-01-18T08:25:39.541089+0000 mgr.smithi112.xshois (mgr.14182) 1461 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:41.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:41 smithi131 bash[19154]: audit 2024-01-18T08:25:39.541089+0000 mgr.smithi112.xshois (mgr.14182) 1461 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:42.314 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:42 smithi112 bash[16324]: cluster 2024-01-18T08:25:40.145960+0000 mgr.smithi112.xshois (mgr.14182) 1462 : cluster [DBG] pgmap v955: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-01-18T08:25:42.315 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:42 smithi112 bash[16324]: audit 2024-01-18T08:25:41.896295+0000 mon.smithi112 (mon.0) 1022 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:25:42.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:42 smithi131 bash[19154]: cluster 2024-01-18T08:25:40.145960+0000 mgr.smithi112.xshois (mgr.14182) 1462 : cluster [DBG] pgmap v955: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-01-18T08:25:42.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:42 smithi131 bash[19154]: audit 2024-01-18T08:25:41.896295+0000 mon.smithi112 (mon.0) 1022 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:25:44.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:44 smithi112 bash[16324]: cluster 2024-01-18T08:25:42.147769+0000 mgr.smithi112.xshois (mgr.14182) 1463 : 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-18T08:25:44.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:44 smithi131 bash[19154]: cluster 2024-01-18T08:25:42.147769+0000 mgr.smithi112.xshois (mgr.14182) 1463 : 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-18T08:25:44.453 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:25:44.453 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:25:29.899443Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:16:17.115628Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:25:29.899716Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:23.737300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ummjih on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:25:34.014789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.uzqjsw on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uzqjsw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uzqjsw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uzqjsw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uzqjsw\nDeploy daemon haproxy.nfs.foo.smithi131.uzqjsw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:25:38.134434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.ntqmky on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ntqmky\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ntqmky\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ntqmky\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ntqmky\nDeploy daemon haproxy.nfs.foo.smithi112.ntqmky ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:25:38.138801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.bucgwh on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:25:38.142695Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.izuqyy on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:16:17.116012Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:16:17.116282Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:25:29.900507Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:16:17.116537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:16:17.117035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:16:17.118024Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:25:45.101 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:25:46.102 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:25:46.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:46 smithi131 bash[19154]: cluster 2024-01-18T08:25:44.148835+0000 mgr.smithi112.xshois (mgr.14182) 1464 : 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-18T08:25:46.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:46 smithi131 bash[19154]: audit 2024-01-18T08:25:44.441371+0000 mgr.smithi112.xshois (mgr.14182) 1465 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:46.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:46 smithi112 bash[16324]: cluster 2024-01-18T08:25:44.148835+0000 mgr.smithi112.xshois (mgr.14182) 1464 : 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-18T08:25:46.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:46 smithi112 bash[16324]: audit 2024-01-18T08:25:44.441371+0000 mgr.smithi112.xshois (mgr.14182) 1465 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:48.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:48 smithi131 bash[19154]: cluster 2024-01-18T08:25:46.150805+0000 mgr.smithi112.xshois (mgr.14182) 1466 : cluster [DBG] pgmap v958: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:25:48.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:48 smithi112 bash[16324]: cluster 2024-01-18T08:25:46.150805+0000 mgr.smithi112.xshois (mgr.14182) 1466 : cluster [DBG] pgmap v958: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:25:49.385 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:25:49.385 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:25:29.899443Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:16:17.115628Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:25:29.899716Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:23.737300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ummjih on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:25:34.014789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.uzqjsw on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uzqjsw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uzqjsw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uzqjsw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uzqjsw\nDeploy daemon haproxy.nfs.foo.smithi131.uzqjsw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:25:38.134434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.ntqmky on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ntqmky\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ntqmky\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ntqmky\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ntqmky\nDeploy daemon haproxy.nfs.foo.smithi112.ntqmky ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:25:38.138801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.bucgwh on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:25:38.142695Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.izuqyy on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:16:17.116012Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:16:17.116282Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:25:29.900507Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:16:17.116537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:16:17.117035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:16:17.118024Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:25:50.001 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:25:50.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:50 smithi112 bash[16324]: cluster 2024-01-18T08:25:48.152253+0000 mgr.smithi112.xshois (mgr.14182) 1467 : 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-18T08:25:50.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:50 smithi131 bash[19154]: cluster 2024-01-18T08:25:48.152253+0000 mgr.smithi112.xshois (mgr.14182) 1467 : 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-18T08:25:51.002 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:25:51.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:51 smithi112 bash[16324]: audit 2024-01-18T08:25:49.375581+0000 mgr.smithi112.xshois (mgr.14182) 1468 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:51.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:51 smithi131 bash[19154]: audit 2024-01-18T08:25:49.375581+0000 mgr.smithi112.xshois (mgr.14182) 1468 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:52.369 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:52 smithi112 bash[16324]: cluster 2024-01-18T08:25:50.153745+0000 mgr.smithi112.xshois (mgr.14182) 1469 : cluster [DBG] pgmap v960: 225 pgs: 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-18T08:25:52.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:52 smithi131 bash[19154]: cluster 2024-01-18T08:25:50.153745+0000 mgr.smithi112.xshois (mgr.14182) 1469 : cluster [DBG] pgmap v960: 225 pgs: 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-18T08:25:54.274 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:25:54.274 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:25:29.899443Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:16:17.115628Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:25:29.899716Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:23.737300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ummjih on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:25:34.014789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.uzqjsw on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uzqjsw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uzqjsw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uzqjsw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uzqjsw\nDeploy daemon haproxy.nfs.foo.smithi131.uzqjsw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:25:38.134434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.ntqmky on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ntqmky\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ntqmky\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ntqmky\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ntqmky\nDeploy daemon haproxy.nfs.foo.smithi112.ntqmky ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:25:38.138801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.bucgwh on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:25:38.142695Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.izuqyy on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:16:17.116012Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:16:17.116282Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:25:29.900507Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:16:17.116537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:16:17.117035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:16:17.118024Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:25:54.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:54 smithi112 bash[16324]: cluster 2024-01-18T08:25:52.155605+0000 mgr.smithi112.xshois (mgr.14182) 1470 : 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-18T08:25:54.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:54 smithi131 bash[19154]: cluster 2024-01-18T08:25:52.155605+0000 mgr.smithi112.xshois (mgr.14182) 1470 : 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-18T08:25:54.943 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:25:55.945 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:25:56.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:56 smithi112 bash[16324]: cluster 2024-01-18T08:25:54.156987+0000 mgr.smithi112.xshois (mgr.14182) 1471 : 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-18T08:25:56.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:56 smithi112 bash[16324]: audit 2024-01-18T08:25:54.261712+0000 mgr.smithi112.xshois (mgr.14182) 1472 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:56.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:56 smithi131 bash[19154]: cluster 2024-01-18T08:25:54.156987+0000 mgr.smithi112.xshois (mgr.14182) 1471 : 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-18T08:25:56.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:56 smithi131 bash[19154]: audit 2024-01-18T08:25:54.261712+0000 mgr.smithi112.xshois (mgr.14182) 1472 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:58.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:25:58 smithi131 bash[19154]: cluster 2024-01-18T08:25:56.158787+0000 mgr.smithi112.xshois (mgr.14182) 1473 : cluster [DBG] pgmap v963: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:25:58.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:25:58 smithi112 bash[16324]: cluster 2024-01-18T08:25:56.158787+0000 mgr.smithi112.xshois (mgr.14182) 1473 : cluster [DBG] pgmap v963: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:25:59.204 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:25:59.204 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:25:29.899443Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:16:17.115628Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:25:29.899716Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:23.737300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ummjih on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:25:34.014789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.uzqjsw on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uzqjsw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uzqjsw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uzqjsw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uzqjsw\nDeploy daemon haproxy.nfs.foo.smithi131.uzqjsw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:25:38.134434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.ntqmky on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ntqmky\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ntqmky\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ntqmky\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ntqmky\nDeploy daemon haproxy.nfs.foo.smithi112.ntqmky ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:25:38.138801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.bucgwh on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:25:38.142695Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.izuqyy on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:16:17.116012Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:16:17.116282Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:25:29.900507Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:16:17.116537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:16:17.117035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:16:17.118024Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:25:59.833 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:26:00.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:00 smithi131 bash[19154]: cluster 2024-01-18T08:25:58.160461+0000 mgr.smithi112.xshois (mgr.14182) 1474 : 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-18T08:26:00.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:00 smithi112 bash[16324]: cluster 2024-01-18T08:25:58.160461+0000 mgr.smithi112.xshois (mgr.14182) 1474 : 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-18T08:26:00.834 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:26:01.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:01 smithi131 bash[19154]: audit 2024-01-18T08:25:59.193724+0000 mgr.smithi112.xshois (mgr.14182) 1475 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:01.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:01 smithi112 bash[16324]: audit 2024-01-18T08:25:59.193724+0000 mgr.smithi112.xshois (mgr.14182) 1475 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:02.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:02 smithi131 bash[19154]: cluster 2024-01-18T08:26:00.162061+0000 mgr.smithi112.xshois (mgr.14182) 1476 : cluster [DBG] pgmap v965: 225 pgs: 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-18T08:26:02.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:02 smithi112 bash[16324]: cluster 2024-01-18T08:26:00.162061+0000 mgr.smithi112.xshois (mgr.14182) 1476 : cluster [DBG] pgmap v965: 225 pgs: 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-18T08:26:03.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:03 smithi131 bash[19154]: cluster 2024-01-18T08:26:02.163619+0000 mgr.smithi112.xshois (mgr.14182) 1477 : 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-18T08:26:03.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:03 smithi112 bash[16324]: cluster 2024-01-18T08:26:02.163619+0000 mgr.smithi112.xshois (mgr.14182) 1477 : 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-18T08:26:04.374 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:26:04.374 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:25:29.899443Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:16:17.115628Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:25:29.899716Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:23.737300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ummjih on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:25:34.014789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.uzqjsw on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uzqjsw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uzqjsw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uzqjsw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uzqjsw\nDeploy daemon haproxy.nfs.foo.smithi131.uzqjsw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:25:38.134434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.ntqmky on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ntqmky\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ntqmky\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ntqmky\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ntqmky\nDeploy daemon haproxy.nfs.foo.smithi112.ntqmky ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:25:38.138801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.bucgwh on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:25:38.142695Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.izuqyy on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:16:17.116012Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:16:17.116282Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:25:29.900507Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:16:17.116537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:16:17.117035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:16:17.118024Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:26:04.993 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:26:05.994 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:26:06.005 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:05 smithi112 bash[16324]: cluster 2024-01-18T08:26:04.164467+0000 mgr.smithi112.xshois (mgr.14182) 1478 : 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-18T08:26:06.005 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:05 smithi112 bash[16324]: audit 2024-01-18T08:26:04.369583+0000 mgr.smithi112.xshois (mgr.14182) 1479 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:06.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:05 smithi131 bash[19154]: cluster 2024-01-18T08:26:04.164467+0000 mgr.smithi112.xshois (mgr.14182) 1478 : 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-18T08:26:06.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:05 smithi131 bash[19154]: audit 2024-01-18T08:26:04.369583+0000 mgr.smithi112.xshois (mgr.14182) 1479 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:08.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:07 smithi112 bash[16324]: cluster 2024-01-18T08:26:06.166396+0000 mgr.smithi112.xshois (mgr.14182) 1480 : cluster [DBG] pgmap v968: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:26:08.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:07 smithi131 bash[19154]: cluster 2024-01-18T08:26:06.166396+0000 mgr.smithi112.xshois (mgr.14182) 1480 : cluster [DBG] pgmap v968: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:26:09.352 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:26:09.352 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:25:29.899443Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:16:17.115628Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:25:29.899716Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:23.737300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ummjih on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:25:34.014789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.uzqjsw on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uzqjsw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uzqjsw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uzqjsw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uzqjsw\nDeploy daemon haproxy.nfs.foo.smithi131.uzqjsw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:25:38.134434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.ntqmky on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ntqmky\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ntqmky\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ntqmky\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ntqmky\nDeploy daemon haproxy.nfs.foo.smithi112.ntqmky ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:25:38.138801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.bucgwh on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:25:38.142695Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.izuqyy on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:16:17.116012Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:16:17.116282Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:25:29.900507Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:16:17.116537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:16:17.117035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:16:17.118024Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:26:09.995 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:09 smithi112 bash[16324]: cluster 2024-01-18T08:26:08.168029+0000 mgr.smithi112.xshois (mgr.14182) 1481 : 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-18T08:26:09.996 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:26:10.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:09 smithi131 bash[19154]: cluster 2024-01-18T08:26:08.168029+0000 mgr.smithi112.xshois (mgr.14182) 1481 : 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-18T08:26:10.997 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:26:11.008 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:10 smithi112 bash[16324]: audit 2024-01-18T08:26:09.341133+0000 mgr.smithi112.xshois (mgr.14182) 1482 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:11.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:10 smithi131 bash[19154]: audit 2024-01-18T08:26:09.341133+0000 mgr.smithi112.xshois (mgr.14182) 1482 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:12.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:11 smithi112 bash[16324]: cluster 2024-01-18T08:26:10.169585+0000 mgr.smithi112.xshois (mgr.14182) 1483 : cluster [DBG] pgmap v970: 225 pgs: 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-18T08:26:12.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:11 smithi131 bash[19154]: cluster 2024-01-18T08:26:10.169585+0000 mgr.smithi112.xshois (mgr.14182) 1483 : cluster [DBG] pgmap v970: 225 pgs: 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-18T08:26:13.978 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:13 smithi112 bash[16324]: cluster 2024-01-18T08:26:12.171784+0000 mgr.smithi112.xshois (mgr.14182) 1484 : 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-18T08:26:14.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:13 smithi131 bash[19154]: cluster 2024-01-18T08:26:12.171784+0000 mgr.smithi112.xshois (mgr.14182) 1484 : 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-18T08:26:14.331 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:26:14.331 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:25:29.899443Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:16:17.115628Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:25:29.899716Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:23.737300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ummjih on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:25:34.014789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.uzqjsw on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uzqjsw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uzqjsw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uzqjsw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uzqjsw\nDeploy daemon haproxy.nfs.foo.smithi131.uzqjsw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:25:38.134434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.ntqmky on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ntqmky\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ntqmky\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ntqmky\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ntqmky\nDeploy daemon haproxy.nfs.foo.smithi112.ntqmky ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:25:38.138801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.bucgwh on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:25:38.142695Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.izuqyy on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:16:17.116012Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:16:17.116282Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:25:29.900507Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:16:17.116537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:16:17.117035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:16:17.118024Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:26:14.983 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:26:15.984 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:26:15.997 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:15 smithi112 bash[16324]: cluster 2024-01-18T08:26:14.172935+0000 mgr.smithi112.xshois (mgr.14182) 1485 : cluster [DBG] pgmap v972: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:26:15.997 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:15 smithi112 bash[16324]: audit 2024-01-18T08:26:14.318782+0000 mgr.smithi112.xshois (mgr.14182) 1486 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:16.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:15 smithi131 bash[19154]: cluster 2024-01-18T08:26:14.172935+0000 mgr.smithi112.xshois (mgr.14182) 1485 : cluster [DBG] pgmap v972: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:26:16.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:15 smithi131 bash[19154]: audit 2024-01-18T08:26:14.318782+0000 mgr.smithi112.xshois (mgr.14182) 1486 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:17.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:17 smithi112 bash[16324]: cluster 2024-01-18T08:26:16.174218+0000 mgr.smithi112.xshois (mgr.14182) 1487 : cluster [DBG] pgmap v973: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:26:18.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:17 smithi131 bash[19154]: cluster 2024-01-18T08:26:16.174218+0000 mgr.smithi112.xshois (mgr.14182) 1487 : cluster [DBG] pgmap v973: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:26:19.460 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:26:19.460 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:25:29.899443Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:16:17.115628Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:25:29.899716Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:23.737300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ummjih on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:25:34.014789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.uzqjsw on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uzqjsw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uzqjsw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uzqjsw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uzqjsw\nDeploy daemon haproxy.nfs.foo.smithi131.uzqjsw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:25:38.134434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.ntqmky on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ntqmky\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ntqmky\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ntqmky\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ntqmky\nDeploy daemon haproxy.nfs.foo.smithi112.ntqmky ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:25:38.138801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.bucgwh on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:25:38.142695Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.izuqyy on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:16:17.116012Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:16:17.116282Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:25:29.900507Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:16:17.116537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:16:17.117035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:16:17.118024Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:26:19.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:19 smithi112 bash[16324]: cluster 2024-01-18T08:26:18.175780+0000 mgr.smithi112.xshois (mgr.14182) 1488 : cluster [DBG] pgmap v974: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:26:20.119 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:26:20.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:19 smithi131 bash[19154]: cluster 2024-01-18T08:26:18.175780+0000 mgr.smithi112.xshois (mgr.14182) 1488 : cluster [DBG] pgmap v974: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:26:21.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:20 smithi112 bash[16324]: audit 2024-01-18T08:26:19.453811+0000 mgr.smithi112.xshois (mgr.14182) 1489 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:21.120 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:26:21.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:20 smithi131 bash[19154]: audit 2024-01-18T08:26:19.453811+0000 mgr.smithi112.xshois (mgr.14182) 1489 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:22.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:21 smithi112 bash[16324]: cluster 2024-01-18T08:26:20.177309+0000 mgr.smithi112.xshois (mgr.14182) 1490 : cluster [DBG] pgmap v975: 225 pgs: 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-18T08:26:22.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:21 smithi131 bash[19154]: cluster 2024-01-18T08:26:20.177309+0000 mgr.smithi112.xshois (mgr.14182) 1490 : cluster [DBG] pgmap v975: 225 pgs: 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-18T08:26:24.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:23 smithi112 bash[16324]: cluster 2024-01-18T08:26:22.179126+0000 mgr.smithi112.xshois (mgr.14182) 1491 : cluster [DBG] pgmap v976: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:26:24.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:23 smithi131 bash[19154]: cluster 2024-01-18T08:26:22.179126+0000 mgr.smithi112.xshois (mgr.14182) 1491 : cluster [DBG] pgmap v976: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:26:24.527 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:26:24.527 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:25:29.899443Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:16:17.115628Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:25:29.899716Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:23.737300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ummjih on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:25:34.014789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.uzqjsw on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uzqjsw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uzqjsw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uzqjsw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uzqjsw\nDeploy daemon haproxy.nfs.foo.smithi131.uzqjsw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:25:38.134434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.ntqmky on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ntqmky\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ntqmky\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ntqmky\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ntqmky\nDeploy daemon haproxy.nfs.foo.smithi112.ntqmky ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:25:38.138801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.bucgwh on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:25:38.142695Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.izuqyy on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:16:17.116012Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:16:17.116282Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:25:29.900507Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:16:17.116537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:16:17.117035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:16:17.118024Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:26:25.235 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:26:26.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:25 smithi112 bash[16324]: cluster 2024-01-18T08:26:24.180617+0000 mgr.smithi112.xshois (mgr.14182) 1492 : cluster [DBG] pgmap v977: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:26:26.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:25 smithi112 bash[16324]: audit 2024-01-18T08:26:24.522818+0000 mgr.smithi112.xshois (mgr.14182) 1493 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:26.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:25 smithi131 bash[19154]: cluster 2024-01-18T08:26:24.180617+0000 mgr.smithi112.xshois (mgr.14182) 1492 : cluster [DBG] pgmap v977: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:26:26.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:25 smithi131 bash[19154]: audit 2024-01-18T08:26:24.522818+0000 mgr.smithi112.xshois (mgr.14182) 1493 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:26.236 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:26:28.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:27 smithi112 bash[16324]: cluster 2024-01-18T08:26:26.182734+0000 mgr.smithi112.xshois (mgr.14182) 1494 : cluster [DBG] pgmap v978: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:26:28.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:27 smithi131 bash[19154]: cluster 2024-01-18T08:26:26.182734+0000 mgr.smithi112.xshois (mgr.14182) 1494 : cluster [DBG] pgmap v978: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:26:29.574 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:26:29.574 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:25:29.899443Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:16:17.115628Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:25:29.899716Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:23.737300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ummjih on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:25:34.014789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.uzqjsw on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uzqjsw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uzqjsw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uzqjsw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uzqjsw\nDeploy daemon haproxy.nfs.foo.smithi131.uzqjsw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:25:38.134434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.ntqmky on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ntqmky\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ntqmky\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ntqmky\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ntqmky\nDeploy daemon haproxy.nfs.foo.smithi112.ntqmky ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:25:38.138801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.bucgwh on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:25:38.142695Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.izuqyy on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:16:17.116012Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:16:17.116282Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:25:29.900507Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:16:17.116537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:16:17.117035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:16:17.118024Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:26:30.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:29 smithi112 bash[16324]: cluster 2024-01-18T08:26:28.184562+0000 mgr.smithi112.xshois (mgr.14182) 1495 : cluster [DBG] pgmap v979: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:26:30.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:29 smithi131 bash[19154]: cluster 2024-01-18T08:26:28.184562+0000 mgr.smithi112.xshois (mgr.14182) 1495 : cluster [DBG] pgmap v979: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:26:30.259 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:26:31.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:30 smithi131 bash[19154]: audit 2024-01-18T08:26:29.567044+0000 mgr.smithi112.xshois (mgr.14182) 1496 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:31.260 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:26:31.273 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:30 smithi112 bash[16324]: audit 2024-01-18T08:26:29.567044+0000 mgr.smithi112.xshois (mgr.14182) 1496 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:32.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:31 smithi131 bash[19154]: cluster 2024-01-18T08:26:30.186068+0000 mgr.smithi112.xshois (mgr.14182) 1497 : cluster [DBG] pgmap v980: 225 pgs: 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-18T08:26:32.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:31 smithi112 bash[16324]: cluster 2024-01-18T08:26:30.186068+0000 mgr.smithi112.xshois (mgr.14182) 1497 : cluster [DBG] pgmap v980: 225 pgs: 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-18T08:26:34.068 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:33 smithi112 bash[16324]: cluster 2024-01-18T08:26:32.187580+0000 mgr.smithi112.xshois (mgr.14182) 1498 : cluster [DBG] pgmap v981: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:26:34.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:33 smithi131 bash[19154]: cluster 2024-01-18T08:26:32.187580+0000 mgr.smithi112.xshois (mgr.14182) 1498 : cluster [DBG] pgmap v981: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:26:34.490 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:26:34.490 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:25:29.899443Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:16:17.115628Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:25:29.899716Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:23.737300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ummjih on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:25:34.014789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.uzqjsw on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uzqjsw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uzqjsw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uzqjsw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uzqjsw\nDeploy daemon haproxy.nfs.foo.smithi131.uzqjsw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:25:38.134434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.ntqmky on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ntqmky\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ntqmky\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ntqmky\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ntqmky\nDeploy daemon haproxy.nfs.foo.smithi112.ntqmky ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:25:38.138801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.bucgwh on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:25:38.142695Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.izuqyy on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:16:17.116012Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:16:17.116282Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:25:29.900507Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:16:17.116537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:16:17.117035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:16:17.118024Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:26:35.163 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:26:36.163 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:26:36.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:35 smithi131 bash[19154]: cluster 2024-01-18T08:26:34.189096+0000 mgr.smithi112.xshois (mgr.14182) 1499 : cluster [DBG] pgmap v982: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:26:36.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:35 smithi131 bash[19154]: audit 2024-01-18T08:26:34.485209+0000 mgr.smithi112.xshois (mgr.14182) 1500 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:36.176 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:35 smithi112 bash[16324]: cluster 2024-01-18T08:26:34.189096+0000 mgr.smithi112.xshois (mgr.14182) 1499 : cluster [DBG] pgmap v982: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:26:36.176 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:35 smithi112 bash[16324]: audit 2024-01-18T08:26:34.485209+0000 mgr.smithi112.xshois (mgr.14182) 1500 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:38.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:37 smithi131 bash[19154]: cluster 2024-01-18T08:26:36.190496+0000 mgr.smithi112.xshois (mgr.14182) 1501 : 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-18T08:26:38.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:37 smithi112 bash[16324]: cluster 2024-01-18T08:26:36.190496+0000 mgr.smithi112.xshois (mgr.14182) 1501 : 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-18T08:26:39.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:38 smithi131 bash[19154]: audit 2024-01-18T08:26:38.146985+0000 mon.smithi112 (mon.0) 1023 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:26:39.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:38 smithi131 bash[19154]: audit 2024-01-18T08:26:38.452357+0000 mon.smithi112 (mon.0) 1024 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:26:39.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:38 smithi112 bash[16324]: audit 2024-01-18T08:26:38.146985+0000 mon.smithi112 (mon.0) 1023 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:26:39.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:38 smithi112 bash[16324]: audit 2024-01-18T08:26:38.452357+0000 mon.smithi112 (mon.0) 1024 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:26:39.409 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:26:39.409 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:25:29.899443Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:16:17.115628Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:25:29.899716Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:23.737300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ummjih on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:25:34.014789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.uzqjsw on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uzqjsw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uzqjsw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uzqjsw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uzqjsw\nDeploy daemon haproxy.nfs.foo.smithi131.uzqjsw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:25:38.134434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.ntqmky on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ntqmky\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ntqmky\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ntqmky\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ntqmky\nDeploy daemon haproxy.nfs.foo.smithi112.ntqmky ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:25:38.138801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.bucgwh on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:25:38.142695Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.izuqyy on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:16:17.116012Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:16:17.116282Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:25:29.900507Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:16:17.116537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:16:17.117035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:16:17.116789Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:16:17.118024Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:26:40.093 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:39 smithi112 bash[16324]: cluster 2024-01-18T08:26:38.191663+0000 mgr.smithi112.xshois (mgr.14182) 1502 : 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-18T08:26:40.094 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:26:40.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:39 smithi131 bash[19154]: cluster 2024-01-18T08:26:38.191663+0000 mgr.smithi112.xshois (mgr.14182) 1502 : 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-18T08:26:41.095 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:26:41.129 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:40 smithi112 bash[16324]: audit 2024-01-18T08:26:39.405249+0000 mgr.smithi112.xshois (mgr.14182) 1503 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:41.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:40 smithi131 bash[19154]: audit 2024-01-18T08:26:39.405249+0000 mgr.smithi112.xshois (mgr.14182) 1503 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:42.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:41 smithi131 bash[19154]: cluster 2024-01-18T08:26:40.193233+0000 mgr.smithi112.xshois (mgr.14182) 1504 : 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-18T08:26:42.215 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:41 smithi112 bash[16324]: cluster 2024-01-18T08:26:40.193233+0000 mgr.smithi112.xshois (mgr.14182) 1504 : 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-18T08:26:44.118 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:43 smithi112 bash[16324]: cluster 2024-01-18T08:26:42.195114+0000 mgr.smithi112.xshois (mgr.14182) 1505 : 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-18T08:26:44.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:43 smithi131 bash[19154]: cluster 2024-01-18T08:26:42.195114+0000 mgr.smithi112.xshois (mgr.14182) 1505 : 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-18T08:26:44.485 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:26:44.485 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:25:29.899443Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:25:29.899607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:25:29.899716Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:23.737300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ummjih on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:25:34.014789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.uzqjsw on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uzqjsw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uzqjsw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uzqjsw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uzqjsw\nDeploy daemon haproxy.nfs.foo.smithi131.uzqjsw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:25:38.134434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.ntqmky on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ntqmky\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ntqmky\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ntqmky\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ntqmky\nDeploy daemon haproxy.nfs.foo.smithi112.ntqmky ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:25:38.138801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.bucgwh on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:25:38.142695Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.izuqyy on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:25:29.899330Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:25:29.899118Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:25:29.900507Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:25:29.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:25:29.899922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:26:44.008761Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:25:29.900404Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:26:45.148 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:26:45.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:45 smithi112 bash[16324]: audit 2024-01-18T08:26:44.022270+0000 mon.smithi112 (mon.0) 1025 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:26:45.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:45 smithi112 bash[16324]: audit 2024-01-18T08:26:44.316377+0000 mon.smithi112 (mon.0) 1026 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:26:45.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:45 smithi112 bash[16324]: audit 2024-01-18T08:26:44.317917+0000 mon.smithi112 (mon.0) 1027 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:26:45.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:45 smithi112 bash[16324]: audit 2024-01-18T08:26:44.326565+0000 mon.smithi112 (mon.0) 1028 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:26:45.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:45 smithi112 bash[16324]: audit 2024-01-18T08:26:44.333380+0000 mon.smithi112 (mon.0) 1029 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:26:45.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:45 smithi112 bash[16324]: audit 2024-01-18T08:26:44.349329+0000 mon.smithi112 (mon.0) 1030 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:26:45.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:45 smithi131 bash[19154]: audit 2024-01-18T08:26:44.022270+0000 mon.smithi112 (mon.0) 1025 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:26:45.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:45 smithi131 bash[19154]: audit 2024-01-18T08:26:44.316377+0000 mon.smithi112 (mon.0) 1026 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:26:45.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:45 smithi131 bash[19154]: audit 2024-01-18T08:26:44.317917+0000 mon.smithi112 (mon.0) 1027 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:26:45.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:45 smithi131 bash[19154]: audit 2024-01-18T08:26:44.326565+0000 mon.smithi112 (mon.0) 1028 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:26:45.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:45 smithi131 bash[19154]: audit 2024-01-18T08:26:44.333380+0000 mon.smithi112 (mon.0) 1029 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:26:45.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:45 smithi131 bash[19154]: audit 2024-01-18T08:26:44.349329+0000 mon.smithi112 (mon.0) 1030 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:26:46.149 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:26:46.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:46 smithi112 bash[16324]: cluster 2024-01-18T08:26:44.196429+0000 mgr.smithi112.xshois (mgr.14182) 1506 : 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-18T08:26:46.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:46 smithi112 bash[16324]: cluster 2024-01-18T08:26:44.328106+0000 mgr.smithi112.xshois (mgr.14182) 1507 : cluster [DBG] pgmap v988: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-18T08:26:46.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:46 smithi112 bash[16324]: cephadm 2024-01-18T08:26:44.353043+0000 mgr.smithi112.xshois (mgr.14182) 1508 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi131.hytasx on smithi131 2024-01-18T08:26:46.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:46 smithi112 bash[16324]: audit 2024-01-18T08:26:44.473698+0000 mgr.smithi112.xshois (mgr.14182) 1509 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:46.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:46 smithi112 bash[16324]: cluster 2024-01-18T08:26:45.017059+0000 mon.smithi112 (mon.0) 1031 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:26:46.283 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:46 smithi112 bash[16324]: cluster 2024-01-18T08:26:45.017130+0000 mon.smithi112 (mon.0) 1032 : cluster [INF] Cluster is now healthy 2024-01-18T08:26:46.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:46 smithi131 bash[19154]: cluster 2024-01-18T08:26:44.196429+0000 mgr.smithi112.xshois (mgr.14182) 1506 : 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-18T08:26:46.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:46 smithi131 bash[19154]: cluster 2024-01-18T08:26:44.328106+0000 mgr.smithi112.xshois (mgr.14182) 1507 : cluster [DBG] pgmap v988: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-18T08:26:46.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:46 smithi131 bash[19154]: cephadm 2024-01-18T08:26:44.353043+0000 mgr.smithi112.xshois (mgr.14182) 1508 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi131.hytasx on smithi131 2024-01-18T08:26:46.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:46 smithi131 bash[19154]: audit 2024-01-18T08:26:44.473698+0000 mgr.smithi112.xshois (mgr.14182) 1509 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:46.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:46 smithi131 bash[19154]: cluster 2024-01-18T08:26:45.017059+0000 mon.smithi112 (mon.0) 1031 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:26:46.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:46 smithi131 bash[19154]: cluster 2024-01-18T08:26:45.017130+0000 mon.smithi112 (mon.0) 1032 : cluster [INF] Cluster is now healthy 2024-01-18T08:26:48.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:48 smithi131 bash[19154]: cluster 2024-01-18T08:26:46.329456+0000 mgr.smithi112.xshois (mgr.14182) 1510 : cluster [DBG] pgmap v989: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-18T08:26:48.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:48 smithi112 bash[16324]: cluster 2024-01-18T08:26:46.329456+0000 mgr.smithi112.xshois (mgr.14182) 1510 : cluster [DBG] pgmap v989: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-18T08:26:49.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:49 smithi131 bash[19154]: cephadm 2024-01-18T08:26:48.110876+0000 mgr.smithi112.xshois (mgr.14182) 1511 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-hytasx 2024-01-18T08:26:49.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:49 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:26:49.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:49 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-hytasx 2024-01-18T08:26:49.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:49 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.hytasx 2024-01-18T08:26:49.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:49 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:26:49.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:49 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.hytasx 2024-01-18T08:26:49.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:49 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.hytasx ... 2024-01-18T08:26:49.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:49 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:26:49.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:49 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:26:49.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:49 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:26:49.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:49 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:26:49.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:49 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:26:49.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:49 smithi131 bash[19154]: Traceback (most recent call last): 2024-01-18T08:26:49.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:49 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:26:49.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:49 smithi131 bash[19154]: yield (conn, connr) 2024-01-18T08:26:49.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:49 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:26:49.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:49 smithi131 bash[19154]: code, '\n'.join(err))) 2024-01-18T08:26:49.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:49 smithi131 bash[19154]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-hytasx 2024-01-18T08:26:49.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:49 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:26:49.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:49 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-hytasx 2024-01-18T08:26:49.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:49 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.hytasx 2024-01-18T08:26:49.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:49 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:26:49.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:49 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.hytasx 2024-01-18T08:26:49.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:49 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.hytasx ... 2024-01-18T08:26:49.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:49 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:26:49.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:49 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:26:49.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:49 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:26:49.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:49 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:26:49.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:49 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:26:49.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:49 smithi131 bash[19154]: cephadm 2024-01-18T08:26:48.111366+0000 mgr.smithi112.xshois (mgr.14182) 1512 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi131.hytasx 2024-01-18T08:26:49.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:49 smithi131 bash[19154]: audit 2024-01-18T08:26:48.112055+0000 mon.smithi112 (mon.0) 1033 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi131.hytasx"}]: dispatch 2024-01-18T08:26:49.517 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:26:49.517 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:25:29.899443Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:25:29.899607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:25:29.899716Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:25:34.014789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.uzqjsw on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uzqjsw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-uzqjsw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uzqjsw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.uzqjsw\nDeploy daemon haproxy.nfs.foo.smithi131.uzqjsw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:25:38.134434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.ntqmky on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ntqmky\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-ntqmky\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ntqmky\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.ntqmky\nDeploy daemon haproxy.nfs.foo.smithi112.ntqmky ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:25:38.138801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.bucgwh on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:25:38.142695Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.izuqyy on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:48.113477Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hytasx on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-hytasx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-hytasx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.hytasx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.hytasx\nDeploy daemon haproxy.nfs.foo.smithi131.hytasx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -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.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:25:29.899330Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:25:29.899118Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:25:29.900507Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:25:29.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:25:29.899922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:26:44.008761Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:25:29.900404Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:26:49.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:49 smithi112 bash[16324]: cephadm 2024-01-18T08:26:48.110876+0000 mgr.smithi112.xshois (mgr.14182) 1511 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-hytasx 2024-01-18T08:26:49.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:49 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:26:49.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:49 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-hytasx 2024-01-18T08:26:49.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:49 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.hytasx 2024-01-18T08:26:49.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:49 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:26:49.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:49 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.hytasx 2024-01-18T08:26:49.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:49 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.hytasx ... 2024-01-18T08:26:49.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:49 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:26:49.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:49 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:26:49.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:49 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:26:49.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:49 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:26:49.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:49 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:26:49.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:49 smithi112 bash[16324]: Traceback (most recent call last): 2024-01-18T08:26:49.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:49 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:26:49.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:49 smithi112 bash[16324]: yield (conn, connr) 2024-01-18T08:26:49.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:49 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:26:49.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:49 smithi112 bash[16324]: code, '\n'.join(err))) 2024-01-18T08:26:49.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:49 smithi112 bash[16324]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-hytasx 2024-01-18T08:26:49.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:49 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:26:49.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:49 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-hytasx 2024-01-18T08:26:49.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:49 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.hytasx 2024-01-18T08:26:49.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:49 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:26:49.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:49 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.hytasx 2024-01-18T08:26:49.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:49 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.hytasx ... 2024-01-18T08:26:49.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:49 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:26:49.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:49 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:26:49.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:49 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:26:49.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:49 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:26:49.536 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:49 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:26:49.536 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:49 smithi112 bash[16324]: cephadm 2024-01-18T08:26:48.111366+0000 mgr.smithi112.xshois (mgr.14182) 1512 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi131.hytasx 2024-01-18T08:26:49.536 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:49 smithi112 bash[16324]: audit 2024-01-18T08:26:48.112055+0000 mon.smithi112 (mon.0) 1033 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi131.hytasx"}]: dispatch 2024-01-18T08:26:50.249 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:26:50.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:50 smithi131 bash[19154]: cephadm 2024-01-18T08:26:48.113692+0000 mgr.smithi112.xshois (mgr.14182) 1513 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi131.hytasx on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-hytasx 2024-01-18T08:26:50.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:50 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:26:50.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:50 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-hytasx 2024-01-18T08:26:50.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:50 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.hytasx 2024-01-18T08:26:50.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:50 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:26:50.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:50 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.hytasx 2024-01-18T08:26:50.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:50 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.hytasx ... 2024-01-18T08:26:50.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:50 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:26:50.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:50 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:26:50.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:50 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:26:50.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:50 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:26:50.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:50 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:26:50.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:50 smithi131 bash[19154]: cephadm 2024-01-18T08:26:48.118449+0000 mgr.smithi112.xshois (mgr.14182) 1514 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi112.scatrk on smithi112 2024-01-18T08:26:50.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:50 smithi131 bash[19154]: cluster 2024-01-18T08:26:48.330466+0000 mgr.smithi112.xshois (mgr.14182) 1515 : cluster [DBG] pgmap v990: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-18T08:26:50.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:50 smithi112 bash[16324]: cephadm 2024-01-18T08:26:48.113692+0000 mgr.smithi112.xshois (mgr.14182) 1513 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi131.hytasx on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-hytasx 2024-01-18T08:26:50.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:50 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:26:50.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:50 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-hytasx 2024-01-18T08:26:50.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:50 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.hytasx 2024-01-18T08:26:50.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:50 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:26:50.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:50 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.hytasx 2024-01-18T08:26:50.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:50 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.hytasx ... 2024-01-18T08:26:50.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:50 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:26:50.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:50 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:26:50.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:50 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:26:50.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:50 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:26:50.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:50 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:26:50.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:50 smithi112 bash[16324]: cephadm 2024-01-18T08:26:48.118449+0000 mgr.smithi112.xshois (mgr.14182) 1514 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi112.scatrk on smithi112 2024-01-18T08:26:50.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:50 smithi112 bash[16324]: cluster 2024-01-18T08:26:48.330466+0000 mgr.smithi112.xshois (mgr.14182) 1515 : cluster [DBG] pgmap v990: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-18T08:26:51.250 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:26:51.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:51 smithi131 bash[19154]: audit 2024-01-18T08:26:49.508549+0000 mgr.smithi112.xshois (mgr.14182) 1516 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:51.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:51 smithi112 bash[16324]: audit 2024-01-18T08:26:49.508549+0000 mgr.smithi112.xshois (mgr.14182) 1516 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:52.344 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:52 smithi112 bash[16324]: cluster 2024-01-18T08:26:50.331730+0000 mgr.smithi112.xshois (mgr.14182) 1517 : cluster [DBG] pgmap v991: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-18T08:26:52.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:52 smithi131 bash[19154]: cluster 2024-01-18T08:26:50.331730+0000 mgr.smithi112.xshois (mgr.14182) 1517 : cluster [DBG] pgmap v991: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-18T08:26:53.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:53 smithi112 bash[16324]: audit 2024-01-18T08:26:52.383534+0000 mon.smithi112 (mon.0) 1034 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi112.scatrk"}]: dispatch 2024-01-18T08:26:53.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:53 smithi131 bash[19154]: audit 2024-01-18T08:26:52.383534+0000 mon.smithi112 (mon.0) 1034 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi112.scatrk"}]: dispatch 2024-01-18T08:26:54.327 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:54 smithi112 bash[16324]: cluster 2024-01-18T08:26:52.333530+0000 mgr.smithi112.xshois (mgr.14182) 1518 : cluster [DBG] pgmap v992: 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-18T08:26:54.327 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:54 smithi112 bash[16324]: cephadm 2024-01-18T08:26:52.382491+0000 mgr.smithi112.xshois (mgr.14182) 1519 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-scatrk 2024-01-18T08:26:54.327 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:54 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:26:54.327 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:54 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-scatrk 2024-01-18T08:26:54.327 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:54 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.scatrk 2024-01-18T08:26:54.327 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:54 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:26:54.327 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:54 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.scatrk 2024-01-18T08:26:54.328 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:54 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.scatrk ... 2024-01-18T08:26:54.328 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:54 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:26:54.328 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:54 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:26:54.328 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:54 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:26:54.328 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:54 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:26:54.328 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:54 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:26:54.328 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:54 smithi112 bash[16324]: Traceback (most recent call last): 2024-01-18T08:26:54.328 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:54 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:26:54.328 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:54 smithi112 bash[16324]: yield (conn, connr) 2024-01-18T08:26:54.328 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:54 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:26:54.328 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:54 smithi112 bash[16324]: code, '\n'.join(err))) 2024-01-18T08:26:54.328 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:54 smithi112 bash[16324]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-scatrk 2024-01-18T08:26:54.328 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:54 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:26:54.329 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:54 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-scatrk 2024-01-18T08:26:54.329 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:54 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.scatrk 2024-01-18T08:26:54.329 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:54 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:26:54.329 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:54 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.scatrk 2024-01-18T08:26:54.329 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:54 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.scatrk ... 2024-01-18T08:26:54.329 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:54 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:26:54.329 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:54 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:26:54.329 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:54 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:26:54.329 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:54 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:26:54.329 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:54 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:26:54.330 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:54 smithi112 bash[16324]: cephadm 2024-01-18T08:26:52.383007+0000 mgr.smithi112.xshois (mgr.14182) 1520 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi112.scatrk 2024-01-18T08:26:54.330 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:54 smithi112 bash[16324]: cephadm 2024-01-18T08:26:52.384806+0000 mgr.smithi112.xshois (mgr.14182) 1521 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi112.scatrk on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-scatrk 2024-01-18T08:26:54.330 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:54 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:26:54.330 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:54 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-scatrk 2024-01-18T08:26:54.330 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:54 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.scatrk 2024-01-18T08:26:54.330 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:54 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:26:54.330 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:54 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.scatrk 2024-01-18T08:26:54.330 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:54 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.scatrk ... 2024-01-18T08:26:54.330 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:54 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:26:54.330 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:54 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:26:54.330 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:54 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:26:54.330 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:54 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:26:54.330 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:54 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:26:54.330 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:54 smithi112 bash[16324]: cephadm 2024-01-18T08:26:52.388738+0000 mgr.smithi112.xshois (mgr.14182) 1522 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi131.scffob on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:26:54.330 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:54 smithi112 bash[16324]: cephadm 2024-01-18T08:26:52.391085+0000 mgr.smithi112.xshois (mgr.14182) 1523 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi112.ivhcsw on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:26:54.331 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:54 smithi112 bash[16324]: cluster 2024-01-18T08:26:52.392336+0000 mgr.smithi112.xshois (mgr.14182) 1524 : cluster [DBG] pgmap v993: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 124 B/s rd, 0 op/s 2024-01-18T08:26:54.331 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:54 smithi112 bash[16324]: cluster 2024-01-18T08:26:53.062428+0000 mon.smithi112 (mon.0) 1035 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:26:54.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:54 smithi131 bash[19154]: cluster 2024-01-18T08:26:52.333530+0000 mgr.smithi112.xshois (mgr.14182) 1518 : cluster [DBG] pgmap v992: 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-18T08:26:54.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:54 smithi131 bash[19154]: cephadm 2024-01-18T08:26:52.382491+0000 mgr.smithi112.xshois (mgr.14182) 1519 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-scatrk 2024-01-18T08:26:54.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:54 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:26:54.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:54 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-scatrk 2024-01-18T08:26:54.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:54 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.scatrk 2024-01-18T08:26:54.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:54 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:26:54.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:54 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.scatrk 2024-01-18T08:26:54.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:54 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.scatrk ... 2024-01-18T08:26:54.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:54 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:26:54.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:54 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:26:54.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:54 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:26:54.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:54 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:26:54.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:54 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:26:54.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:54 smithi131 bash[19154]: Traceback (most recent call last): 2024-01-18T08:26:54.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:54 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:26:54.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:54 smithi131 bash[19154]: yield (conn, connr) 2024-01-18T08:26:54.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:54 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:26:54.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:54 smithi131 bash[19154]: code, '\n'.join(err))) 2024-01-18T08:26:54.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:54 smithi131 bash[19154]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-scatrk 2024-01-18T08:26:54.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:54 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:26:54.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:54 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-scatrk 2024-01-18T08:26:54.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:54 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.scatrk 2024-01-18T08:26:54.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:54 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:26:54.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:54 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.scatrk 2024-01-18T08:26:54.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:54 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.scatrk ... 2024-01-18T08:26:54.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:54 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:26:54.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:54 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:26:54.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:54 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:26:54.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:54 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:26:54.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:54 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:26:54.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:54 smithi131 bash[19154]: cephadm 2024-01-18T08:26:52.383007+0000 mgr.smithi112.xshois (mgr.14182) 1520 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi112.scatrk 2024-01-18T08:26:54.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:54 smithi131 bash[19154]: cephadm 2024-01-18T08:26:52.384806+0000 mgr.smithi112.xshois (mgr.14182) 1521 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi112.scatrk on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-scatrk 2024-01-18T08:26:54.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:54 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:26:54.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:54 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-scatrk 2024-01-18T08:26:54.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:54 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.scatrk 2024-01-18T08:26:54.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:54 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:26:54.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:54 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.scatrk 2024-01-18T08:26:54.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:54 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.scatrk ... 2024-01-18T08:26:54.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:54 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:26:54.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:54 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:26:54.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:54 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:26:54.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:54 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:26:54.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:54 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:26:54.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:54 smithi131 bash[19154]: cephadm 2024-01-18T08:26:52.388738+0000 mgr.smithi112.xshois (mgr.14182) 1522 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi131.scffob on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:26:54.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:54 smithi131 bash[19154]: cephadm 2024-01-18T08:26:52.391085+0000 mgr.smithi112.xshois (mgr.14182) 1523 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi112.ivhcsw on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:26:54.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:54 smithi131 bash[19154]: cluster 2024-01-18T08:26:52.392336+0000 mgr.smithi112.xshois (mgr.14182) 1524 : cluster [DBG] pgmap v993: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 124 B/s rd, 0 op/s 2024-01-18T08:26:54.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:54 smithi131 bash[19154]: cluster 2024-01-18T08:26:53.062428+0000 mon.smithi112 (mon.0) 1035 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:26:54.765 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:26:54.765 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:25:29.899443Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:25:29.899607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:25:29.899716Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:25:38.142695Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.izuqyy on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:48.113477Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hytasx on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-hytasx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-hytasx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.hytasx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.hytasx\nDeploy daemon haproxy.nfs.foo.smithi131.hytasx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:26:52.384578Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.scatrk on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-scatrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-scatrk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.scatrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.scatrk\nDeploy daemon haproxy.nfs.foo.smithi112.scatrk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:26:52.388596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.scffob on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:52.390948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ivhcsw on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:25:29.899330Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:25:29.899118Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:25:29.900507Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:25:29.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:25:29.899922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:26:44.008761Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:25:29.900404Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:26:55.405 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:26:56.406 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:26:56.418 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:56 smithi112 bash[16324]: cluster 2024-01-18T08:26:54.393670+0000 mgr.smithi112.xshois (mgr.14182) 1525 : cluster [DBG] pgmap v994: 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-18T08:26:56.419 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:56 smithi112 bash[16324]: audit 2024-01-18T08:26:54.753646+0000 mgr.smithi112.xshois (mgr.14182) 1526 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:56.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:56 smithi131 bash[19154]: cluster 2024-01-18T08:26:54.393670+0000 mgr.smithi112.xshois (mgr.14182) 1525 : cluster [DBG] pgmap v994: 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-18T08:26:56.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:56 smithi131 bash[19154]: audit 2024-01-18T08:26:54.753646+0000 mgr.smithi112.xshois (mgr.14182) 1526 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:58.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:57 smithi112 bash[16324]: cluster 2024-01-18T08:26:56.395309+0000 mgr.smithi112.xshois (mgr.14182) 1527 : cluster [DBG] pgmap v995: 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-18T08:26:58.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:57 smithi112 bash[16324]: audit 2024-01-18T08:26:56.960083+0000 mon.smithi112 (mon.0) 1036 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:26:58.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:57 smithi131 bash[19154]: cluster 2024-01-18T08:26:56.395309+0000 mgr.smithi112.xshois (mgr.14182) 1527 : cluster [DBG] pgmap v995: 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-18T08:26:58.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:57 smithi131 bash[19154]: audit 2024-01-18T08:26:56.960083+0000 mon.smithi112 (mon.0) 1036 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:26:59.663 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:26:59.664 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:25:29.899443Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:25:29.899607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:25:29.899716Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:25:38.142695Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.izuqyy on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:48.113477Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hytasx on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-hytasx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-hytasx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.hytasx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.hytasx\nDeploy daemon haproxy.nfs.foo.smithi131.hytasx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:26:52.384578Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.scatrk on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-scatrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-scatrk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.scatrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.scatrk\nDeploy daemon haproxy.nfs.foo.smithi112.scatrk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:26:52.388596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.scffob on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:52.390948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ivhcsw on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:25:29.899330Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:25:29.899118Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:25:29.900507Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:25:29.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:25:29.899922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:26:44.008761Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:25:29.900404Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:27:00.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:26:59 smithi112 bash[16324]: cluster 2024-01-18T08:26:58.396724+0000 mgr.smithi112.xshois (mgr.14182) 1528 : cluster [DBG] pgmap v996: 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-18T08:27:00.263 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:27:00.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:26:59 smithi131 bash[19154]: cluster 2024-01-18T08:26:58.396724+0000 mgr.smithi112.xshois (mgr.14182) 1528 : cluster [DBG] pgmap v996: 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-18T08:27:01.264 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:27:01.277 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:00 smithi112 bash[16324]: audit 2024-01-18T08:26:59.652179+0000 mgr.smithi112.xshois (mgr.14182) 1529 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:01.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:00 smithi131 bash[19154]: audit 2024-01-18T08:26:59.652179+0000 mgr.smithi112.xshois (mgr.14182) 1529 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:02.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:01 smithi112 bash[16324]: cluster 2024-01-18T08:27:00.398229+0000 mgr.smithi112.xshois (mgr.14182) 1530 : cluster [DBG] pgmap v997: 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-18T08:27:02.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:01 smithi131 bash[19154]: cluster 2024-01-18T08:27:00.398229+0000 mgr.smithi112.xshois (mgr.14182) 1530 : cluster [DBG] pgmap v997: 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-18T08:27:04.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:03 smithi112 bash[16324]: cluster 2024-01-18T08:27:02.399809+0000 mgr.smithi112.xshois (mgr.14182) 1531 : cluster [DBG] pgmap v998: 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-18T08:27:04.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:03 smithi131 bash[19154]: cluster 2024-01-18T08:27:02.399809+0000 mgr.smithi112.xshois (mgr.14182) 1531 : cluster [DBG] pgmap v998: 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-18T08:27:04.477 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:27:04.477 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:25:29.899443Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:25:29.899607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:25:29.899716Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:25:38.142695Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.izuqyy on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:48.113477Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hytasx on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-hytasx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-hytasx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.hytasx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.hytasx\nDeploy daemon haproxy.nfs.foo.smithi131.hytasx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:26:52.384578Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.scatrk on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-scatrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-scatrk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.scatrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.scatrk\nDeploy daemon haproxy.nfs.foo.smithi112.scatrk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:26:52.388596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.scffob on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:52.390948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ivhcsw on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:25:29.899330Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:25:29.899118Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:25:29.900507Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:25:29.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:25:29.899922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:26:44.008761Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:25:29.900404Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:27:05.152 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:27:06.153 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:27:06.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:05 smithi112 bash[16324]: cluster 2024-01-18T08:27:04.401376+0000 mgr.smithi112.xshois (mgr.14182) 1532 : cluster [DBG] pgmap v999: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:27:06.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:05 smithi112 bash[16324]: audit 2024-01-18T08:27:04.467564+0000 mgr.smithi112.xshois (mgr.14182) 1533 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:06.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:05 smithi131 bash[19154]: cluster 2024-01-18T08:27:04.401376+0000 mgr.smithi112.xshois (mgr.14182) 1532 : cluster [DBG] pgmap v999: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:27:06.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:05 smithi131 bash[19154]: audit 2024-01-18T08:27:04.467564+0000 mgr.smithi112.xshois (mgr.14182) 1533 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:08.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:07 smithi112 bash[16324]: cluster 2024-01-18T08:27:06.402978+0000 mgr.smithi112.xshois (mgr.14182) 1534 : cluster [DBG] pgmap v1000: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:27:08.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:07 smithi131 bash[19154]: cluster 2024-01-18T08:27:06.402978+0000 mgr.smithi112.xshois (mgr.14182) 1534 : cluster [DBG] pgmap v1000: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:27:09.568 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:27:09.568 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:25:29.899443Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:25:29.899607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:25:29.899716Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:25:38.142695Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.izuqyy on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:48.113477Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hytasx on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-hytasx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-hytasx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.hytasx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.hytasx\nDeploy daemon haproxy.nfs.foo.smithi131.hytasx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:26:52.384578Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.scatrk on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-scatrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-scatrk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.scatrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.scatrk\nDeploy daemon haproxy.nfs.foo.smithi112.scatrk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:26:52.388596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.scffob on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:52.390948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ivhcsw on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:25:29.899330Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:25:29.899118Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:25:29.900507Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:25:29.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:25:29.899922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:26:44.008761Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:25:29.900404Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:27:10.208 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:27:10.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:10 smithi112 bash[16324]: cluster 2024-01-18T08:27:08.404524+0000 mgr.smithi112.xshois (mgr.14182) 1535 : cluster [DBG] pgmap v1001: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:27:10.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:10 smithi131 bash[19154]: cluster 2024-01-18T08:27:08.404524+0000 mgr.smithi112.xshois (mgr.14182) 1535 : cluster [DBG] pgmap v1001: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:27:11.210 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:27:11.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:11 smithi112 bash[16324]: audit 2024-01-18T08:27:09.557709+0000 mgr.smithi112.xshois (mgr.14182) 1536 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:11.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:11 smithi131 bash[19154]: audit 2024-01-18T08:27:09.557709+0000 mgr.smithi112.xshois (mgr.14182) 1536 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:12.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:12 smithi112 bash[16324]: cluster 2024-01-18T08:27:10.406018+0000 mgr.smithi112.xshois (mgr.14182) 1537 : cluster [DBG] pgmap v1002: 225 pgs: 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-18T08:27:12.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:12 smithi131 bash[19154]: cluster 2024-01-18T08:27:10.406018+0000 mgr.smithi112.xshois (mgr.14182) 1537 : cluster [DBG] pgmap v1002: 225 pgs: 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-18T08:27:14.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:14 smithi112 bash[16324]: cluster 2024-01-18T08:27:12.408244+0000 mgr.smithi112.xshois (mgr.14182) 1538 : cluster [DBG] pgmap v1003: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:27:14.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:14 smithi131 bash[19154]: cluster 2024-01-18T08:27:12.408244+0000 mgr.smithi112.xshois (mgr.14182) 1538 : cluster [DBG] pgmap v1003: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:27:14.470 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:27:14.470 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:25:29.899443Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:25:29.899607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:25:29.899716Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:25:38.142695Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.izuqyy on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:48.113477Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hytasx on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-hytasx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-hytasx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.hytasx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.hytasx\nDeploy daemon haproxy.nfs.foo.smithi131.hytasx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:26:52.384578Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.scatrk on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-scatrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-scatrk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.scatrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.scatrk\nDeploy daemon haproxy.nfs.foo.smithi112.scatrk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:26:52.388596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.scffob on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:52.390948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ivhcsw on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:25:29.899330Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:25:29.899118Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:25:29.900507Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:25:29.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:25:29.899922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:26:44.008761Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:25:29.900404Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:27:15.135 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:27:16.136 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:27:16.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:16 smithi112 bash[16324]: cluster 2024-01-18T08:27:14.409828+0000 mgr.smithi112.xshois (mgr.14182) 1539 : cluster [DBG] pgmap v1004: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:27:16.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:16 smithi112 bash[16324]: audit 2024-01-18T08:27:14.465538+0000 mgr.smithi112.xshois (mgr.14182) 1540 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:16.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:16 smithi131 bash[19154]: cluster 2024-01-18T08:27:14.409828+0000 mgr.smithi112.xshois (mgr.14182) 1539 : cluster [DBG] pgmap v1004: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:27:16.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:16 smithi131 bash[19154]: audit 2024-01-18T08:27:14.465538+0000 mgr.smithi112.xshois (mgr.14182) 1540 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:18.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:18 smithi112 bash[16324]: cluster 2024-01-18T08:27:16.411522+0000 mgr.smithi112.xshois (mgr.14182) 1541 : cluster [DBG] pgmap v1005: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:27:18.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:18 smithi131 bash[19154]: cluster 2024-01-18T08:27:16.411522+0000 mgr.smithi112.xshois (mgr.14182) 1541 : cluster [DBG] pgmap v1005: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:27:19.521 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:27:19.521 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:25:29.899443Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:25:29.899607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:25:29.899716Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:25:38.142695Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.izuqyy on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:48.113477Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hytasx on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-hytasx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-hytasx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.hytasx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.hytasx\nDeploy daemon haproxy.nfs.foo.smithi131.hytasx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:26:52.384578Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.scatrk on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-scatrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-scatrk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.scatrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.scatrk\nDeploy daemon haproxy.nfs.foo.smithi112.scatrk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:26:52.388596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.scffob on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:52.390948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ivhcsw on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:25:29.899330Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:25:29.899118Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:25:29.900507Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:25:29.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:25:29.899922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:26:44.008761Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:25:29.900404Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:27:20.181 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:27:20.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:20 smithi131 bash[19154]: cluster 2024-01-18T08:27:18.413132+0000 mgr.smithi112.xshois (mgr.14182) 1542 : cluster [DBG] pgmap v1006: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:27:20.531 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:20 smithi112 bash[16324]: cluster 2024-01-18T08:27:18.413132+0000 mgr.smithi112.xshois (mgr.14182) 1542 : cluster [DBG] pgmap v1006: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:27:21.182 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:27:21.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:21 smithi131 bash[19154]: audit 2024-01-18T08:27:19.512287+0000 mgr.smithi112.xshois (mgr.14182) 1543 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:21.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:21 smithi112 bash[16324]: audit 2024-01-18T08:27:19.512287+0000 mgr.smithi112.xshois (mgr.14182) 1543 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:22.344 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:22 smithi112 bash[16324]: cluster 2024-01-18T08:27:20.414849+0000 mgr.smithi112.xshois (mgr.14182) 1544 : cluster [DBG] pgmap v1007: 225 pgs: 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-18T08:27:22.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:22 smithi131 bash[19154]: cluster 2024-01-18T08:27:20.414849+0000 mgr.smithi112.xshois (mgr.14182) 1544 : cluster [DBG] pgmap v1007: 225 pgs: 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-18T08:27:24.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:24 smithi112 bash[16324]: cluster 2024-01-18T08:27:22.416007+0000 mgr.smithi112.xshois (mgr.14182) 1545 : cluster [DBG] pgmap v1008: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:27:24.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:24 smithi131 bash[19154]: cluster 2024-01-18T08:27:22.416007+0000 mgr.smithi112.xshois (mgr.14182) 1545 : cluster [DBG] pgmap v1008: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:27:24.446 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:27:24.447 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:25:29.899443Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:25:29.899607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:25:29.899716Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:25:38.142695Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.izuqyy on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:48.113477Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hytasx on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-hytasx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-hytasx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.hytasx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.hytasx\nDeploy daemon haproxy.nfs.foo.smithi131.hytasx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:26:52.384578Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.scatrk on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-scatrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-scatrk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.scatrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.scatrk\nDeploy daemon haproxy.nfs.foo.smithi112.scatrk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:26:52.388596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.scffob on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:52.390948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ivhcsw on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:25:29.899330Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:25:29.899118Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:25:29.900507Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:25:29.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:25:29.899922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:26:44.008761Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:25:29.900404Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:27:25.118 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:27:26.119 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:27:26.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:26 smithi131 bash[19154]: cluster 2024-01-18T08:27:24.416952+0000 mgr.smithi112.xshois (mgr.14182) 1546 : cluster [DBG] pgmap v1009: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:27:26.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:26 smithi131 bash[19154]: audit 2024-01-18T08:27:24.437858+0000 mgr.smithi112.xshois (mgr.14182) 1547 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:26.531 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:26 smithi112 bash[16324]: cluster 2024-01-18T08:27:24.416952+0000 mgr.smithi112.xshois (mgr.14182) 1546 : cluster [DBG] pgmap v1009: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:27:26.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:26 smithi112 bash[16324]: audit 2024-01-18T08:27:24.437858+0000 mgr.smithi112.xshois (mgr.14182) 1547 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:28.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:28 smithi131 bash[19154]: cluster 2024-01-18T08:27:26.418621+0000 mgr.smithi112.xshois (mgr.14182) 1548 : cluster [DBG] pgmap v1010: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:27:28.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:28 smithi112 bash[16324]: cluster 2024-01-18T08:27:26.418621+0000 mgr.smithi112.xshois (mgr.14182) 1548 : cluster [DBG] pgmap v1010: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:27:29.364 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:27:29.364 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:25:29.899443Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:25:29.899607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:25:29.899716Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:25:38.142695Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.izuqyy on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:48.113477Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hytasx on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-hytasx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-hytasx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.hytasx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.hytasx\nDeploy daemon haproxy.nfs.foo.smithi131.hytasx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:26:52.384578Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.scatrk on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-scatrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-scatrk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.scatrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.scatrk\nDeploy daemon haproxy.nfs.foo.smithi112.scatrk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:26:52.388596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.scffob on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:52.390948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ivhcsw on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:25:29.899330Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:25:29.899118Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:25:29.900507Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:25:29.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:25:29.899922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:26:44.008761Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:25:29.900404Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:27:30.017 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:27:30.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:30 smithi112 bash[16324]: cluster 2024-01-18T08:27:28.420222+0000 mgr.smithi112.xshois (mgr.14182) 1549 : cluster [DBG] pgmap v1011: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:27:30.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:30 smithi131 bash[19154]: cluster 2024-01-18T08:27:28.420222+0000 mgr.smithi112.xshois (mgr.14182) 1549 : cluster [DBG] pgmap v1011: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:27:31.018 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:27:31.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:31 smithi112 bash[16324]: audit 2024-01-18T08:27:29.360056+0000 mgr.smithi112.xshois (mgr.14182) 1550 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:31.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:31 smithi131 bash[19154]: audit 2024-01-18T08:27:29.360056+0000 mgr.smithi112.xshois (mgr.14182) 1550 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:32.381 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:32 smithi112 bash[16324]: cluster 2024-01-18T08:27:30.421816+0000 mgr.smithi112.xshois (mgr.14182) 1551 : cluster [DBG] pgmap v1012: 225 pgs: 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-18T08:27:32.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:32 smithi131 bash[19154]: cluster 2024-01-18T08:27:30.421816+0000 mgr.smithi112.xshois (mgr.14182) 1551 : cluster [DBG] pgmap v1012: 225 pgs: 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-18T08:27:34.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:34 smithi112 bash[16324]: cluster 2024-01-18T08:27:32.423802+0000 mgr.smithi112.xshois (mgr.14182) 1552 : cluster [DBG] pgmap v1013: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:27:34.344 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:27:34.345 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:25:29.899443Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:25:29.899607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:25:29.899716Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:25:38.142695Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.izuqyy on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:48.113477Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hytasx on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-hytasx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-hytasx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.hytasx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.hytasx\nDeploy daemon haproxy.nfs.foo.smithi131.hytasx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:26:52.384578Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.scatrk on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-scatrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-scatrk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.scatrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.scatrk\nDeploy daemon haproxy.nfs.foo.smithi112.scatrk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:26:52.388596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.scffob on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:52.390948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ivhcsw on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:25:29.899330Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:25:29.899118Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:25:29.900507Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:25:29.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:25:29.899922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:26:44.008761Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:25:29.900404Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:27:34.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:34 smithi131 bash[19154]: cluster 2024-01-18T08:27:32.423802+0000 mgr.smithi112.xshois (mgr.14182) 1552 : cluster [DBG] pgmap v1013: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:27:34.970 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:27:35.971 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:27:36.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:36 smithi112 bash[16324]: audit 2024-01-18T08:27:34.339065+0000 mgr.smithi112.xshois (mgr.14182) 1553 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:36.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:36 smithi112 bash[16324]: cluster 2024-01-18T08:27:34.425297+0000 mgr.smithi112.xshois (mgr.14182) 1554 : cluster [DBG] pgmap v1014: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:27:36.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:36 smithi131 bash[19154]: audit 2024-01-18T08:27:34.339065+0000 mgr.smithi112.xshois (mgr.14182) 1553 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:36.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:36 smithi131 bash[19154]: cluster 2024-01-18T08:27:34.425297+0000 mgr.smithi112.xshois (mgr.14182) 1554 : cluster [DBG] pgmap v1014: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:27:38.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:38 smithi131 bash[19154]: cluster 2024-01-18T08:27:36.426984+0000 mgr.smithi112.xshois (mgr.14182) 1555 : cluster [DBG] pgmap v1015: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:27:38.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:38 smithi112 bash[16324]: cluster 2024-01-18T08:27:36.426984+0000 mgr.smithi112.xshois (mgr.14182) 1555 : cluster [DBG] pgmap v1015: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:27:39.258 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:27:39.258 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:25:29.899443Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:25:29.899607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:25:29.899716Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:25:38.142695Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.izuqyy on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:48.113477Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hytasx on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-hytasx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-hytasx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.hytasx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.hytasx\nDeploy daemon haproxy.nfs.foo.smithi131.hytasx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:26:52.384578Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.scatrk on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-scatrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-scatrk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.scatrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.scatrk\nDeploy daemon haproxy.nfs.foo.smithi112.scatrk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:26:52.388596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.scffob on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:52.390948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ivhcsw on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:25:29.899330Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:25:29.899118Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:25:29.900507Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:25:29.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:25:29.899922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:26:44.008761Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:25:29.900404Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:27:39.875 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:27:40.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:40 smithi112 bash[16324]: cluster 2024-01-18T08:27:38.428552+0000 mgr.smithi112.xshois (mgr.14182) 1556 : cluster [DBG] pgmap v1016: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:27:40.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:40 smithi131 bash[19154]: cluster 2024-01-18T08:27:38.428552+0000 mgr.smithi112.xshois (mgr.14182) 1556 : cluster [DBG] pgmap v1016: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:27:40.877 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:27:41.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:41 smithi112 bash[16324]: audit 2024-01-18T08:27:39.254372+0000 mgr.smithi112.xshois (mgr.14182) 1557 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:41.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:41 smithi131 bash[19154]: audit 2024-01-18T08:27:39.254372+0000 mgr.smithi112.xshois (mgr.14182) 1557 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:42.271 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:42 smithi112 bash[16324]: cluster 2024-01-18T08:27:40.430201+0000 mgr.smithi112.xshois (mgr.14182) 1558 : cluster [DBG] pgmap v1017: 225 pgs: 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-18T08:27:42.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:42 smithi131 bash[19154]: cluster 2024-01-18T08:27:40.430201+0000 mgr.smithi112.xshois (mgr.14182) 1558 : cluster [DBG] pgmap v1017: 225 pgs: 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-18T08:27:43.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:43 smithi112 bash[16324]: cluster 2024-01-18T08:27:42.432144+0000 mgr.smithi112.xshois (mgr.14182) 1559 : cluster [DBG] pgmap v1018: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:27:43.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:43 smithi131 bash[19154]: cluster 2024-01-18T08:27:42.432144+0000 mgr.smithi112.xshois (mgr.14182) 1559 : cluster [DBG] pgmap v1018: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:27:44.287 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:27:44.288 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:25:29.899443Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:25:29.899607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:25:29.899716Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:25:38.142695Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.izuqyy on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:48.113477Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hytasx on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-hytasx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-hytasx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.hytasx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.hytasx\nDeploy daemon haproxy.nfs.foo.smithi131.hytasx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:26:52.384578Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.scatrk on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-scatrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-scatrk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.scatrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.scatrk\nDeploy daemon haproxy.nfs.foo.smithi112.scatrk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:26:52.388596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.scffob on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:52.390948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ivhcsw on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:25:29.899330Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:25:29.899118Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:25:29.900507Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:25:29.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:25:29.899922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:26:44.008761Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:25:29.900404Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:27:44.898 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:27:45.900 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:27:46.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:45 smithi112 bash[16324]: audit 2024-01-18T08:27:44.283547+0000 mgr.smithi112.xshois (mgr.14182) 1560 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:46.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:45 smithi112 bash[16324]: cluster 2024-01-18T08:27:44.433797+0000 mgr.smithi112.xshois (mgr.14182) 1561 : cluster [DBG] pgmap v1019: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:27:46.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:45 smithi131 bash[19154]: audit 2024-01-18T08:27:44.283547+0000 mgr.smithi112.xshois (mgr.14182) 1560 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:46.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:45 smithi131 bash[19154]: cluster 2024-01-18T08:27:44.433797+0000 mgr.smithi112.xshois (mgr.14182) 1561 : cluster [DBG] pgmap v1019: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:27:48.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:47 smithi112 bash[16324]: cluster 2024-01-18T08:27:46.435537+0000 mgr.smithi112.xshois (mgr.14182) 1562 : cluster [DBG] pgmap v1020: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:27:48.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:47 smithi131 bash[19154]: cluster 2024-01-18T08:27:46.435537+0000 mgr.smithi112.xshois (mgr.14182) 1562 : cluster [DBG] pgmap v1020: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:27:49.028 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:27:49.028 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:25:29.899443Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:25:29.899607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:25:29.899716Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:25:38.142695Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.izuqyy on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:48.113477Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hytasx on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-hytasx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-hytasx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.hytasx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.hytasx\nDeploy daemon haproxy.nfs.foo.smithi131.hytasx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:26:52.384578Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.scatrk on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-scatrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-scatrk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.scatrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.scatrk\nDeploy daemon haproxy.nfs.foo.smithi112.scatrk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:26:52.388596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.scffob on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:52.390948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ivhcsw on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:25:29.899330Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:25:29.899118Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:25:29.900507Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:25:29.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:25:29.899922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:26:44.008761Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:25:29.900404Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:27:49.687 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:27:50.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:49 smithi112 bash[16324]: cluster 2024-01-18T08:27:48.437205+0000 mgr.smithi112.xshois (mgr.14182) 1563 : cluster [DBG] pgmap v1021: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:27:50.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:49 smithi112 bash[16324]: audit 2024-01-18T08:27:49.016252+0000 mgr.smithi112.xshois (mgr.14182) 1564 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:50.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:49 smithi131 bash[19154]: cluster 2024-01-18T08:27:48.437205+0000 mgr.smithi112.xshois (mgr.14182) 1563 : cluster [DBG] pgmap v1021: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:27:50.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:49 smithi131 bash[19154]: audit 2024-01-18T08:27:49.016252+0000 mgr.smithi112.xshois (mgr.14182) 1564 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:50.688 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:27:52.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:51 smithi112 bash[16324]: cluster 2024-01-18T08:27:50.438944+0000 mgr.smithi112.xshois (mgr.14182) 1565 : cluster [DBG] pgmap v1022: 225 pgs: 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-18T08:27:52.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:51 smithi131 bash[19154]: cluster 2024-01-18T08:27:50.438944+0000 mgr.smithi112.xshois (mgr.14182) 1565 : cluster [DBG] pgmap v1022: 225 pgs: 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-18T08:27:53.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:52 smithi112 bash[16324]: audit 2024-01-18T08:27:52.395492+0000 mon.smithi112 (mon.0) 1037 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:27:53.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:52 smithi112 bash[16324]: audit 2024-01-18T08:27:52.708691+0000 mon.smithi112 (mon.0) 1038 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:27:53.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:52 smithi131 bash[19154]: audit 2024-01-18T08:27:52.395492+0000 mon.smithi112 (mon.0) 1037 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:27:53.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:52 smithi131 bash[19154]: audit 2024-01-18T08:27:52.708691+0000 mon.smithi112 (mon.0) 1038 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:27:54.006 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:27:54.006 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:25:29.899443Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:25:29.899607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:25:29.899716Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:25:38.142695Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.izuqyy on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:48.113477Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hytasx on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-hytasx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-hytasx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.hytasx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.hytasx\nDeploy daemon haproxy.nfs.foo.smithi131.hytasx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:26:52.384578Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.scatrk on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-scatrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-scatrk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.scatrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.scatrk\nDeploy daemon haproxy.nfs.foo.smithi112.scatrk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:26:52.388596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.scffob on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:52.390948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ivhcsw on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:25:29.899330Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:25:29.899118Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:25:29.900507Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:25:29.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:25:29.899922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:26:44.008761Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:25:29.900404Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:27:54.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:53 smithi112 bash[16324]: cluster 2024-01-18T08:27:52.440340+0000 mgr.smithi112.xshois (mgr.14182) 1566 : cluster [DBG] pgmap v1023: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:27:54.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:53 smithi112 bash[16324]: audit 2024-01-18T08:27:53.029981+0000 mon.smithi112 (mon.0) 1039 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:27:54.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:53 smithi112 bash[16324]: audit 2024-01-18T08:27:53.031964+0000 mon.smithi112 (mon.0) 1040 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:27:54.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:53 smithi112 bash[16324]: audit 2024-01-18T08:27:53.041960+0000 mon.smithi112 (mon.0) 1041 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:27:54.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:53 smithi112 bash[16324]: cluster 2024-01-18T08:27:53.042986+0000 mgr.smithi112.xshois (mgr.14182) 1567 : cluster [DBG] pgmap v1024: 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-18T08:27:54.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:53 smithi112 bash[16324]: audit 2024-01-18T08:27:53.049772+0000 mon.smithi112 (mon.0) 1042 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:27:54.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:53 smithi112 bash[16324]: audit 2024-01-18T08:27:53.065811+0000 mon.smithi112 (mon.0) 1043 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:27:54.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:53 smithi112 bash[16324]: cephadm 2024-01-18T08:27:53.069786+0000 mgr.smithi112.xshois (mgr.14182) 1568 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi131.aemojx on smithi131 2024-01-18T08:27:54.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:53 smithi131 bash[19154]: cluster 2024-01-18T08:27:52.440340+0000 mgr.smithi112.xshois (mgr.14182) 1566 : cluster [DBG] pgmap v1023: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:27:54.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:53 smithi131 bash[19154]: audit 2024-01-18T08:27:53.029981+0000 mon.smithi112 (mon.0) 1039 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:27:54.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:53 smithi131 bash[19154]: audit 2024-01-18T08:27:53.031964+0000 mon.smithi112 (mon.0) 1040 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:27:54.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:53 smithi131 bash[19154]: audit 2024-01-18T08:27:53.041960+0000 mon.smithi112 (mon.0) 1041 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:27:54.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:53 smithi131 bash[19154]: cluster 2024-01-18T08:27:53.042986+0000 mgr.smithi112.xshois (mgr.14182) 1567 : cluster [DBG] pgmap v1024: 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-18T08:27:54.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:53 smithi131 bash[19154]: audit 2024-01-18T08:27:53.049772+0000 mon.smithi112 (mon.0) 1042 : audit [DBG] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:27:54.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:53 smithi131 bash[19154]: audit 2024-01-18T08:27:53.065811+0000 mon.smithi112 (mon.0) 1043 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:27:54.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:53 smithi131 bash[19154]: cephadm 2024-01-18T08:27:53.069786+0000 mgr.smithi112.xshois (mgr.14182) 1568 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi131.aemojx on smithi131 2024-01-18T08:27:54.699 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:27:55.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:54 smithi112 bash[16324]: audit 2024-01-18T08:27:54.001634+0000 mgr.smithi112.xshois (mgr.14182) 1569 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:55.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:54 smithi112 bash[16324]: cluster 2024-01-18T08:27:54.038636+0000 mon.smithi112 (mon.0) 1044 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:27:55.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:54 smithi112 bash[16324]: cluster 2024-01-18T08:27:54.038707+0000 mon.smithi112 (mon.0) 1045 : cluster [INF] Cluster is now healthy 2024-01-18T08:27:55.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:54 smithi131 bash[19154]: audit 2024-01-18T08:27:54.001634+0000 mgr.smithi112.xshois (mgr.14182) 1569 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:55.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:54 smithi131 bash[19154]: cluster 2024-01-18T08:27:54.038636+0000 mon.smithi112 (mon.0) 1044 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:27:55.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:54 smithi131 bash[19154]: cluster 2024-01-18T08:27:54.038707+0000 mon.smithi112 (mon.0) 1045 : cluster [INF] Cluster is now healthy 2024-01-18T08:27:55.700 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:27:56.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:55 smithi112 bash[16324]: cluster 2024-01-18T08:27:55.044314+0000 mgr.smithi112.xshois (mgr.14182) 1570 : cluster [DBG] pgmap v1025: 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-18T08:27:56.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:55 smithi112 bash[16324]: audit 2024-01-18T08:27:55.380924+0000 mon.smithi112 (mon.0) 1046 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:27:56.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:55 smithi131 bash[19154]: cluster 2024-01-18T08:27:55.044314+0000 mgr.smithi112.xshois (mgr.14182) 1570 : cluster [DBG] pgmap v1025: 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-18T08:27:56.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:55 smithi131 bash[19154]: audit 2024-01-18T08:27:55.380924+0000 mon.smithi112 (mon.0) 1046 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:27:57.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:57 smithi131 bash[19154]: cluster 2024-01-18T08:27:57.045730+0000 mgr.smithi112.xshois (mgr.14182) 1571 : cluster [DBG] pgmap v1026: 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-18T08:27:57.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:57 smithi131 bash[19154]: cephadm 2024-01-18T08:27:57.090811+0000 mgr.smithi112.xshois (mgr.14182) 1572 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-aemojx 2024-01-18T08:27:57.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:57 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:27:57.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:57 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-aemojx 2024-01-18T08:27:57.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:57 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.aemojx 2024-01-18T08:27:57.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:57 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:27:57.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:57 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.aemojx 2024-01-18T08:27:57.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:57 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.aemojx ... 2024-01-18T08:27:57.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:57 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:27:57.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:57 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:27:57.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:57 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:27:57.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:57 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:27:57.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:57 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:27:57.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:57 smithi131 bash[19154]: Traceback (most recent call last): 2024-01-18T08:27:57.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:57 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:27:57.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:57 smithi131 bash[19154]: yield (conn, connr) 2024-01-18T08:27:57.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:57 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:27:57.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:57 smithi131 bash[19154]: code, '\n'.join(err))) 2024-01-18T08:27:57.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:57 smithi131 bash[19154]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-aemojx 2024-01-18T08:27:57.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:57 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:27:57.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:57 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-aemojx 2024-01-18T08:27:57.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:57 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.aemojx 2024-01-18T08:27:57.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:57 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:27:57.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:57 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.aemojx 2024-01-18T08:27:57.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:57 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.aemojx ... 2024-01-18T08:27:57.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:57 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:27:57.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:57 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:27:57.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:57 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:27:57.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:57 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:27:57.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:57 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:27:57.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:57 smithi131 bash[19154]: cephadm 2024-01-18T08:27:57.091401+0000 mgr.smithi112.xshois (mgr.14182) 1573 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi131.aemojx 2024-01-18T08:27:57.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:57 smithi131 bash[19154]: audit 2024-01-18T08:27:57.092308+0000 mon.smithi112 (mon.0) 1047 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi131.aemojx"}]: dispatch 2024-01-18T08:27:57.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:57 smithi131 bash[19154]: cephadm 2024-01-18T08:27:57.094256+0000 mgr.smithi112.xshois (mgr.14182) 1574 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi131.aemojx on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-aemojx 2024-01-18T08:27:57.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:57 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:27:57.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:57 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-aemojx 2024-01-18T08:27:57.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:57 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.aemojx 2024-01-18T08:27:57.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:57 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:27:57.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:57 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.aemojx 2024-01-18T08:27:57.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:57 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi131.aemojx ... 2024-01-18T08:27:57.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:57 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:27:57.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:57 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:27:57.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:57 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:27:57.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:57 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:27:57.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:57 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:27:57.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:27:57 smithi131 bash[19154]: cephadm 2024-01-18T08:27:57.097621+0000 mgr.smithi112.xshois (mgr.14182) 1575 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi112.psdxvl on smithi112 2024-01-18T08:27:57.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:57 smithi112 bash[16324]: cluster 2024-01-18T08:27:57.045730+0000 mgr.smithi112.xshois (mgr.14182) 1571 : cluster [DBG] pgmap v1026: 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-18T08:27:57.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:57 smithi112 bash[16324]: cephadm 2024-01-18T08:27:57.090811+0000 mgr.smithi112.xshois (mgr.14182) 1572 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-aemojx 2024-01-18T08:27:57.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:57 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:27:57.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:57 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-aemojx 2024-01-18T08:27:57.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:57 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.aemojx 2024-01-18T08:27:57.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:57 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:27:57.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:57 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.aemojx 2024-01-18T08:27:57.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:57 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.aemojx ... 2024-01-18T08:27:57.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:57 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:27:57.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:57 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:27:57.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:57 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:27:57.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:57 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:27:57.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:57 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:27:57.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:57 smithi112 bash[16324]: Traceback (most recent call last): 2024-01-18T08:27:57.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:57 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:27:57.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:57 smithi112 bash[16324]: yield (conn, connr) 2024-01-18T08:27:57.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:57 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:27:57.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:57 smithi112 bash[16324]: code, '\n'.join(err))) 2024-01-18T08:27:57.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:57 smithi112 bash[16324]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-aemojx 2024-01-18T08:27:57.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:57 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:27:57.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:57 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-aemojx 2024-01-18T08:27:57.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:57 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.aemojx 2024-01-18T08:27:57.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:57 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:27:57.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:57 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.aemojx 2024-01-18T08:27:57.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:57 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.aemojx ... 2024-01-18T08:27:57.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:57 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:27:57.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:57 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:27:57.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:57 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:27:57.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:57 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:27:57.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:57 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:27:57.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:57 smithi112 bash[16324]: cephadm 2024-01-18T08:27:57.091401+0000 mgr.smithi112.xshois (mgr.14182) 1573 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi131.aemojx 2024-01-18T08:27:57.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:57 smithi112 bash[16324]: audit 2024-01-18T08:27:57.092308+0000 mon.smithi112 (mon.0) 1047 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi131.aemojx"}]: dispatch 2024-01-18T08:27:57.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:57 smithi112 bash[16324]: cephadm 2024-01-18T08:27:57.094256+0000 mgr.smithi112.xshois (mgr.14182) 1574 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi131.aemojx on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-aemojx 2024-01-18T08:27:57.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:57 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:27:57.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:57 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-aemojx 2024-01-18T08:27:57.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:57 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.aemojx 2024-01-18T08:27:57.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:57 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:27:57.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:57 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.aemojx 2024-01-18T08:27:57.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:57 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi131.aemojx ... 2024-01-18T08:27:57.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:57 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:27:57.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:57 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:27:57.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:57 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:27:57.536 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:57 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:27:57.536 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:57 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:27:57.536 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:27:57 smithi112 bash[16324]: cephadm 2024-01-18T08:27:57.097621+0000 mgr.smithi112.xshois (mgr.14182) 1575 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi112.psdxvl on smithi112 2024-01-18T08:27:58.992 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:27:58.992 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:25:29.899443Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:25:29.899607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:25:29.899716Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:48.113477Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hytasx on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-hytasx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-hytasx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.hytasx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.hytasx\nDeploy daemon haproxy.nfs.foo.smithi131.hytasx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:26:52.384578Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.scatrk on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-scatrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-scatrk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.scatrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.scatrk\nDeploy daemon haproxy.nfs.foo.smithi112.scatrk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:26:52.388596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.scffob on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:52.390948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ivhcsw on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:27:57.093912Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.aemojx on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-aemojx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-aemojx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.aemojx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.aemojx\nDeploy daemon haproxy.nfs.foo.smithi131.aemojx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -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.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:25:29.899330Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:25:29.899118Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:25:29.900507Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:25:29.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:25:29.899922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:26:44.008761Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:25:29.900404Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:27:59.654 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:28:00.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:28:00 smithi131 bash[19154]: audit 2024-01-18T08:27:58.987672+0000 mgr.smithi112.xshois (mgr.14182) 1576 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:00.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:28:00 smithi131 bash[19154]: cluster 2024-01-18T08:27:59.046836+0000 mgr.smithi112.xshois (mgr.14182) 1577 : cluster [DBG] pgmap v1027: 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-18T08:28:00.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:28:00 smithi112 bash[16324]: audit 2024-01-18T08:27:58.987672+0000 mgr.smithi112.xshois (mgr.14182) 1576 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:00.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:28:00 smithi112 bash[16324]: cluster 2024-01-18T08:27:59.046836+0000 mgr.smithi112.xshois (mgr.14182) 1577 : cluster [DBG] pgmap v1027: 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-18T08:28:00.656 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:28:02.280 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:28:02 smithi112 bash[16324]: cluster 2024-01-18T08:28:01.048658+0000 mgr.smithi112.xshois (mgr.14182) 1578 : cluster [DBG] pgmap v1028: 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-18T08:28:02.280 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:28:02 smithi112 bash[16324]: audit 2024-01-18T08:28:01.427697+0000 mon.smithi112 (mon.0) 1048 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi112.psdxvl"}]: dispatch 2024-01-18T08:28:02.280 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:28:02 smithi112 bash[16324]: audit 2024-01-18T08:28:02.019546+0000 mon.smithi112 (mon.0) 1049 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:28:02.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:28:02 smithi131 bash[19154]: cluster 2024-01-18T08:28:01.048658+0000 mgr.smithi112.xshois (mgr.14182) 1578 : cluster [DBG] pgmap v1028: 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-18T08:28:02.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:28:02 smithi131 bash[19154]: audit 2024-01-18T08:28:01.427697+0000 mon.smithi112 (mon.0) 1048 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi112.psdxvl"}]: dispatch 2024-01-18T08:28:02.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:28:02 smithi131 bash[19154]: audit 2024-01-18T08:28:02.019546+0000 mon.smithi112 (mon.0) 1049 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:28:03.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:28:03 smithi131 bash[19154]: cephadm 2024-01-18T08:28:01.426530+0000 mgr.smithi112.xshois (mgr.14182) 1579 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-psdxvl 2024-01-18T08:28:03.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:28:03 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:28:03.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:28:03 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-psdxvl 2024-01-18T08:28:03.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:28:03 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.psdxvl 2024-01-18T08:28:03.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:28:03 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:28:03.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:28:03 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.psdxvl 2024-01-18T08:28:03.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:28:03 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.psdxvl ... 2024-01-18T08:28:03.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:28:03 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:28:03.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:28:03 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:28:03.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:28:03 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:28:03.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:28:03 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:28:03.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:28:03 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:28:03.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:28:03 smithi131 bash[19154]: Traceback (most recent call last): 2024-01-18T08:28:03.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:28:03 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:28:03.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:28:03 smithi131 bash[19154]: yield (conn, connr) 2024-01-18T08:28:03.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:28:03 smithi131 bash[19154]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:28:03.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:28:03 smithi131 bash[19154]: code, '\n'.join(err))) 2024-01-18T08:28:03.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:28:03 smithi131 bash[19154]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-psdxvl 2024-01-18T08:28:03.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:28:03 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:28:03.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:28:03 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-psdxvl 2024-01-18T08:28:03.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:28:03 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.psdxvl 2024-01-18T08:28:03.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:28:03 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:28:03.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:28:03 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.psdxvl 2024-01-18T08:28:03.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:28:03 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.psdxvl ... 2024-01-18T08:28:03.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:28:03 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:28:03.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:28:03 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:28:03.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:28:03 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:28:03.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:28:03 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:28:03.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:28:03 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:28:03.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:28:03 smithi131 bash[19154]: cephadm 2024-01-18T08:28:01.427030+0000 mgr.smithi112.xshois (mgr.14182) 1580 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi112.psdxvl 2024-01-18T08:28:03.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:28:03 smithi131 bash[19154]: cephadm 2024-01-18T08:28:01.428767+0000 mgr.smithi112.xshois (mgr.14182) 1581 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi112.psdxvl on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-psdxvl 2024-01-18T08:28:03.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:28:03 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:28:03.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:28:03 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-psdxvl 2024-01-18T08:28:03.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:28:03 smithi131 bash[19154]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.psdxvl 2024-01-18T08:28:03.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:28:03 smithi131 bash[19154]: /usr/bin/docker: stdout 2024-01-18T08:28:03.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:28:03 smithi131 bash[19154]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.psdxvl 2024-01-18T08:28:03.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:28:03 smithi131 bash[19154]: Deploy daemon haproxy.nfs.foo.smithi112.psdxvl ... 2024-01-18T08:28:03.423 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:28:03 smithi131 bash[19154]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:28:03.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:28:03 smithi131 bash[19154]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:28:03.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:28:03 smithi131 bash[19154]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:28:03.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:28:03 smithi131 bash[19154]: stat: stderr See 'docker run --help'. 2024-01-18T08:28:03.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:28:03 smithi131 bash[19154]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:28:03.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:28:03 smithi131 bash[19154]: cephadm 2024-01-18T08:28:01.430809+0000 mgr.smithi112.xshois (mgr.14182) 1582 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi131.kzvyqw on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:28:03.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:28:03 smithi131 bash[19154]: cephadm 2024-01-18T08:28:01.432427+0000 mgr.smithi112.xshois (mgr.14182) 1583 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi112.ogjrwh on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:28:03.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:28:03 smithi131 bash[19154]: cluster 2024-01-18T08:28:01.433403+0000 mgr.smithi112.xshois (mgr.14182) 1584 : cluster [DBG] pgmap v1029: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 113 B/s rd, 0 op/s 2024-01-18T08:28:03.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:28:03 smithi131 bash[19154]: cluster 2024-01-18T08:28:02.107224+0000 mon.smithi112 (mon.0) 1050 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:28:03.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:28:03 smithi112 bash[16324]: cephadm 2024-01-18T08:28:01.426530+0000 mgr.smithi112.xshois (mgr.14182) 1579 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-psdxvl 2024-01-18T08:28:03.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:28:03 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:28:03.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:28:03 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-psdxvl 2024-01-18T08:28:03.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:28:03 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.psdxvl 2024-01-18T08:28:03.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:28:03 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:28:03.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:28:03 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.psdxvl 2024-01-18T08:28:03.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:28:03 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.psdxvl ... 2024-01-18T08:28:03.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:28:03 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:28:03.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:28:03 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:28:03.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:28:03 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:28:03.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:28:03 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:28:03.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:28:03 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:28:03.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:28:03 smithi112 bash[16324]: Traceback (most recent call last): 2024-01-18T08:28:03.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:28:03 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:28:03.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:28:03 smithi112 bash[16324]: yield (conn, connr) 2024-01-18T08:28:03.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:28:03 smithi112 bash[16324]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:28:03.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:28:03 smithi112 bash[16324]: code, '\n'.join(err))) 2024-01-18T08:28:03.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:28:03 smithi112 bash[16324]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-psdxvl 2024-01-18T08:28:03.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:28:03 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:28:03.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:28:03 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-psdxvl 2024-01-18T08:28:03.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:28:03 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.psdxvl 2024-01-18T08:28:03.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:28:03 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:28:03.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:28:03 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.psdxvl 2024-01-18T08:28:03.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:28:03 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.psdxvl ... 2024-01-18T08:28:03.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:28:03 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:28:03.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:28:03 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:28:03.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:28:03 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:28:03.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:28:03 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:28:03.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:28:03 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:28:03.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:28:03 smithi112 bash[16324]: cephadm 2024-01-18T08:28:01.427030+0000 mgr.smithi112.xshois (mgr.14182) 1580 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi112.psdxvl 2024-01-18T08:28:03.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:28:03 smithi112 bash[16324]: cephadm 2024-01-18T08:28:01.428767+0000 mgr.smithi112.xshois (mgr.14182) 1581 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi112.psdxvl on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-psdxvl 2024-01-18T08:28:03.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:28:03 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:28:03.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:28:03 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-psdxvl 2024-01-18T08:28:03.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:28:03 smithi112 bash[16324]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.psdxvl 2024-01-18T08:28:03.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:28:03 smithi112 bash[16324]: /usr/bin/docker: stdout 2024-01-18T08:28:03.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:28:03 smithi112 bash[16324]: /usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.psdxvl 2024-01-18T08:28:03.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:28:03 smithi112 bash[16324]: Deploy daemon haproxy.nfs.foo.smithi112.psdxvl ... 2024-01-18T08:28:03.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:28:03 smithi112 bash[16324]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:28:03.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:28:03 smithi112 bash[16324]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:28:03.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:28:03 smithi112 bash[16324]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:28:03.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:28:03 smithi112 bash[16324]: stat: stderr See 'docker run --help'. 2024-01-18T08:28:03.535 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:28:03 smithi112 bash[16324]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:28:03.536 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:28:03 smithi112 bash[16324]: cephadm 2024-01-18T08:28:01.430809+0000 mgr.smithi112.xshois (mgr.14182) 1582 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi131.kzvyqw on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:28:03.536 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:28:03 smithi112 bash[16324]: cephadm 2024-01-18T08:28:01.432427+0000 mgr.smithi112.xshois (mgr.14182) 1583 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi112.ogjrwh on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:28:03.536 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:28:03 smithi112 bash[16324]: cluster 2024-01-18T08:28:01.433403+0000 mgr.smithi112.xshois (mgr.14182) 1584 : cluster [DBG] pgmap v1029: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 113 B/s rd, 0 op/s 2024-01-18T08:28:03.536 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:28:03 smithi112 bash[16324]: cluster 2024-01-18T08:28:02.107224+0000 mon.smithi112 (mon.0) 1050 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:28:04.467 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:28:04.467 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:25:29.899443Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:25:29.899607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:25:29.899716Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:52.390948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ivhcsw on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:27:57.093912Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.aemojx on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-aemojx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-aemojx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.aemojx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.aemojx\nDeploy daemon haproxy.nfs.foo.smithi131.aemojx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:28:01.428645Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.psdxvl on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-psdxvl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-psdxvl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.psdxvl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.psdxvl\nDeploy daemon haproxy.nfs.foo.smithi112.psdxvl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:28:01.430692Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.kzvyqw on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:28:01.432322Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ogjrwh on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:25:29.899330Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:25:29.899118Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:25:29.900507Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:25:29.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:25:29.899922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:26:44.008761Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:25:29.900404Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:28:05.037 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:28:05.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:28:05 smithi131 bash[19154]: cluster 2024-01-18T08:28:03.434953+0000 mgr.smithi112.xshois (mgr.14182) 1585 : cluster [DBG] pgmap v1030: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-01-18T08:28:05.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:28:05 smithi112 bash[16324]: cluster 2024-01-18T08:28:03.434953+0000 mgr.smithi112.xshois (mgr.14182) 1585 : cluster [DBG] pgmap v1030: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-01-18T08:28:06.039 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:28:06.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:28:06 smithi131 bash[19154]: audit 2024-01-18T08:28:04.458075+0000 mgr.smithi112.xshois (mgr.14182) 1586 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:06.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:28:06 smithi112 bash[16324]: audit 2024-01-18T08:28:04.458075+0000 mgr.smithi112.xshois (mgr.14182) 1586 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:07.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:28:07 smithi131 bash[19154]: cluster 2024-01-18T08:28:05.436629+0000 mgr.smithi112.xshois (mgr.14182) 1587 : cluster [DBG] pgmap v1031: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-01-18T08:28:07.511 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:28:07 smithi112 bash[16324]: cluster 2024-01-18T08:28:05.436629+0000 mgr.smithi112.xshois (mgr.14182) 1587 : cluster [DBG] pgmap v1031: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-01-18T08:28:08.420 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:28:08 smithi131 bash[19154]: cluster 2024-01-18T08:28:07.437847+0000 mgr.smithi112.xshois (mgr.14182) 1588 : cluster [DBG] pgmap v1032: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-01-18T08:28:08.532 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:28:08 smithi112 bash[16324]: cluster 2024-01-18T08:28:07.437847+0000 mgr.smithi112.xshois (mgr.14182) 1588 : cluster [DBG] pgmap v1032: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-01-18T08:28:09.574 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:28:09.574 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:25:29.899443Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:25:29.899607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:25:29.899716Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:52.390948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ivhcsw on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:27:57.093912Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.aemojx on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-aemojx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-aemojx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.aemojx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.aemojx\nDeploy daemon haproxy.nfs.foo.smithi131.aemojx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:28:01.428645Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.psdxvl on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-psdxvl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-psdxvl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.psdxvl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.psdxvl\nDeploy daemon haproxy.nfs.foo.smithi112.psdxvl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:28:01.430692Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.kzvyqw on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:28:01.432322Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ogjrwh on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:25:29.899330Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:25:29.899118Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:25:29.900507Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:25:29.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:25:29.899922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:26:44.008761Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:25:29.900404Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:28:10.259 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:28:11.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:28:10 smithi112 bash[16324]: cluster 2024-01-18T08:28:09.439143+0000 mgr.smithi112.xshois (mgr.14182) 1589 : cluster [DBG] pgmap v1033: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-01-18T08:28:11.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:28:10 smithi112 bash[16324]: audit 2024-01-18T08:28:09.570073+0000 mgr.smithi112.xshois (mgr.14182) 1590 : audit [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:11.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:28:10 smithi112 bash[16324]: audit 2024-01-18T08:28:10.381777+0000 mon.smithi112 (mon.0) 1051 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:28:11.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:28:10 smithi131 bash[19154]: cluster 2024-01-18T08:28:09.439143+0000 mgr.smithi112.xshois (mgr.14182) 1589 : cluster [DBG] pgmap v1033: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-01-18T08:28:11.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:28:10 smithi131 bash[19154]: audit 2024-01-18T08:28:09.570073+0000 mgr.smithi112.xshois (mgr.14182) 1590 : audit [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:11.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:28:10 smithi131 bash[19154]: audit 2024-01-18T08:28:10.381777+0000 mon.smithi112 (mon.0) 1051 : audit [INF] from='mgr.14182 172.21.15.112:0/1143775788' entity='mgr.smithi112.xshois' 2024-01-18T08:28:11.263 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:28:13.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:28:12 smithi112 bash[16324]: cluster 2024-01-18T08:28:11.440281+0000 mgr.smithi112.xshois (mgr.14182) 1591 : cluster [DBG] pgmap v1034: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-01-18T08:28:13.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:28:12 smithi131 bash[19154]: cluster 2024-01-18T08:28:11.440281+0000 mgr.smithi112.xshois (mgr.14182) 1591 : cluster [DBG] pgmap v1034: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-01-18T08:28:14.475 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:28:14.475 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:25:29.899443Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:25:29.899607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:25:29.899716Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:52.390948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ivhcsw on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:27:57.093912Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.aemojx on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-aemojx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-aemojx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.aemojx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.aemojx\nDeploy daemon haproxy.nfs.foo.smithi131.aemojx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:28:01.428645Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.psdxvl on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-psdxvl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-psdxvl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.psdxvl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.psdxvl\nDeploy daemon haproxy.nfs.foo.smithi112.psdxvl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:28:01.430692Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.kzvyqw on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:28:01.432322Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ogjrwh on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:25:29.899330Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:25:29.899118Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:25:29.900507Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:25:29.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:25:29.899922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:26:44.008761Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:25:29.900404Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:28:15.032 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:28:14 smithi112 bash[16324]: cluster 2024-01-18T08:28:13.441850+0000 mgr.smithi112.xshois (mgr.14182) 1592 : cluster [DBG] pgmap v1035: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:28:15.089 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:28:15.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:28:14 smithi131 bash[19154]: cluster 2024-01-18T08:28:13.441850+0000 mgr.smithi112.xshois (mgr.14182) 1592 : cluster [DBG] pgmap v1035: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:28:16.090 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b612e886-b5d6-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:28:16.103 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:28:15 smithi112 bash[16324]: audit 2024-01-18T08:28:14.470815+0000 mgr.smithi112.xshois (mgr.14182) 1593 : audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:16.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:28:15 smithi131 bash[19154]: audit 2024-01-18T08:28:14.470815+0000 mgr.smithi112.xshois (mgr.14182) 1593 : audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:17.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:28:16 smithi131 bash[19154]: cluster 2024-01-18T08:28:15.443494+0000 mgr.smithi112.xshois (mgr.14182) 1594 : cluster [DBG] pgmap v1036: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:28:17.227 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:28:16 smithi112 bash[16324]: cluster 2024-01-18T08:28:15.443494+0000 mgr.smithi112.xshois (mgr.14182) 1594 : cluster [DBG] pgmap v1036: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:28:19.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:28:18 smithi131 bash[19154]: cluster 2024-01-18T08:28:17.444752+0000 mgr.smithi112.xshois (mgr.14182) 1595 : cluster [DBG] pgmap v1037: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:28:19.237 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-01-18T08:28:19.238 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:55:16.708403Z", "last_refresh": "2024-01-18T08:25:29.899443Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:55:08.545898Z", "last_refresh": "2024-01-18T08:25:29.899607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:55:12.540487Z", "last_refresh": "2024-01-18T08:25:29.899716Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:52.390948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ivhcsw on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:27:57.093912Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.aemojx on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-aemojx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi131-aemojx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.aemojx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi131.aemojx\nDeploy daemon haproxy.nfs.foo.smithi131.aemojx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:28:01.428645Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi112.psdxvl on smithi112: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-psdxvl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi112-psdxvl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.psdxvl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi112.psdxvl\nDeploy daemon haproxy.nfs.foo.smithi112.psdxvl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:28:01.430692Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.kzvyqw on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:28:01.432322Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi112.ogjrwh on smithi112: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.112/16"}, "status": {"created": "2024-01-18T08:02:33.450095Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.112/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:55:06.616734Z", "last_refresh": "2024-01-18T08:25:29.899330Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:56:35.677501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi131:172.21.15.131=smithi131"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:56:35.671802Z", "last_refresh": "2024-01-18T08:25:29.899118Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:33.448230Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:02:33.442585Z", "last_refresh": "2024-01-18T08:25:29.900507Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:55:14.488318Z", "last_refresh": "2024-01-18T08:25:29.899819Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:57:02.846531Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:57:02.839382Z", "last_refresh": "2024-01-18T08:25:29.899922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:55:10.515588Z", "last_refresh": "2024-01-18T08:26:44.008761Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:02:27.436252Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T08:02:42.085323Z", "last_refresh": "2024-01-18T08:25:29.900404Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T08:28:19.282 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:28:18 smithi112 bash[16324]: cluster 2024-01-18T08:28:17.444752+0000 mgr.smithi112.xshois (mgr.14182) 1595 : cluster [DBG] pgmap v1037: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:28:19.876 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:28:19.877 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_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/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-18T08:28:20.128 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=ab51785f64b04f278bedd3f0a1996f63 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_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/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-18T08:28:20.130 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-01-18T08:28:20.142 INFO:tasks.vip:Removing 10.0.15.112 (and any VIPs) on smithi112.front.sepia.ceph.com iface enp3s0f1... 2024-01-18T08:28:20.143 DEBUG:teuthology.orchestra.run.smithi112:> sudo ip addr del 10.0.15.112/16 dev enp3s0f1 2024-01-18T08:28:20.165 DEBUG:teuthology.orchestra.run.smithi112:> sudo ip addr del 10.0.31.112/16 dev enp3s0f1 2024-01-18T08:28:20.219 INFO:teuthology.orchestra.run.smithi112.stderr:RTNETLINK answers: Cannot assign requested address 2024-01-18T08:28:20.220 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-18T08:28:20.221 INFO:tasks.vip:Removing 10.0.15.131 (and any VIPs) on smithi131.front.sepia.ceph.com iface enp3s0f1... 2024-01-18T08:28:20.221 DEBUG:teuthology.orchestra.run.smithi131:> sudo ip addr del 10.0.15.131/16 dev enp3s0f1 2024-01-18T08:28:20.240 DEBUG:teuthology.orchestra.run.smithi131:> sudo ip addr del 10.0.31.112/16 dev enp3s0f1 2024-01-18T08:28:20.296 INFO:teuthology.orchestra.run.smithi131.stderr:RTNETLINK answers: Cannot assign requested address 2024-01-18T08:28:20.296 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-18T08:28:20.297 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-01-18T08:28:20.310 INFO:tasks.cephadm:Teardown begin 2024-01-18T08:28:20.311 DEBUG:teuthology.orchestra.run.smithi112:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-18T08:28:20.326 DEBUG:teuthology.orchestra.run.smithi131:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-18T08:28:20.355 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-01-18T08:28:20.356 DEBUG:teuthology.orchestra.run.smithi112:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-18T08:28:20.377 DEBUG:teuthology.orchestra.run.smithi131:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-18T08:28:20.403 INFO:tasks.cephadm:Stopping all daemons... 2024-01-18T08:28:20.404 INFO:tasks.cephadm.mon.smithi112:Stopping mon.smithi112... 2024-01-18T08:28:20.405 DEBUG:teuthology.orchestra.run.smithi112:> sudo systemctl stop ceph-b612e886-b5d6-11ee-95ae-87774f69a715@mon.smithi112 2024-01-18T08:28:20.688 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:28:20 smithi112 systemd[1]: Stopping Ceph mon.smithi112 for b612e886-b5d6-11ee-95ae-87774f69a715... 2024-01-18T08:28:20.688 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:28:20 smithi112 bash[109242]: Error response from daemon: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-mon.smithi112 2024-01-18T08:28:20.688 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:28:20 smithi112 bash[16324]: debug 2024-01-18T08:28:20.611+0000 7f701b90a700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi112 -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-18T08:28:20.688 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Jan 18 08:28:20 smithi112 bash[16324]: debug 2024-01-18T08:28:20.611+0000 7f701b90a700 -1 mon.smithi112@0(leader) e2 *** Got Signal Terminated *** 2024-01-18T08:28:21.436 DEBUG:teuthology.orchestra.run.smithi112:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b612e886-b5d6-11ee-95ae-87774f69a715@mon.smithi112.service' 2024-01-18T08:28:21.483 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-18T08:28:21.483 INFO:tasks.cephadm.mon.smithi112:Stopped mon.smithi112 2024-01-18T08:28:21.483 INFO:tasks.cephadm.mon.smithi131:Stopping mon.smithi131... 2024-01-18T08:28:21.483 DEBUG:teuthology.orchestra.run.smithi131:> sudo systemctl stop ceph-b612e886-b5d6-11ee-95ae-87774f69a715@mon.smithi131 2024-01-18T08:28:21.767 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:28:21 smithi131 systemd[1]: Stopping Ceph mon.smithi131 for b612e886-b5d6-11ee-95ae-87774f69a715... 2024-01-18T08:28:21.767 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:28:21 smithi131 bash[43985]: Error response from daemon: No such container: ceph-b612e886-b5d6-11ee-95ae-87774f69a715-mon.smithi131 2024-01-18T08:28:22.023 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:28:21 smithi131 bash[19154]: debug 2024-01-18T08:28:21.762+0000 7f32c7c79700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi131 -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-18T08:28:22.023 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 18 08:28:21 smithi131 bash[19154]: debug 2024-01-18T08:28:21.762+0000 7f32c7c79700 -1 mon.smithi131@1(peon) e2 *** Got Signal Terminated *** 2024-01-18T08:28:22.687 DEBUG:teuthology.orchestra.run.smithi131:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b612e886-b5d6-11ee-95ae-87774f69a715@mon.smithi131.service' 2024-01-18T08:28:22.719 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-18T08:28:22.720 INFO:tasks.cephadm.mon.smithi131:Stopped mon.smithi131 2024-01-18T08:28:22.720 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b612e886-b5d6-11ee-95ae-87774f69a715 --force --keep-logs 2024-01-18T08:29:27.177 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b612e886-b5d6-11ee-95ae-87774f69a715 --force --keep-logs 2024-01-18T08:30:19.849 DEBUG:teuthology.orchestra.run.smithi112:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-18T08:30:19.864 DEBUG:teuthology.orchestra.run.smithi131:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-18T08:30:19.879 INFO:tasks.cephadm:Archiving crash dumps... 2024-01-18T08:30:19.882 DEBUG:teuthology.misc:Transferring archived files from smithi112:/var/lib/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519696/remote/ubuntu@smithi112.front.sepia.ceph.com/crash 2024-01-18T08:30:19.882 DEBUG:teuthology.orchestra.run.smithi112:> sudo tar c -f - -C /var/lib/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/crash -- . 2024-01-18T08:30:19.918 INFO:teuthology.orchestra.run.smithi112.stderr:tar: /var/lib/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/crash: Cannot open: No such file or directory 2024-01-18T08:30:19.919 INFO:teuthology.orchestra.run.smithi112.stderr:tar: Error is not recoverable: exiting now 2024-01-18T08:30:19.920 DEBUG:teuthology.misc:Transferring archived files from smithi131:/var/lib/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519696/remote/ubuntu@smithi131.front.sepia.ceph.com/crash 2024-01-18T08:30:19.921 DEBUG:teuthology.orchestra.run.smithi131:> sudo tar c -f - -C /var/lib/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/crash -- . 2024-01-18T08:30:19.936 INFO:teuthology.orchestra.run.smithi131.stderr:tar: /var/lib/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/crash: Cannot open: No such file or directory 2024-01-18T08:30:19.936 INFO:teuthology.orchestra.run.smithi131.stderr:tar: Error is not recoverable: exiting now 2024-01-18T08:30:19.937 INFO:tasks.cephadm:Checking cluster log for badness... 2024-01-18T08:30:19.937 DEBUG:teuthology.orchestra.run.smithi112:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-01-18T08:30:19.976 INFO:teuthology.orchestra.run.smithi112.stderr:grep: /var/log/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/ceph.log: No such file or directory 2024-01-18T08:30:19.978 INFO:tasks.cephadm:Compressing logs... 2024-01-18T08:30:19.978 DEBUG:teuthology.orchestra.run.smithi112:> 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-18T08:30:20.023 DEBUG:teuthology.orchestra.run.smithi131:> 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-18T08:30:20.035 INFO:teuthology.orchestra.run.smithi112.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-01-18T08:30:20.036 INFO:teuthology.orchestra.run.smithi112.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-18T08:30:20.037 INFO:teuthology.orchestra.run.smithi112.stderr:gzip -5 --verbose -- /var/log/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/ceph-volume.log 2024-01-18T08:30:20.037 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/ceph-client.rgw.foorgw.smithi112.pvkacp.log 2024-01-18T08:30:20.037 INFO:teuthology.orchestra.run.smithi112.stderr:gzip -5 --verbose -- /var/log/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/ceph-mgr.smithi112.xshois.log 2024-01-18T08:30:20.037 INFO:teuthology.orchestra.run.smithi131.stderr:find: '/var/log/rbd-target-api'gzip : No such file or directory 2024-01-18T08:30:20.038 INFO:teuthology.orchestra.run.smithi131.stderr:-5 --verbose -- /var/log/ceph/cephadm.log 2024-01-18T08:30:20.039 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/ceph-volume.log: /var/log/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/ceph-client.rgw.foorgw.smithi112.pvkacp.log: gzip -5 --verbose -- /var/log/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/ceph-mon.smithi112.log 2024-01-18T08:30:20.039 INFO:teuthology.orchestra.run.smithi112.stderr: 76.9% -- replaced with /var/log/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/ceph-client.rgw.foorgw.smithi112.pvkacp.log.gz 2024-01-18T08:30:20.039 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/ceph-mgr.smithi112.xshois.log: gzip -5 --verbose -- /var/log/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/ceph-osd.7.log 2024-01-18T08:30:20.039 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/ceph-mon.smithi112.log: gzip -5 --verbose -- /var/log/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/ceph-osd.1.log 2024-01-18T08:30:20.041 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/ceph-osd.5.log 2024-01-18T08:30:20.041 INFO:teuthology.orchestra.run.smithi112.stderr:gzip -5 --verbose -- /var/log/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/ceph-osd.3.log 2024-01-18T08:30:20.042 INFO:teuthology.orchestra.run.smithi131.stderr:gzip -5 --verbose -- /var/log/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/ceph-osd.6.log 2024-01-18T08:30:20.042 INFO:teuthology.orchestra.run.smithi131.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/ceph-volume.log 2024-01-18T08:30:20.042 INFO:teuthology.orchestra.run.smithi131.stderr:/var/log/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/ceph-osd.0.log 2024-01-18T08:30:20.043 INFO:teuthology.orchestra.run.smithi131.stderr:/var/log/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/ceph-mon.smithi131.log 2024-01-18T08:30:20.043 INFO:teuthology.orchestra.run.smithi131.stderr:/var/log/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/ceph-mgr.smithi131.ysjjlj.log 2024-01-18T08:30:20.043 INFO:teuthology.orchestra.run.smithi131.stderr:/var/log/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/ceph-mon.smithi131.log: gzip -5 --verbose -- /var/log/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/ceph-client.rgw.foorgw.smithi131.qypmwh.log 2024-01-18T08:30:20.043 INFO:teuthology.orchestra.run.smithi131.stderr:/var/log/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/ceph-mgr.smithi131.ysjjlj.log: gzip -5 --verbose -- /var/log/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/ceph-osd.2.log 2024-01-18T08:30:20.044 INFO:teuthology.orchestra.run.smithi131.stderr:/var/log/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/ceph-client.rgw.foorgw.smithi131.qypmwh.log: 77.6% -- replaced with /var/log/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/ceph-client.rgw.foorgw.smithi131.qypmwh.log.gz 2024-01-18T08:30:20.044 INFO:teuthology.orchestra.run.smithi131.stderr:gzip -5 --verbose -- /var/log/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/ceph-osd.4.log 2024-01-18T08:30:20.050 INFO:teuthology.orchestra.run.smithi131.stderr:/var/log/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/ceph-osd.2.log: 90.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-18T08:30:20.051 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/ceph-osd.1.log: /var/log/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/ceph-osd.5.log: /var/log/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/ceph-osd.3.log: 93.0% -- replaced with /var/log/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/ceph-volume.log.gz 2024-01-18T08:30:20.051 INFO:teuthology.orchestra.run.smithi131.stderr:/var/log/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/ceph-osd.4.log: 93.0% -- replaced with /var/log/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/ceph-volume.log.gz 2024-01-18T08:30:20.053 INFO:teuthology.orchestra.run.smithi131.stderr: 93.7% -- replaced with /var/log/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/ceph-mgr.smithi131.ysjjlj.log.gz 2024-01-18T08:30:20.054 INFO:teuthology.orchestra.run.smithi112.stderr: 93.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-18T08:30:20.337 INFO:teuthology.orchestra.run.smithi131.stderr: 92.9% -- replaced with /var/log/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/ceph-mon.smithi131.log.gz 2024-01-18T08:30:20.449 INFO:teuthology.orchestra.run.smithi112.stderr: 89.8% -- replaced with /var/log/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/ceph-mgr.smithi112.xshois.log.gz 2024-01-18T08:30:21.121 INFO:teuthology.orchestra.run.smithi112.stderr: 93.6% -- replaced with /var/log/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/ceph-osd.7.log.gz 2024-01-18T08:30:21.126 INFO:teuthology.orchestra.run.smithi112.stderr: 93.5% -- replaced with /var/log/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/ceph-osd.5.log.gz 2024-01-18T08:30:21.126 INFO:teuthology.orchestra.run.smithi112.stderr: 93.3% -- replaced with /var/log/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/ceph-osd.1.log.gz 2024-01-18T08:30:21.214 INFO:teuthology.orchestra.run.smithi131.stderr: 93.3% -- replaced with /var/log/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/ceph-osd.6.log.gz 2024-01-18T08:30:21.251 INFO:teuthology.orchestra.run.smithi131.stderr: 93.7% -- replaced with /var/log/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/ceph-osd.4.log.gz 2024-01-18T08:30:21.275 INFO:teuthology.orchestra.run.smithi131.stderr: 93.4% -- replaced with /var/log/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/ceph-osd.2.log.gz 2024-01-18T08:30:21.311 INFO:teuthology.orchestra.run.smithi112.stderr: 90.4% -- replaced with /var/log/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/ceph-mon.smithi112.log.gz 2024-01-18T08:30:21.317 INFO:teuthology.orchestra.run.smithi131.stderr: 93.6% -- replaced with /var/log/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/ceph-osd.0.log.gz 2024-01-18T08:30:21.318 INFO:teuthology.orchestra.run.smithi131.stderr: 2024-01-18T08:30:21.318 INFO:teuthology.orchestra.run.smithi131.stderr:real 0m1.290s 2024-01-18T08:30:21.319 INFO:teuthology.orchestra.run.smithi131.stderr:user 0m5.046s 2024-01-18T08:30:21.319 INFO:teuthology.orchestra.run.smithi131.stderr:sys 0m0.198s 2024-01-18T08:30:21.748 INFO:teuthology.orchestra.run.smithi112.stderr: 93.5% -- replaced with /var/log/ceph/b612e886-b5d6-11ee-95ae-87774f69a715/ceph-osd.3.log.gz 2024-01-18T08:30:21.749 INFO:teuthology.orchestra.run.smithi112.stderr: 2024-01-18T08:30:21.749 INFO:teuthology.orchestra.run.smithi112.stderr:real 0m1.724s 2024-01-18T08:30:21.749 INFO:teuthology.orchestra.run.smithi112.stderr:user 0m6.477s 2024-01-18T08:30:21.750 INFO:teuthology.orchestra.run.smithi112.stderr:sys 0m0.225s 2024-01-18T08:30:21.750 INFO:tasks.cephadm:Archiving logs... 2024-01-18T08:30:21.751 DEBUG:teuthology.misc:Transferring archived files from smithi112:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519696/remote/ubuntu@smithi112.front.sepia.ceph.com/log 2024-01-18T08:30:21.752 DEBUG:teuthology.orchestra.run.smithi112:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-18T08:30:22.714 DEBUG:teuthology.misc:Transferring archived files from smithi131:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519696/remote/ubuntu@smithi131.front.sepia.ceph.com/log 2024-01-18T08:30:22.715 DEBUG:teuthology.orchestra.run.smithi131:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-18T08:30:23.495 INFO:tasks.cephadm:Removing cluster... 2024-01-18T08:30:23.495 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b612e886-b5d6-11ee-95ae-87774f69a715 --force 2024-01-18T08:30:24.873 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b612e886-b5d6-11ee-95ae-87774f69a715 --force 2024-01-18T08:30:26.267 INFO:tasks.cephadm:Removing cephadm ... 2024-01-18T08:30:26.267 DEBUG:teuthology.orchestra.run.smithi112:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-18T08:30:26.274 DEBUG:teuthology.orchestra.run.smithi131:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-18T08:30:26.280 INFO:tasks.cephadm:Teardown complete 2024-01-18T08:30:26.281 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-01-18T08:30:26.292 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi112:/dev/vg_nvme/lv_1... 2024-01-18T08:30:26.292 DEBUG:teuthology.orchestra.run.smithi112:> sudo nvme disconnect -n lv_1 2024-01-18T08:30:26.594 INFO:teuthology.orchestra.run.smithi112.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-01-18T08:30:26.595 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T08:30:26.595 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi112:/dev/vg_nvme/lv_2... 2024-01-18T08:30:26.595 DEBUG:teuthology.orchestra.run.smithi112:> sudo nvme disconnect -n lv_2 2024-01-18T08:30:26.866 INFO:teuthology.orchestra.run.smithi112.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-01-18T08:30:26.867 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T08:30:26.867 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi112:/dev/vg_nvme/lv_3... 2024-01-18T08:30:26.867 DEBUG:teuthology.orchestra.run.smithi112:> sudo nvme disconnect -n lv_3 2024-01-18T08:30:27.170 INFO:teuthology.orchestra.run.smithi112.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-01-18T08:30:27.171 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T08:30:27.171 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi112:/dev/vg_nvme/lv_4... 2024-01-18T08:30:27.171 DEBUG:teuthology.orchestra.run.smithi112:> sudo nvme disconnect -n lv_4 2024-01-18T08:30:27.446 INFO:teuthology.orchestra.run.smithi112.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-01-18T08:30:27.447 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T08:30:27.448 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-01-18T08:30:27.448 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd of=/scratch_devs 2024-01-18T08:30:27.463 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi131:/dev/vg_nvme/lv_1... 2024-01-18T08:30:27.464 DEBUG:teuthology.orchestra.run.smithi131:> sudo nvme disconnect -n lv_1 2024-01-18T08:30:27.770 INFO:teuthology.orchestra.run.smithi131.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-01-18T08:30:27.771 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T08:30:27.772 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi131:/dev/vg_nvme/lv_2... 2024-01-18T08:30:27.772 DEBUG:teuthology.orchestra.run.smithi131:> sudo nvme disconnect -n lv_2 2024-01-18T08:30:28.054 INFO:teuthology.orchestra.run.smithi131.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-01-18T08:30:28.055 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T08:30:28.056 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi131:/dev/vg_nvme/lv_3... 2024-01-18T08:30:28.056 DEBUG:teuthology.orchestra.run.smithi131:> sudo nvme disconnect -n lv_3 2024-01-18T08:30:28.362 INFO:teuthology.orchestra.run.smithi131.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-01-18T08:30:28.363 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T08:30:28.364 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi131:/dev/vg_nvme/lv_4... 2024-01-18T08:30:28.364 DEBUG:teuthology.orchestra.run.smithi131:> sudo nvme disconnect -n lv_4 2024-01-18T08:30:28.646 INFO:teuthology.orchestra.run.smithi131.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-01-18T08:30:28.647 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T08:30:28.648 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-01-18T08:30:28.648 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd of=/scratch_devs 2024-01-18T08:30:28.662 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-01-18T08:30:28.674 INFO:teuthology.task.clock:Checking final clock skew... 2024-01-18T08:30:28.674 DEBUG:teuthology.orchestra.run.smithi112:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-18T08:30:28.676 DEBUG:teuthology.orchestra.run.smithi131:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-18T08:30:28.697 INFO:teuthology.orchestra.run.smithi112.stdout: remote refid st t when poll reach delay offset jitter 2024-01-18T08:30:28.697 INFO:teuthology.orchestra.run.smithi112.stdout:============================================================================== 2024-01-18T08:30:28.697 INFO:teuthology.orchestra.run.smithi112.stdout:*hv01.front.sepi 44.4.53.2 2 u 92 128 377 0.090 -0.767 0.058 2024-01-18T08:30:28.697 INFO:teuthology.orchestra.run.smithi112.stdout:+hv02.front.sepi 96.245.170.99 3 u 42 128 377 0.076 0.995 0.149 2024-01-18T08:30:28.697 INFO:teuthology.orchestra.run.smithi112.stdout:+hv03.front.sepi 74.6.168.72 3 u 35 128 377 0.099 -3.013 0.158 2024-01-18T08:30:28.698 INFO:teuthology.orchestra.run.smithi112.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2024-01-18T08:30:28.732 INFO:teuthology.orchestra.run.smithi131.stdout: remote refid st t when poll reach delay offset jitter 2024-01-18T08:30:28.732 INFO:teuthology.orchestra.run.smithi131.stdout:============================================================================== 2024-01-18T08:30:28.733 INFO:teuthology.orchestra.run.smithi131.stdout:*hv01.front.sepi 44.4.53.2 2 u 114 128 377 0.079 0.539 0.167 2024-01-18T08:30:28.733 INFO:teuthology.orchestra.run.smithi131.stdout:+hv02.front.sepi 96.245.170.99 3 u 102 128 377 0.110 2.382 0.182 2024-01-18T08:30:28.733 INFO:teuthology.orchestra.run.smithi131.stdout:+hv03.front.sepi 74.6.168.72 3 u 115 128 377 0.092 -1.562 0.239 2024-01-18T08:30:28.733 INFO:teuthology.orchestra.run.smithi131.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2024-01-18T08:30:28.734 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-01-18T08:30:28.745 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-01-18T08:30:28.746 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-01-18T08:30:28.761 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-01-18T08:30:28.778 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-01-18T08:30:28.795 INFO:teuthology.task.internal:Duration was 2525.798171 seconds 2024-01-18T08:30:28.796 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-01-18T08:30:28.812 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-01-18T08:30:28.812 DEBUG:teuthology.orchestra.run.smithi112:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-18T08:30:28.815 DEBUG:teuthology.orchestra.run.smithi131:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-18T08:30:28.868 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-01-18T08:30:28.868 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi112.front.sepia.ceph.com 2024-01-18T08:30:28.868 DEBUG:teuthology.orchestra.run.smithi112:> 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-18T08:30:28.877 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi131.front.sepia.ceph.com 2024-01-18T08:30:28.877 DEBUG:teuthology.orchestra.run.smithi131:> 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-18T08:30:28.891 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-01-18T08:30:28.891 DEBUG:teuthology.orchestra.run.smithi112:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-18T08:30:28.923 DEBUG:teuthology.orchestra.run.smithi131:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-18T08:30:28.992 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-01-18T08:30:28.993 DEBUG:teuthology.orchestra.run.smithi112:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-18T08:30:28.995 DEBUG:teuthology.orchestra.run.smithi131:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-18T08:30:29.142 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-01-18T08:30:29.153 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-01-18T08:30:29.153 DEBUG:teuthology.orchestra.run.smithi112:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-18T08:30:29.168 DEBUG:teuthology.orchestra.run.smithi131:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-18T08:30:29.183 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-01-18T08:30:29.194 DEBUG:teuthology.orchestra.run.smithi112:> 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-18T08:30:29.211 DEBUG:teuthology.orchestra.run.smithi131:> 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-18T08:30:29.221 INFO:teuthology.orchestra.run.smithi112.stdout:kernel.core_pattern = core 2024-01-18T08:30:29.238 INFO:teuthology.orchestra.run.smithi131.stdout:kernel.core_pattern = core 2024-01-18T08:30:29.278 DEBUG:teuthology.orchestra.run.smithi112:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-18T08:30:29.299 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T08:30:29.300 DEBUG:teuthology.orchestra.run.smithi131:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-18T08:30:29.326 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T08:30:29.327 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-01-18T08:30:29.338 INFO:teuthology.task.internal:Transferring archived files... 2024-01-18T08:30:29.339 DEBUG:teuthology.misc:Transferring archived files from smithi112:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519696/remote/smithi112 2024-01-18T08:30:29.340 DEBUG:teuthology.orchestra.run.smithi112:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-18T08:30:29.373 DEBUG:teuthology.misc:Transferring archived files from smithi131:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519696/remote/smithi131 2024-01-18T08:30:29.374 DEBUG:teuthology.orchestra.run.smithi131:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-18T08:30:29.402 INFO:teuthology.task.internal:Removing archive directory... 2024-01-18T08:30:29.402 DEBUG:teuthology.orchestra.run.smithi112:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-18T08:30:29.411 DEBUG:teuthology.orchestra.run.smithi131:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-18T08:30:29.444 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-01-18T08:30:29.455 INFO:teuthology.task.internal:Not uploading archives. 2024-01-18T08:30:29.456 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-01-18T08:30:29.470 INFO:teuthology.task.internal:Tidying up after the test... 2024-01-18T08:30:29.470 DEBUG:teuthology.orchestra.run.smithi112:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-18T08:30:29.472 DEBUG:teuthology.orchestra.run.smithi131:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-18T08:30:29.478 INFO:teuthology.orchestra.run.smithi112.stdout: 659551 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 18 08:30 /home/ubuntu/cephtest 2024-01-18T08:30:29.492 INFO:teuthology.orchestra.run.smithi131.stdout: 659550 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 18 08:30 /home/ubuntu/cephtest 2024-01-18T08:30:29.495 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-01-18T08:30:29.507 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-01-18T08:30:29.538 INFO:teuthology.nuke:Checking targets against current locks 2024-01-18T08:30:29.562 DEBUG:teuthology.nuke:shortname: smithi112 2024-01-18T08:30:29.562 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-18T08:30:29.585 DEBUG:teuthology.nuke:shortname: smithi131 2024-01-18T08:30:29.585 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-18T08:30:29.589 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi112.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519696', '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-18 07:39:53.046294', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE='} 2024-01-18T08:30:29.608 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi131.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519696', '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-18 07:39:53.047743', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE='} 2024-01-18T08:30:29.640 INFO:teuthology.orchestra.console.smithi112:Power off 2024-01-18T08:30:29.641 DEBUG:teuthology.orchestra.console.smithi112:pexpect command: ipmitool -H smithi112.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-18T08:30:29.656 INFO:teuthology.orchestra.console.smithi131:Power off 2024-01-18T08:30:29.656 DEBUG:teuthology.orchestra.console.smithi131:pexpect command: ipmitool -H smithi131.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-18T08:30:29.665 DEBUG:teuthology.orchestra.console.smithi112:power off output: Chassis Power Control: Down/Off 2024-01-18T08:30:29.665 DEBUG:teuthology.orchestra.console.smithi112:pexpect command: ipmitool -H smithi112.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-18T08:30:29.678 DEBUG:teuthology.orchestra.console.smithi131:power off output: Chassis Power Control: Down/Off 2024-01-18T08:30:29.678 DEBUG:teuthology.orchestra.console.smithi131:pexpect command: ipmitool -H smithi131.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-18T08:30:29.688 DEBUG:teuthology.orchestra.console.smithi112:check power output: Chassis Power is on 2024-01-18T08:30:29.700 DEBUG:teuthology.orchestra.console.smithi131:check power output: Chassis Power is on 2024-01-18T08:30:33.690 DEBUG:teuthology.orchestra.console.smithi112:pexpect command: ipmitool -H smithi112.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-18T08:30:33.701 DEBUG:teuthology.orchestra.console.smithi131:pexpect command: ipmitool -H smithi131.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-18T08:30:33.800 DEBUG:teuthology.orchestra.console.smithi112:check power output: Chassis Power is on 2024-01-18T08:30:33.812 DEBUG:teuthology.orchestra.console.smithi131:check power output: Chassis Power is on 2024-01-18T08:30:37.804 DEBUG:teuthology.orchestra.console.smithi112:pexpect command: ipmitool -H smithi112.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-18T08:30:37.813 DEBUG:teuthology.orchestra.console.smithi131:pexpect command: ipmitool -H smithi131.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-18T08:30:37.915 DEBUG:teuthology.orchestra.console.smithi112:check power output: Chassis Power is off 2024-01-18T08:30:37.923 DEBUG:teuthology.orchestra.console.smithi131:check power output: Chassis Power is on 2024-01-18T08:30:38.017 INFO:teuthology.orchestra.console.smithi112:Power off completed 2024-01-18T08:30:41.928 DEBUG:teuthology.orchestra.console.smithi131:pexpect command: ipmitool -H smithi131.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-18T08:30:42.037 DEBUG:teuthology.orchestra.console.smithi131:check power output: Chassis Power is off 2024-01-18T08:30:42.139 INFO:teuthology.orchestra.console.smithi131:Power off completed 2024-01-18T08:30:42.243 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: 2525.798171043396 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=ab51785f64b04f278bedd3f0a1996f63 status: fail success: false 2024-01-18T08:30:42.243 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-18T08:30:42.363 INFO:teuthology.run:FAIL